Skip to content

Commit

Permalink
Changes for metadata
Browse files Browse the repository at this point in the history
- change DataType from number to array of arrays for AverageCalibrationError and MaximalCalibrationError
- delete CalibrationList from metadata.yaml and eyetrack.yaml as it only contains dublicates of other metadata and thus not needed
- fix typo in metadata.yaml: CalibrationCount was wrongly named "CalibrationType" so CalibrationType was listed twice
  • Loading branch information
julia-pfarr committed Oct 5, 2023
1 parent 2169021 commit 9314fc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
19 changes: 4 additions & 15 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ AverageCalibrationError:
display_name: Average Calibration Error
description: |
Average calibration error in visual degree.
type: number
type: array of arrays
unit: degree
B0FieldIdentifier:
name: B0FieldIdentifier
Expand Down Expand Up @@ -371,23 +371,12 @@ BrainLocation:
which can also tie up with laminar fMRI.
type: string
CalibrationCount:
name: CalibrationType
display_name: Calibration Type
name: CalibrationCount
display_name: Calibration Count
description: |
Provide here the number of calibration performed per run.
type: number
minimum: 0
CalibrationList:
name: CalibrationList
display_name: Calibration List
description: |
List of lists including information for each calibration.
This list includes the calibration type, recorded eye,
maximal calibration error, average calibration error,
and time relative to the first event of the event file.
type: array
items:
type: array
CalibrationPosition:
name: CalibrationPosition
display_name: Calibration Position
Expand Down Expand Up @@ -2086,7 +2075,7 @@ MaximalCalibrationError:
display_name: Maximal Calibration Error
description: |
Maximal calibration error in degree.
type: number
type: array of arrays
unit: degree
MeasurementToolMetadata:
name: MeasurementToolMetadata
Expand Down
1 change: 0 additions & 1 deletion src/schema/rules/sidecars/eyetrack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ EyeTrackingRecommended:
fields:
AverageCalibrationError: recommended
CalibrationCount: recommended
CalibrationList: recommended
CalibrationPosition: recommended
CalibrationType: recommended
CalibrationUnit: recommended
Expand Down

0 comments on commit 9314fc0

Please sign in to comment.