Skip to content

Releases: UNFmontreal/Dcm2Bids

2.1.6rc1

16 Feb 14:15
e87b634
Compare
Choose a tag to compare

First time with the new package system

  • New Containers
  • Fix pypi package

2.1.5

04 Jan 17:43
38f803f
Compare
Choose a tag to compare
  • Possibility to not be case sensitive
  • Fix #34

2.1.4

04 Apr 14:51
Compare
Choose a tag to compare
  • 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

02 Apr 11:59
Compare
Choose a tag to compare
  • New documentation with mkdocs
  • dicom_dir can be a list or str

2.1.1

29 Mar 14:49
Compare
Choose a tag to compare
Bug fix in check_latest debug

2.1.0

29 Mar 02:38
Compare
Choose a tag to compare
  • 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

10 Mar 20:00
Compare
Choose a tag to compare
  • 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

10 Mar 19:58
Compare
Choose a tag to compare
  • Add dcm2bids as runscript inside Singularity
  • Remove logger from dcm2bids_helper