You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
heudiconv 0.5.4
* tag 'v0.5.4': (56 commits)
rel: 0.5.4
bump: dcm2niix to latest release
fix: avoid relative import in nipype node
fix: remove print statement
fix: minimize processing before batch submission
fix: imports, outdated argument help
fix: revert to explicit relative imports, use heudiconv executable for queue submissions
fix: better support for queue args
rf: move to absolute import
ENH: manually fixed up already existing MD links to contain empty trailing []
Updated link_issues_CHANGELOG with new version from datalad 0.12.0rc2-125-gc350b96e
fix: utils api link
fix: batch example
doc: finalize rtd
doc: install all project dependencies on rtd
fix: extension name
doc: doc-building dependencies
sty: whitespace + sphinx argparser
sty+enh: try new style, add more content
update dcm2niix to v1.0.20181125
...
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,8 @@ dicomstack.
76
76
77
77
- YouTube:
78
78
-["Heudiconv Example"](https://www.youtube.com/watch?v=O1kZAuR7E00) by [James Kent](https://github.com/jdkent)
79
+
- Blog post:
80
+
-["BIDS Tutorial Series: HeuDiConv Walkthrough"](http://reproducibility.stanford.edu/bids-tutorial-series-part-2a/) by the [Stanford Center for Reproducible Neuroscience](http://reproducibility.stanford.edu/)
``heudiconv`` is a flexible DICOM converter for organizing brain imaging data
27
+
into structured directory layouts.
28
+
29
+
- it allows flexible directory layouts and naming schemes through customizable heuristics implementations
30
+
- it only converts the necessary DICOMs, not everything in a directory
31
+
- you can keep links to DICOM files in the participant layout
32
+
- using dcm2niix under the hood, it's fast
33
+
- it can track the provenance of the conversion from DICOM to NIfTI in W3C PROV format
34
+
- it provides assistance in converting to `BIDS <http://bids.neuroimaging.io/>`_.
35
+
- it integrates with `DataLad <https://www.datalad.org/>`_ to place converted and original data under git/git-annex version control, while automatically annotating files with sensitive information (e.g., non-defaced anatomicals, etc)
0 commit comments