This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Releases: scitran-apps/dcm2niix
Releases · scitran-apps/dcm2niix
0.8.0_1.0.20200331
Enhancements and Upgrades
- Upgrade dcm2niix to v1.0.20200331 (#37)
0.8.0_1.0.20190902
Added correction for partial volume acquisition
In some instances, an fMRI acquisition is cut off mid-acquisition, resulting in an incomplete volume. This causes problems with basic dcm2niix reconstruction. Using python code from the vision and cognition lab (https://github.com//VisionandCognition/NHP-Process-MRI), this problem is addressed by removing the dicom files associated with the incomplete volume.
An optional config setting is added to the gear that will attempt to correct for this issue.
Respect %f variants when DICOM zip does not contain subdirectories
This update adds logic to create a directory named after the input DICOM zip if %f appears in the filename formatter. Non-alphanumerics are replaced with _ in this directory name.
0.7.8_1.0.20190410
- Upgrade dcm2niix algo to
1.0.20190410
0.7.8_1.0.20181114
NEW
- Adds
coil_combine
configuration option. For sequences with individual coil data, saved as individual volumes, this option will save a NIfTI file with ONLY the combined coil data (i.e., the last volume). Default=False. Warning: We make no effort to check for independent coil data, we simply trust that if you have selected this option you know what you are asking for.
0.7.7_1.0.20181114
NEW
- Upgrade
dcm2niix
algorithm to0.7.7_1.0.20181114
(https://github.com/rordenlab/dcm2niix/releases/tag/v1.0.20181114).
FIXES
- Force standard naming conventions for input PAR/REC datasets.
0.7.6_1.0.20180622_5af76a9
FIXES
- Issue caused by OSX generated zip files containing
__MACOSX
subdirectories (ref).
0.7.5_1.0.20180622_5af76a9
FIXES
- Updated RE + logic to fix an issue where non-standard input filenames would result in the bids sidecar file not being saved.
NEW
- Print generated metadata to STDOUT
0.7.0_1.0.20180622
NEW
- Does not run as root user. Executes dcm2niix run script as u=flywheel