Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] add "visual correction" and "head stabilization" metadata #1539

Merged
merged 7 commits into from
Aug 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/modality-specific-files/task-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,9 @@ in the accompanying JSON sidecar as follows (based on the example of the previou
"ScreenDistance": 1.8,
"ScreenRefreshRate": 60,
"ScreenResolution": [1920, 1200],
"ScreenSize": [0.472, 0.295]
}
"ScreenSize": [0.472, 0.295],
"HeadStabilization": "none"
},
"VisionCorrection": "lenses"
}
```
16 changes: 16 additions & 0 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,14 @@ HeadCoilFrequency:
items:
type: number
unit: Hz
HeadStabilization:
name: HeadStabilization
display_name: Head stabilization
description: |
Head restraint method used during the experiment
to prevent rotation and/or translation of the head.
Example: "chin-rest", "head-rest", "bite-bar", "chin-rest and head-rest", "none"
type: string
HowToAcknowledge:
name: HowToAcknowledge
display_name: How To Acknowledge
Expand Down Expand Up @@ -3313,6 +3321,7 @@ StimulusPresentation:
- SoftwareRRID
- SoftwareVersion
- Code
- HeadStabilization
properties:
OperatingSystem:
$ref: objects.metadata.OperatingSystem
Expand Down Expand Up @@ -3545,6 +3554,13 @@ VELChannelCount:
Number of linear velocity channels.
type: integer
minimum: 0
VisionCorrection:
name: VisionCorrection
display_name: Vision correction
description: |
Equipment used to correct participant vision during an experiment.
Example: "spectacles", "lenses", "none".
type: string
VolumeTiming:
name: VolumeTiming
display_name: Volume Timing
Expand Down
1 change: 1 addition & 0 deletions src/schema/rules/sidecars/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ StimulusPresentation:
- suffix == "events"
fields:
StimulusPresentation: recommended
VisionCorrection: optional