Skip to content

Commit

Permalink
fix channel, elec, sim recording
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Dec 12, 2024
1 parent afab46a commit a862628
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/modality-specific-files/electroencephalography.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ If electrodes are repositioned, it is RECOMMENDED to use multiple sessions to in

### Example `*_electrodes.tsv`

See also the corresponding [`electrodes.tsv` example](#example-channelstsv).
See also the corresponding [`electrodes.tsv` example](#example-_channelstsv).

```Text
name x y z type material
Expand Down
2 changes: 1 addition & 1 deletion src/modality-specific-files/magnetoencephalography.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ A guide for using macros can be found at

#### Specific EEG fields

If recorded with MEG, see [Recording EEG simultaneously with MEG](#recording-eeg-simultaneously-with-meg)
If recorded with MEG, see [Recording EEG simultaneously with MEG](#recording-ieeg-simultaneously-with-meg)
SHOULD be present:

<!-- This block generates a metadata table.
Expand Down
4 changes: 2 additions & 2 deletions src/schema/rules/json/meg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ MEGCoordsystemWithEEG:
level: optional
description_addendum: |
See [Recording EEG simultaneously with MEG]
(/modality-specific-files/magnetoencephalography.html#recording-eeg-simultaneously-with-meg).
(/modality-specific-files/magnetoencephalography.html#recording-ieeg-simultaneously-with-meg).
Preferably the same as the `MEGCoordinateSystem`.
EEGCoordinateUnits: optional
EEGCoordinateSystemDescription:
level: optional
level_addendum: required if `EEGCoordinateSystem` is `Other`
description_addendum: |
See [Recording EEG simultaneously with MEG]
(/modality-specific-files/magnetoencephalography.html#recording-eeg-simultaneously-with-meg).
(/modality-specific-files/magnetoencephalography.html#recording-ieeg-simultaneously-with-meg).
MEGCoordsystemWithEEGMEGCoordinateSystem:
selectors:
Expand Down

0 comments on commit a862628

Please sign in to comment.