Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Releases: scitran-apps/dcm2niix

0.8.0_1.0.20200331

28 May 14:07
84d4940
Compare
Choose a tag to compare

Enhancements and Upgrades

0.8.0_1.0.20190902

28 Feb 22:18
465b1e6
Compare
Choose a tag to compare

Enhancements and upgrades

  • Upgrade dcm2niix to version 20190902
  • Upgrade pydicom to 1.4.2.
  • Move base image to xenial

Added correction for partial volume acquisition

24 Jan 17:54
41fb0df
Compare
Choose a tag to compare

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

07 Nov 15:18
3cadf78
Compare
Choose a tag to compare

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

10 Jul 20:44
Compare
Choose a tag to compare
  • Upgrade dcm2niix algo to 1.0.20190410

0.7.8_1.0.20181114

20 Mar 23:10
Compare
Choose a tag to compare

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

26 Feb 23:47
5a916ad
Compare
Choose a tag to compare

NEW

FIXES

  • Force standard naming conventions for input PAR/REC datasets.

0.7.6_1.0.20180622_5af76a9

14 Dec 05:52
Compare
Choose a tag to compare

FIXES

  • Issue caused by OSX generated zip files containing __MACOSX subdirectories (ref).

0.7.5_1.0.20180622_5af76a9

14 Dec 22:25
Compare
Choose a tag to compare

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

31 Jul 22:22
9dc19cb
Compare
Choose a tag to compare

NEW

  • Does not run as root user. Executes dcm2niix run script as u=flywheel