-
Notifications
You must be signed in to change notification settings - Fork 228
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
Inconsistent echo-1 naming for multi-echo fmri #381
Comments
Can you confirm the behavior is now consistent if you upgrade to the development branch. I am hoping to close one remaining issue specific to Philips images before releasing a new stable release, so this is a good time to test the development branch as is the release candidate for the next stable release. On MacOS and Linux you can build the developmental branch with these commands:
Windows users should be able to get a compiled version from AppVeyor. |
Version: v1.0.20200229 Clang11.0.0 (64-bit MacOS)
No, it is not :( Edit: specific attempt on run 6
Looks like it sometimes does not work when converting everything from a participant in one go. |
I tried converting with and without including several of the scans. It seems to specifically happen when there is a combination of multiple ME and one or more non-ME fMRI scans in the subject DICOM files.
See scan |
@jrdalenberg can you test the latest developmental commit (v1.0.20200312) to see if it resolves your issue. |
@neurolabusc Yes it does! Thanks! Before:
After:
|
* tag 'v1.0.20200331': (52 commits) Update submodules Update dcm_qa submodule. UIH 3D sequence quirk New release, EstimatedTotalReadoutTime/EstimatedEffectiveEchoSpacing (rordenlab#377) Philips TotalReadoutTime (rordenlab#377) Cleanup Experimental Canon DICOM support (rordenlab#388) Experimental solution for issue 384 (rordenlab#384) Detect catastrophic anonymization (rordenlab#383) Only report "multiple inversion times" if 0018,9079 values differ (e.g. Bangalore data in https://github.com/neurolabusc/dcm_qa_philips) Consistent echo naming (rordenlab#381) Philips partial Fourier (rordenlab#377) Support InversionTImes (0018,9079) tag (rordenlab#380) Philips effective echo spacing formula ambiguous (rordenlab#377) TR for Philips 3D EPI (rordenlab#369) Citation (rordenlab#102) GE PET with variable slice intensity (rordenlab#374) Estimate Philips EffectiveEchoSpacing (nipreps/sdcflows#5) GE slice interpolation (rordenlab#373) 3D EPI TR (rordenlab#369) 3D phase (rordenlab#371) Enhanced ordering (rordenlab#372 (comment)) ...
Version info: dcm2niix version v1.0.20190902 (JP2:OpenJPEG) (JP-LS:CharLS) Clang8.1.0 (64-bit MacOS)
Sequence: Latest CMRR sequence for a Siemens Prisma, https://www.cmrr.umn.edu/multiband/
Protocol: Multiband (MB=4), multi-echo (3 echos)
We run the same protocol multiple times across multiple subjects. For about 10-20% of the scans, the echo-1 output file is not properly named as
_e1
while_e2
and_e3
are always correct. The field"EchoNumber": 1
is also missing in the json file when this happens. This seems to happen randomly within and across subjects.Expected:
Found:
The text was updated successfully, but these errors were encountered: