From 7059114fd066b99a37ebd0f35731b92a7704be03 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Thu, 22 Aug 2024 09:56:53 -0400 Subject: [PATCH] fix(schema): Remove SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE This rule goes counter to the table in https://bids-specification.readthedocs.io/en/stable/modality-specific-files/magnetic-resonance-imaging-data.html#timing-parameters_1. --- src/schema/rules/checks/func.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/schema/rules/checks/func.yaml b/src/schema/rules/checks/func.yaml index aff192b5fd..883091b4cd 100644 --- a/src/schema/rules/checks/func.yaml +++ b/src/schema/rules/checks/func.yaml @@ -117,19 +117,6 @@ VolumeTimingDelayTimeMutex: checks: - type(sidecar.DelayTime) == "null" -SliceTimingAcquisitionDurationMutex: - issue: - code: SLICE_TIMING_AND_DURATION_MUTUALLY_EXCLUSIVE - message: | - 'SliceTiming' is defined for this file. - Neither 'DelayTime' nor 'AcquisitionDuration' may be defined in addition. - level: error - selectors: - - type(sidecar.SliceTiming) != "null" - checks: - - type(sidecar.AcquisitionDuration) == "null" - - type(sidecar.DelayTime) == "null" - VolumeTimingMissingAcquisitionDuration: issue: code: VOLUME_TIMING_MISSING_ACQUISITION_DURATION