Skip to content

Commit ec7a5ad

Browse files
authored
[FIX] make references to Neuromag/Elekta/MEGIN consistent (#1359)
1 parent 4c2b0cb commit ec7a5ad

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/appendices/meg-file-formats.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ A guide for using macros can be found at
438438
## Aalto MEG–MRI
439439

440440
For stand-alone MEG data, the Aalto hybrid device uses the standard `.fif` data
441-
format and follows the conventions of Elekta/Neuromag as described
441+
format and follows the conventions of Neuromag/Elekta/MEGIN as described
442442
[above](#neuromagelektamegin). The `.fif` files may
443443
contain unreconstructed MRI data. The inclusion of MRI data and information for
444444
accurate reconstruction will be fully standardized at a later stage.

src/modality-specific-files/magnetoencephalography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ for general information on how to deal with such manufacturer specifics and to s
7777
The [`proc-<label>`](../appendices/entities.md#proc) entity is analogous to the
7878
[`rec-<label>`](../appendices/entities.md#rec) entity for MRI,
7979
and denotes a variant of a file that was a result of particular processing performed on the device.
80-
This is useful for files produced in particular by Elekta's MaxFilter
80+
This is useful for files produced in particular by Neuromag/Elekta/MEGIN's MaxFilter
8181
(for example, sss, tsss, trans, quat, mc),
8282
which some installations impose to be run on raw data prior to analysis.
8383
Such processing steps are needed for example because of active shielding software corrections

src/schema/objects/entities.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ processing:
218218
The proc label is analogous to rec for MR and denotes a variant of
219219
a file that was a result of particular processing performed on the device.
220220
221-
This is useful for files produced in particular by Elekta's MaxFilter
222-
(for example, `sss`, `tsss`, `trans`, `quat` or `mc`),
221+
This is useful for files produced in particular by Neuromag/Elekta/MEGIN's
222+
MaxFilter (for example, `sss`, `tsss`, `trans`, `quat` or `mc`),
223223
which some installations impose to be run on raw data because of active
224224
shielding software corrections before the MEG data can actually be
225225
exploited.

src/schema/objects/metadata.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ DigitizedHeadPoints__coordsystem:
638638
Relative path to the file containing the locations of digitized head points
639639
collected during the session (for example, `"sub-01_headshape.pos"`).
640640
RECOMMENDED for all MEG systems, especially for CTF and BTi/4D.
641-
For Elekta/Neuromag the head points will be stored in the fif file.
641+
For Neuromag/Elekta/MEGIN, the head points will be stored in the `.fif` file.
642642
type: string
643643
format: file_relative
644644
DigitizedHeadPointsCoordinateSystem:
@@ -1286,8 +1286,8 @@ HeadCoilCoordinates:
12861286
(for example, `{"NAS": [12.7,21.3,13.9], "LPA": [5.2,11.3,9.6],
12871287
"RPA": [20.2,11.3,9.1]}`).
12881288
Note that coils are not always placed at locations that have a known
1289-
anatomical name (for example, for Elekta, Yokogawa systems); in that case
1290-
generic labels can be used
1289+
anatomical name (for example, for Neuromag/Elekta/MEGIN, Yokogawa systems);
1290+
in that case generic labels can be used
12911291
(for example, `{"coil1": [12.2,21.3,12.3], "coil2": [6.7,12.3,8.6],
12921292
"coil3": [21.9,11.0,8.1]}`).
12931293
Each array MUST contain three numeric values corresponding to x, y, and z
@@ -1304,7 +1304,7 @@ HeadCoilFrequency:
13041304
display_name: Head Coil Frequency
13051305
description: |
13061306
List of frequencies (in Hz) used by the head localisation coils
1307-
('HLC' in CTF systems, 'HPI' in Elekta, 'COH' in BTi/4D)
1307+
('HLC' in CTF systems, 'HPI' in Neuromag/Elekta/MEGIN, 'COH' in BTi/4D)
13081308
that track the subject's head position in the MEG helmet
13091309
(for example, `[293, 307, 314, 321]`).
13101310
anyOf:

0 commit comments

Comments
 (0)