Skip to content

Commit

Permalink
Merge pull request #1791 from sjeung/bep029_motion
Browse files Browse the repository at this point in the history
FIX : motion.json typo fix and remove unused fields
  • Loading branch information
rwblair authored Aug 31, 2023
2 parents 6677c9a + abde27b commit 4d7cbdc
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions bids-validator/validators/json/schemas/motion.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
},
"SubjectArtefactDescription": { "type": "string" },
"MotionChannelCount": { "type": "number" },
"TrackingSystemCount": { "type": "number" },
"TrackingSystemName": { "type": "string" },
"DeviceSerialNumber": {
"$ref": "common_definitions.json#/definitions/DeviceSerialNumber"
Expand Down Expand Up @@ -56,21 +55,12 @@
"GYROChannelCount": { "type": "number" },
"JNTANGChannelCount": { "type": "number" },
"MAGNChannelCount": { "type": "number" },
"MISChannelCount": { "type": "number" },
"MISCChannelCount": { "type": "number" },
"ORNTChannelCount": { "type": "number" },
"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 4d7cbdc

Please sign in to comment.