Skip to content

Commit

Permalink
add definitions for crosstalk and calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
sappelhoff committed Oct 26, 2023
1 parent 7903e50 commit 8ec912e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
16 changes: 16 additions & 0 deletions src/schema/objects/enums.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,22 @@ ChietiItab:
display_name: Chieti ITAB
description: |
RAS orientation and the origin between the ears.
calibration:
value: calibration
display_name: calibration
description: |
The fine-calibration file, is produced by the MaxFilter software and the work of
Neuromag/Elekta/MEGIN engineers during maintenance of the MEG acquisition system.
It is specific to the site of recording and may change in the process of regular system maintenance.
it is usually shared with a crosstalk file.
crosstalk:
value: crosstalk
display_name: crosstalk
description: |
The crosstalk file, is produced by the MaxFilter software and the work of
Neuromag/Elekta/MEGIN engineers during maintenance of the MEG acquisition system.
It is specific to the site of recording and may change in the process of regular system maintenance.
it is usually shared with a fine-calibration file.
individual:
value: individual
display_name: individual
Expand Down
6 changes: 2 additions & 4 deletions src/schema/rules/files/raw/meg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,8 @@ calibration:
session: optional
acquisition:
level: required
# TODO: Add definitions for these values.
enum:
- calibration
- $ref: objects.enums.calibration.value

crosstalk:
suffixes:
Expand All @@ -55,9 +54,8 @@ crosstalk:
session: optional
acquisition:
level: required
# TODO: Add definitions for these values.
enum:
- crosstalk
- $ref: objects.enums.crosstalk.value

headshape:
suffixes:
Expand Down

0 comments on commit 8ec912e

Please sign in to comment.