From c6810aa339456816ca6ff71e952a1990e71ecdb5 Mon Sep 17 00:00:00 2001 From: Sein Jeung Date: Tue, 22 Aug 2023 12:47:34 +0200 Subject: [PATCH] Remove reference frame related fields from motion.json Per https://github.com/bids-standard/bids-specification/pull/1524 --- bids-validator/validators/json/schemas/motion.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/bids-validator/validators/json/schemas/motion.json b/bids-validator/validators/json/schemas/motion.json index 9a4d2c34b..b5d5a19db 100644 --- a/bids-validator/validators/json/schemas/motion.json +++ b/bids-validator/validators/json/schemas/motion.json @@ -61,16 +61,7 @@ "POSChannelCount": { "type": "number" }, "VELChannelCount": { "type": "number" }, "LATENCYChannelCount": { "type": "number" }, - "MissingValues": { "type": "string" }, - "RotationOrder": { - "type": "string", - "enum": ["XYZ", "XZY", "YXZ", "YZX", "ZXY", "ZYX"] - }, - "RotationRule": { - "type": "string", - "enum": ["left-hand", "right-hand"] - }, - "SpatialAxes": { "type": "string" } + "MissingValues": { "type": "string" } }, "required": ["TaskName", "SamplingFrequency"], "additionalProperties": false