-
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
Siemens slice timing. #322
Comments
neurolabusc
added a commit
that referenced
this issue
Aug 7, 2019
neurolabusc
added a commit
that referenced
this issue
Aug 7, 2019
neurolabusc
added a commit
to neurolabusc/dcm_qa_stc
that referenced
this issue
Aug 7, 2019
yarikoptic
added a commit
to neurodebian/dcm2niix
that referenced
this issue
May 6, 2020
* commit '1.0.20190720+git34-g605ba61': Document Philips non-image DICOMs (rordenlab#328) Handle Philips proprietary transfer syntax (https://discourse.slicer.org/t/fail-to-load-pet-ct-gemini/8158/6) Support big-endian (rordenlab#327) Emulate seriesUidCrc if SeriesUid does not exist change to -n (now uses CRC of SeriesUID) and version reporting (rordenlab#326) Siemens slice timing (rordenlab#322) Document new Siemens slice timing (rordenlab#322) Use Acquisition Time (0008,0032) to infer slice times for Siemens data saved as 2D slices not mosaic (MosaicRefAcqTimes missing). E11C 2D (not mosaic) files do not report mosaicAcqTimes or multi-band factor. Slice timing element order and scale fixes Adding missing preprocessor fence
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The pre-release dcm2niix v1.0.20190720 introduced a new method to determine slice timing from old Siemens datasets: using the "ucMode". An unintended consequence is that this algorithm would produce incorrect values for modern multi-band datasets where the tags MosaicRefAcqTimes and PATModeText (0021,1009) were missing. This is the unusual case where users of B17-E11 do not use the efficient Mosaic storage for multi-band (which dramatically increases the number of files).
The latest commit introduces an additional method to determine slice times, all documented here, with sample datasets here.
The text was updated successfully, but these errors were encountered: