github UNFmontreal/Dcm2Bids 2.0.0

latest releases: 3.1.1, 3.1.0, 3.0.2...
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

Don't miss a new Dcm2Bids release

NewReleases is sending notifications on new releases.