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
Copy file name to clipboardExpand all lines: docs/reproin.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
================
2
-
Reproin
2
+
Reproin
3
3
================
4
4
5
5
This tutorial is based on `Dianne Patterson's University of Arizona tutorials <https://neuroimaging-core-docs.readthedocs.io/en/latest/pages/heudiconv.html#lesson-3-reproin-py>`_
@@ -10,14 +10,14 @@ MR scanners.
10
10
11
11
If you can control how your image sequences are named at the scanner, you can use the *reproin* naming convention.
12
12
If you cannot control such naming, or already have collected data, you can provide your custom heuristic mapping into *reproin* and thus in effect use reproin heuristic.
13
-
That will be a topic for another tutorial but meanwhile you can checkout `reproin/issues/18 <https://github.com/ReproNim/reproin/issues/18#issuecomment-834598084>`_ for a brief HOWTO.
13
+
That will be a topic for another tutorial but meanwhile you can checkout `reproin/issues/18 <https://github.com/ReproNim/reproin/issues/18#issuecomment-834598084>`_ for a brief HOWTO.
14
14
15
15
Get Example Dataset
16
16
-------------------
17
17
18
18
This example uses a phantom dataset: `reproin_dicom.zip <https://datasets.datalad.org/?dir=/repronim/heudiconv-reproin-example>`_ generated by the University of Arizona on their Siemens Skyra 3T with Syngo MR VE11c software on 2018_02_08.
19
19
20
-
The ``REPROIN`` directory is a simple reproin-compliant DICOM (.dcm) dataset without sessions.
20
+
The ``REPROIN`` directory is a simple reproin-compliant DICOM (.dcm) dataset without sessions.
21
21
(Derived dwi images (ADC, FA etc.) that the scanner produced have been removed.::
22
22
23
23
[user@local ~/reproin_dicom/REPROIN]$ tree -I "*.dcm"
@@ -82,7 +82,7 @@ If not, ReproIn heuristic bases it on the value of the DICOM "Study Description"
82
82
Reproin Scanner File Names
83
83
****************************
84
84
85
-
* For both BIDS and *reproin*, names are composed of an ordered series of key-value pairs, called [*entities*](https://github.com/bids-standard/bids-specification/blob/master/src/schema/objects/entities.yaml).
85
+
* For both BIDS and *reproin*, names are composed of an ordered series of key-value pairs, called `*entities*<https://github.com/bids-standard/bids-specification/blob/master/src/schema/objects/entities.yaml>`_.
86
86
Each key and its value are joined with a dash ``-`` (e.g., ``acq-MPRAGE``, ``dir-AP``).
87
87
These key-value pairs are joined to other key-value pairs with underscores ``_``.
88
88
The exception is the modality label, which is discussed more below.
0 commit comments