We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ae9e9c commit 2c19e94Copy full SHA for 2c19e94
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