File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ A guide for using macros can be found at
161
161
https://github.com/bids-standard/bids-specification/blob/master/macros_doc.md
162
162
-->
163
163
{{ MACROS__ _ make_sidecar_table([
164
- "mri.MRIB0FieldIdentifier ",
164
+ "fmap.MRIFieldmapB0FieldIdentifier ",
165
165
"mri.MRIEchoPlanarImagingAndB0FieldSource",
166
166
] )
167
167
}}
Original file line number Diff line number Diff line change @@ -23,7 +23,16 @@ MRIFieldmapB0FieldIdentifier:
23
23
- match(extension, '\.nii(\.gz)?$')
24
24
- ' !("IntendedFor" in sidecar)'
25
25
fields :
26
- B0FieldIdentifier : recommended
26
+ B0FieldIdentifier :
27
+ level : recommended
28
+ issue :
29
+ code : B0_FIELD_IDENTIFIER_RECOMMENDED
30
+ message : |
31
+ File is missing B0FieldIdentifier metadata and IntendedFor metadata,
32
+ so it will not be possible to use to perform susceptibility distortion correction.
33
+ B0FieldIdentifier metadata permits the flexible selection of images
34
+ for estimating B0 inhomogeneity fields, and B0FieldSource permits EPI
35
+ images to indicate the identifier of the estimated field to use.
27
36
28
37
# Case 1: Phase-difference map and at least one magnitude image
29
38
MRIFieldmapPhaseDifferencePhasediff :
Original file line number Diff line number Diff line change @@ -385,7 +385,17 @@ MRIEchoPlanarImagingAndB0FieldSource:
385
385
- intersects(dataset.datatypes, ['fmap'])
386
386
- match(extension, "^\.nii(\.gz)?$")
387
387
fields :
388
- B0FieldSource : recommended
388
+ B0FieldSource :
389
+ level : recommended
390
+ issue :
391
+ code : B0_FIELD_SOURCE_RECOMMENDED
392
+ message : |
393
+ File is missing B0FieldSource metadata, so it may not be possible to
394
+ perform susceptibility distortion correction on it.
395
+ B0FieldIdentifier metadata permits the flexible selection of images
396
+ for estimating B0 inhomogeneity fields, and B0FieldSource permits EPI
397
+ images to indicate the identifier of the estimated field to use.
398
+ If associations are fully specified with `IntendedFor`, there is no need to change this.
389
399
390
400
MRIInstitutionInformation :
391
401
selectors :
You can’t perform that action at this time.
0 commit comments