We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd70b6 commit 0104732Copy full SHA for 0104732
src/schema/rules/checks/mri.yaml
@@ -154,7 +154,7 @@ BigDeltaNotConsistent:
154
not match the 4th dimension of the NIfTI header.
155
level: error
156
selectors:
157
- - modality == "mri"
+ - suffix == "dwi"
158
- type(sidecar.BigDelta) == "array"
159
- type(nifti_header) != "null"
160
checks:
@@ -168,7 +168,7 @@ SmallDeltaNotConsistent:
168
169
170
171
172
- type(sidecar.SmallDelta) == "array"
173
174
0 commit comments