Skip to content

Commit 2c19e94

Browse files
kabilareffigies
andcommitted
Update src/schema/rules/checks/mri.yaml
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
1 parent 0ae9e9c commit 2c19e94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema/rules/checks/mri.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ BigDeltaNotConsistent:
154154
not match the 4th dimension of the NIfTI header.
155155
level: error
156156
selectors:
157-
- modality == "mri"
157+
- suffix == "dwi"
158158
- type(sidecar.BigDelta) == "array"
159159
- type(nifti_header) != "null"
160160
checks:
@@ -168,7 +168,7 @@ SmallDeltaNotConsistent:
168168
not match the 4th dimension of the NIfTI header.
169169
level: error
170170
selectors:
171-
- modality == "mri"
171+
- suffix == "dwi"
172172
- type(sidecar.SmallDelta) == "array"
173173
- type(nifti_header) != "null"
174174
checks:

0 commit comments

Comments
 (0)