Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
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
14 changes: 14 additions & 0 deletions src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,13 @@ Funding:
type: array
items:
type: string
Gain:
name: Gain
display_name: Gain
description: |
Signal gain from an in-line amplifier, applied between the EMG sensor/device and the data acquisition computer.
See also Preamplification.
type: number
Comment on lines +1501 to +1507
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this have a unit, e.g., dB?

GeneratedBy:
name: GeneratedBy
display_name: Generated By
Expand Down Expand Up @@ -2942,6 +2949,13 @@ PowerLineFrequency:
- type: string
enum:
- n/a
Preamplification:
name: Preamplification
display_name: Preamplification
description: |
Amplification built into an EMG bipolar sensor, electrode grid, or other device.
See also Gain.
type: number
PromptRate:
name: PromptRate
display_name: Prompt Rate
Expand Down
2 changes: 2 additions & 0 deletions src/schema/rules/sidecars/emg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ EMGRecommended:
EMGPlacementSchemeDescription: recommended
EpochLength: recommended
HardwareFilters: recommended
Preamplification: recommended
Gain: recommended
InterelectrodeDistance: recommended
RecordingDuration: recommended
RecordingType: recommended
Expand Down