Dcm2Bids Versions Save

Reorganising NIfTI files from dcm2niix into the Brain Imaging Data Structure

2.1.5

3 years ago
  • Possibility to not be case sensitive
  • Fix #34

2.1.4

5 years ago
  • Add a tutorial to the documentation
  • Update BIDS version in dcm2bids_scaffold
  • Bug fix when intendedFor was equal to 0
  • Restructuring of the documentation and add version description

2.1.3

5 years ago
  • New documentation with mkdocs
  • dicom_dir can be a list or str

2.1.1

5 years ago

2.1.0

5 years ago
  • Checking if a new version of dcm2bids or dcm2niix is available on github
  • dcm2niix output is now log to file as debug
  • Add dcm2bids version to sidecars
  • intendedFor option can also be a list

2.0.0

5 years ago
  • The anonymizer option no longer exists from the script dcm2bids. It is still possible to deface the anatomical nifti images using the "defaceTpl" key in the congifuration file.
  • Acquisitions are now sorted using the sidecar data instead of only the sidecar filename. The default behaviour is to sort by SeriesNumber then by AcquisitionTime then by the SidecarFilename. You can change this behaviour setting the key "compKeys" inside the configuration file.
  • Add an option to use regular expression operations for more flexibility for matching criteria. Set the key "searchMethod" to "re" in the config file. fnmatch is still the default.
  • Design fix in matching with list in the sidecar.
  • Sidecar modification using "sidecarChanges" in the configuration file.
  • intendedFor option for fieldmap in the configuration file
  • log improvement
  • major code refactoring
  • add docstrings
  • add tests with pytest

1.1.8

5 years ago
  • Add dcm2bids as runscript inside Singularity
  • Remove logger from dcm2bids_helper