Skip to content

Commit

Permalink
Merge pull request #1 from julia-pfarr/julia
Browse files Browse the repository at this point in the history
Changes for metadata
  • Loading branch information
julia-pfarr authored Oct 5, 2023
2 parents 2169021 + 9314fc0 commit 8e01771
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 8e01771

Please sign in to comment.