Skip to content

Releases: cbinyu/heudiconv

v3.7.1

22 Jun 20:14
Compare
Choose a tag to compare

Fix CBI heuristic files:

  • cbi_heuristic_simple.py : handle functional runs task in filename but no task specified; and handle dicom files without date and time (e.g., external files)
  • cbi_heuristic.py : "Acknowledgements" should be a string, not a list.

v3.7.0

06 May 16:05
Compare
Choose a tag to compare

Merge add_populate_intended_for branch.
Updates dcm2niix v1.0.20201102 -> v1.0.20210317

v3.6.1

19 Feb 17:29
Compare
Choose a tag to compare

ENH: Merge changes from bvecs_just_for_dwi into master

v3.6.0

16 Feb 20:05
Compare
Choose a tag to compare

Adds support for GE DICOMs (specifically, for the longitudinal project).

  • Gets file time and date, and number of slices from alternative DICOM tags, if the default ones are not present (5d1d4ca)
  • Makes sure the participant's sex is not left empty (789dea9)

It adds a specific heuristic file (bids_longitudinal)

v3.5.2

14 Jan 17:14
Compare
Choose a tag to compare

Dockerfile: upgrades Python and dcm2niix:

  • Python: 3.7 -> 3.8
  • dmc2niix: v1.0.20200331 -> v1.0.20201102

v3.5.1

13 Jan 20:47
Compare
Choose a tag to compare

Merges changes from branches dmc_physio, adds_acq_time_to_seqinfo and handles_phoenix_file

v3.5

02 Oct 16:53
Compare
Choose a tag to compare

Bring our repo up to date with the official NiPy/heudiconv.
It mostly just refactors the code, and the only noticeable difference is that the _scans.tsv file uses for theAcquisitionTime the time at which the acquisition was started.

v3.4

28 Apr 19:02
Compare
Choose a tag to compare
  • Fixes some bugs in cbi_heuristic for some border cases.
  • It also adds cbi_heuristic_simple, which simplifies the BIDS filenames (E.g. if no run-02 exists for a specific type, remove run-01 from it. Likewise if all func acquisitions are the same: remove the _acq-<acq> key from all func runs.)

v3.3

10 Apr 18:30
Compare
Choose a tag to compare

Updates the versions of dcmstack, dcm2niix and repo name of bidsphysio.

v3.2

18 Feb 20:23
Compare
Choose a tag to compare

Allows physiology extraction from CMRR DICOMs
It uses dcm2bidsphysio to extract physiological recordings from CMRR DICOMs.