-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CalledProcessError newest version #54
Comments
I have added a patch to the development version that should fix this issue:
In the past, an error was generated, and I believe this terminates Dcm2Bids In my experience, palette colors is exceptionally rare. You may want to work out the providence of these images and see if there is a way to store them in more common format. |
I think I resolved this. I think it was the dicoms (possibly the way they were retrieved, stored, downloaded, not sure). It now works. There are a lot of derivatives that are included with the dicoms so I filter out using -i switch in dcm2niix. Thanks for all the help |
* tag 'v1.0.20190720': Update dcm_qa submodule. Handle rare VRs (https://www.aliza-dicom-viewer.com/download/datasets) New default merge option "-m o" will merge CTs and segment MRIs (https://discourse.slicer.org/t/odd-dicom-import/7576) --progress option (rordenlab#314; rordenlab#312) Tune verbosity (rordenlab#312) GE Slice Timing From Protocol Data Block (rordenlab#311) Desparate guess of GE slice times from ProtocolDataBlock (clone dicm2nii, assumes TA close to TR) Support interleaved (rordenlab#309) Slice times from ucMode (rordenlab#309) GE number of slice discrepancy (rordenlab#306) Simplify slice timing code, develop stc validation (https://github.com/neurolabusc/dcm_qa_stc) hdr.vox_offset is a float not integer (https://www.nitrc.org/forum/message.php?msg_id=27155) BIDS tags for PASL fairest sequent Read 0019,1029 (rordenlab#296) Generate warning rather than error when palette colors are detected (UNFmontreal/Dcm2Bids#54) Update tinydir call (rordenlab#298) Bruker 4D datasets: correct slice ordering Bruker 4D datasets: Fix parametric maps grouping Changes up to divest v0.8.1 Support isotropic scans for NRRD
Hi, I just tried the newest version of dcm2bids and I occasionally get the following error
The dicoms get converted into niftis and stored in the tmp directory but then don't get renamed or any further processing. I've tried reinstalling a few times already. Any ideas what may be causing this? Thank you again for this app
The text was updated successfully, but these errors were encountered: