Skip to content

Commit

Permalink
Remove reference frame related fields from motion.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sjeung authored Aug 22, 2023
1 parent c6b0506 commit c6810aa
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions bids-validator/validators/json/schemas/motion.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6810aa

Please sign in to comment.