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
[INFRA] Migrate md and yml checks from travis to GH actions (#693)
* [MAINT] migrate md and yml checks from travis to GH actions
* fix node with --global install
* try with fixed PATH
* iter 1
* iter 2
* iter 3
* back to beginnning
* path tricks
* try with npx
* Apply suggestions from code review
Co-authored-by: Chris Markiewicz <[email protected]>
* not recommended -> deprecated
* fix linter 10-file-collections.md
* fix pipes in mri md except for lines in conflict with bep005 pr
Co-authored-by: Chris Markiewicz <[email protected]>
| ContrastBolusIngredient | OPTIONAL |[string][]| Active ingredient of agent. Values MUST be one of: IODINE, GADOLINIUM, CARBON DIOXIDE, BARIUM, XENON Corresponds to DICOM Tag 0018,1048.|
203
-
| RepetitionTimeExcitation | OPTIONAL |[number][]| The interval, in seconds, between two successive excitations. The DICOM tag that best refers to this parameter is [(0018, 0080)](http://dicomlookup.com/lookup.asp?sw=Tnumber&q=(0018,0080)). This field may be used together with the `RepetitionTimePreparation` for certain use cases, such as [MP2RAGE](https://doi.org/10.1016/j.neuroimage.2009.10.002). Use `RepetitionTimeExcitation` (in combination with `RepetitionTimePreparation` if needed) for anatomy imaging data rather than `RepetitionTime` as it is already defined as the amount of time that it takes to acquire a single volume in the [task imaging data](#task-including-resting-state-imaging-data) section. |
204
-
| RepetitionTimePreparation | OPTIONAL | [number][] or [array][] of [numbers][] | The interval, in seconds, that it takes a preparation pulse block to re-appear at the beginning of the succeeding (essentially identical) pulse sequence block. The data type number may apply to files from any MRI modality concerned with a single value for this field. The data type array provides a value for each volume in a 4D dataset and should only be used when the volume timing is critical for interpretation of the data, such as in [ASL](#arterial-spin-labeling-perfusion-data). |
| ContrastBolusIngredient | OPTIONAL |[string][]| Active ingredient of agent. Values MUST be one of: IODINE, GADOLINIUM, CARBON DIOXIDE, BARIUM, XENON Corresponds to DICOM Tag 0018,1048. |
203
+
| RepetitionTimeExcitation | OPTIONAL |[number][]| The interval, in seconds, between two successive excitations. The DICOM tag that best refers to this parameter is [(0018, 0080)](http://dicomlookup.com/lookup.asp?sw=Tnumber&q=(0018,0080)). This field may be used together with the `RepetitionTimePreparation` for certain use cases, such as [MP2RAGE](https://doi.org/10.1016/j.neuroimage.2009.10.002). Use `RepetitionTimeExcitation` (in combination with `RepetitionTimePreparation` if needed) for anatomy imaging data rather than `RepetitionTime` as it is already defined as the amount of time that it takes to acquire a single volume in the [task imaging data](#task-including-resting-state-imaging-data) section. |
204
+
| RepetitionTimePreparation | OPTIONAL |[number][] or [array][] of [numbers][]| The interval, in seconds, that it takes a preparation pulse block to re-appear at the beginning of the succeeding (essentially identical) pulse sequence block. The data type number may apply to files from any MRI modality concerned with a single value for this field. The data type array provides a value for each volume in a 4D dataset and should only be used when the volume timing is critical for interpretation of the data, such as in [ASL](#arterial-spin-labeling-perfusion-data). |
205
205
206
206
The [`part-<label>`](../99-appendices/09-entities.md#part) key/value pair is
207
207
used to indicate which component of the complex representation of the MRI
Copy file name to clipboardExpand all lines: src/99-appendices/08-coordinate-systems.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,6 @@ Unless specified explicitly in the sidecar file in the
128
128
| ICBM452AirSpace | Reference space defined by the "average of 452 T1-weighted MRIs of normal young adult brains" with "linear transforms of the subjects into the atlas space using a 12-parameter affine transformation" [https://www.loni.usc.edu/research/atlases](https://www.loni.usc.edu/research/atlases)|
129
129
| ICBM452Warp5Space | Reference space defined by the "average of 452 T1-weighted MRIs of normal young adult brains" "based on a 5th order polynomial transformation into the atlas space" [https://www.loni.usc.edu/research/atlases](https://www.loni.usc.edu/research/atlases)|
130
130
| IXI549Space | Reference space defined by the average of the "549 (...) subjects from the IXI dataset" linearly transformed to ICBM MNI 452.Used by SPM12. [https://brain-development.org/](https://brain-development.org/)|
131
-
| fsaverage\[3\|4\|5\|6\|sym\]| NOT RECOMMENDED, please use `fsaverage` without modifiers. Images were sampled to the FreeSurfer surface reconstructed from the subject’s T1w image, and registered to an fsaverage template |
132
131
| fsaverage | The `fsaverage` is a **dual template** providing both volumetric and surface coordinates references. The volumetric template corresponds to a FreeSurfer variant of `MNI305` space. The `fsaverage` atlas also defines a surface reference system (formerly described as fsaverage\[3\|4\|5\|6\|sym\]). |
133
132
| fsaverageSym | The `fsaverage` is a **dual template** providing both volumetric and surface coordinates references. The volumetric template corresponds to a FreeSurfer variant of `MNI305` space. The `fsaverageSym` atlas also defines a symmetric surface reference system (formerly described as `fsaveragesym`). |
134
133
| fsLR | The `fsLR` is a **dual template** providing both volumetric and surface coordinates references. The volumetric template corresponds to `MNI152NLin6Asym`. Surface templates are given at several sampling densities: 164k (used by HCP pipelines for 3T and 7T anatomical analysis), 59k (used by HCP pipelines for 7T MRI bold and DWI analysis), 32k (used by HCP pipelines for 3T MRI bold and DWI analysis), or 4k (used by HCP pipelines for MEG analysis) fsaverage_LR surface reconstructed from the T1w image. |
@@ -143,17 +142,15 @@ Unless specified explicitly in the sidecar file in the
| Talairach | Piecewise linear scaling of the brain is implemented as described in TT88. [http://talairach.org/](http://talairach.org/)|
145
144
| UNCInfant | Infant Brain Atlases from Neonates to 1- and 2-year-olds. [https://www.nitrc.org/projects/pediatricatlas](https://www.nitrc.org/projects/pediatricatlas)|
146
-
| UNCInfant\[0\|1\|2\]V\[21\|22\|23\]| NOT RECOMMENDED, please use `UNCInfant` without modifiers. Infant Brain Atlases from Neonates to 1- and 2-year-olds. [https://www.nitrc.org/projects/pediatricatlas](https://www.nitrc.org/projects/pediatricatlas)|
147
145
148
146
The following template identifiers are retained for backwards compatibility
149
147
of BIDS implementations.
150
-
Their use is NOT RECOMMENDED for new BIDS datasets and tooling, but their
| fsaverage\[3\|4\|5\|6\|sym\]|Images were sampled to the FreeSurfer surface reconstructed from the subject’s T1w image, and registered to an fsaverage template | fsaverage\[Sym\]|
153
+
| UNCInfant\[0\|1\|2\]V\[21\|22\|23\]|Infant Brain Atlases from Neonates to 1- and 2-year-olds. [https://www.nitrc.org/projects/pediatricatlas](https://www.nitrc.org/projects/pediatricatlas)|UNCInfant|
157
154
158
155
### Nonstandard coordinate system identifiers
159
156
@@ -181,3 +178,4 @@ Please note that `space-scanner` SHOULD NOT be used, it is mentioned in this spe
0 commit comments