Releases: cbinyu/heudiconv
Releases · cbinyu/heudiconv
v3.7.1
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
Merge add_populate_intended_for
branch.
Updates dcm2niix
v1.0.20201102
-> v1.0.20210317
v3.6.1
ENH: Merge changes from bvecs_just_for_dwi
into master
v3.6.0
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
Dockerfile
: upgrades Python and dcm2niix
:
- Python:
3.7
-> 3.8
dmc2niix
: v1.0.20200331
-> v1.0.20201102
v3.5.1
Merges changes from branches dmc_physio
, adds_acq_time_to_seqinfo
and handles_phoenix_file
v3.5
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
- 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
Updates the versions of dcmstack
, dcm2niix
and repo name of bidsphysio
.
v3.2
Allows physiology extraction from CMRR DICOMs
It uses dcm2bidsphysio
to extract physiological recordings from CMRR DICOMs.