File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 19
19
About
20
20
-----
21
21
22
- ``heudiconv `` is a flexible DICOM converter for organizing brain imaging data
23
- into structured directory layouts.
22
+ ``heudiconv `` is a flexible DICOM converter for organizing brain imaging data
23
+ into structured directory layouts.
24
24
25
- - it allows flexible directory layouts and naming schemes through
26
- customizable heuristics implementations
25
+ - it allows flexible directory layouts and naming schemes through
26
+ customizable heuristics implementations
27
27
- it only converts the necessary DICOMs, not everything in a directory
28
28
- you can keep links to DICOM files in the participant layout
29
29
- using dcm2niix under the hood, it's fast
30
- - it can track the provenance of the conversion from DICOM to NIfTI in W3C
31
- PROV format
30
+ - it can track the provenance of the conversion from DICOM to NIfTI in W3C
31
+ PROV format
32
32
- it provides assistance in converting to `BIDS <http://bids.neuroimaging.io/ >`_.
33
- - it integrates with `DataLad <https://www.datalad.org/ >`_ to place converted and
34
- original data under git/git-annex version control, while automatically
35
- annotating files with sensitive information (e.g., non-defaced anatomicals, etc)
33
+ - it integrates with `DataLad <https://www.datalad.org/ >`_ to place converted and
34
+ original data under git/git-annex version control, while automatically
35
+ annotating files with sensitive information (e.g., non-defaced anatomicals, etc)
Original file line number Diff line number Diff line change 41
41
extensions = [
42
42
'sphinx.ext.autodoc' ,
43
43
'recommonmark' ,
44
+ 'sphinx-argparse' ,
44
45
]
45
46
46
47
# Add any paths that contain templates here, relative to this directory.
You can’t perform that action at this time.
0 commit comments