Releases: rordenlab/dcm2niix
Releases · rordenlab/dcm2niix
version 25-November-2018 (v1.0.20181125)
- GE images provide more BIDS tags.
- Bruker enhanced DICOM support.
- Siemens Vida XA10 support. Note that Vida DICOM data is crippled if the user exports as mosaics or anonymized/reduced.
- UIH enhanced DICOM support.
- New DICOM renaming feature.
Linux users: two compiled versions are provided: *_lnx.zip works on modern Linux distributions, the *_lnxCompat.zip is compatible with both modern and ancient Linux distributions but is unable to handle rare DICOM images compressed with JPEG-2000 or JPEG-LS
version 22-June-2018 (v1.0.20180622)
version 14-June-2018 (v1.0.20180614)
- Improved Philips PAR/REC support
- Improved Philips Enhanced DICOM support including saving different real, imaginary, magnitude and phase images in a single DICOM file.
- GE and Philips data now report PhaseEncodingAxis instead of PhaseEncodingDirection (these DICOMs store the dimension, but not the polarity).
- Experimental detection of phase encoding direction for GE. To enable compile with "MY_DEBUG_GE" flag.
- Support for Philips Private RLE (1.3.46.670589.33.1.4.1) transfer syntax.
- Optional support for JPEG-LS (1.2.840.10008.1.2.4.80/1.2.840.10008.1.2.4.81) transfer syntaxes (using CharLS). Requires c++14.
- Improved GE support
- Optional lossless integer scaling for INT16 and UINT16 DICOM images that only use a fraction of the possible range.
version 15-Dec-2017 (v1.0.20171215)
version 4-Dec-2017 (v1.0.20171204)
4-Dec-2017
- Handle implicit VR DICOMs where critical values nested in sequence groups (SQ)
- Better support for PAR/REC files with segmented 3D EPI.
- Allow Protocol Name to be empty.
version 17-Oct-2017 v1.0.20171017
17-Oct-2017
- Swap phase-encoding direction polarity for Siemens images where PE is in the Column direction.
- Sort diffusion volumes by B-value amplitude (use "-d n"/"-d y" to turn the feature off/on).
- BIDS tag TotalReadoutTime handles partial fourier, Phase Resolution, etc (Michael Harms).
- Additional json fields.
version 23-Sept-2017 v1.0.20170923
- Swap phase-encoding direction polarity for Siemens images where PE is in the Column direction.
- Sort diffusion volumes by B-value amplitude (use "-d n"/"-d y" to turn the feature off/on).
- BIDS tag TotalReadoutTime handles partial fourier, Phase Resolution, etc (Michael Harms).
- Additional json fields.
- Handles rare variations of GEIIS bug.
version 18-August-2017 v1.0.20170818
- Better BVec extraction for PAR/REC 4.1.
- Support for Segami Cerescan volumes.
version 24-July-2017 (v1.0.20170724)
- Compiles with recent releases of OpenJPEG for JPEG2000 support.
version 24-June-2017 (v1.0.20170624)
- Ensure slice timing always encoded for Siemens EPI
- Integrates validation
- JSON fix (InstitutionName -> InstitutionAddress)