Skip to content
Snippets Groups Projects
Commit 6cbca76d authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

complete meg

parent e3c464e8
No related branches found
No related tags found
1 merge request!2ENH: Folder
...@@ -65,10 +65,15 @@ metadata: ...@@ -65,10 +65,15 @@ metadata:
role: File role: File
path: $$${parent}_datafile path: $$${parent}_datafile
file: ${parent}_datafile # this is automatically the relative path file: ${parent}_datafile # this is automatically the relative path
recordingLabel: $$recording
spaceLabel: $$space
ProcessedOnDevice: $$proc
Split: $$split
Magnetoencephalography: Magnetoencephalography:
RawData: +$$someFile RawData: +$$someFile
Acquisition_label: $$acq Acquisition_label: $$acq
RunLabel: $$run RunLabel: $$run
Task: $$task
- !defmacro - !defmacro
name: EEGDataFile name: EEGDataFile
params: params:
...@@ -401,6 +406,16 @@ project_level: ...@@ -401,6 +406,16 @@ project_level:
parent: "PhysiologicalRecording" parent: "PhysiologicalRecording"
- suffix: "stim" - suffix: "stim"
parent: "ContinuousRecording" parent: "ContinuousRecording"
- suffix: "channels"
parent: "ChannelFile"
- suffix: "coordsystem"
parent: "CoordinateSystemFile"
- suffix: "electrodes"
parent: "ElectrodeFile"
- suffix: "photo"
parent: "PhotoFile"
- suffix: "headshape"
parent: "HeadshapeFile"
eeg: eeg:
type: BIDSEEGDirectory type: BIDSEEGDirectory
match: ^(?P<datatype>eeg)$ match: ^(?P<datatype>eeg)$
...@@ -427,6 +442,8 @@ project_level: ...@@ -427,6 +442,8 @@ project_level:
parent: "ContinuousRecording" parent: "ContinuousRecording"
- suffix: "channels" - suffix: "channels"
parent: "ChannelFile" parent: "ChannelFile"
- suffix: "coordsystem"
parent: "CoordinateSystemFile"
- suffix: "electrodes" - suffix: "electrodes"
parent: "ElectrodeFile" parent: "ElectrodeFile"
- suffix: "photo" - suffix: "photo"
......
...@@ -25,6 +25,7 @@ Electroencephalography: ...@@ -25,6 +25,7 @@ Electroencephalography:
- is_referenced_by: [Session] - is_referenced_by: [Session]
Magnetoencephalography: Magnetoencephalography:
- Acquisition_label - Acquisition_label
- Task
- RunLabel - RunLabel
- is_referenced_by: [Session] - is_referenced_by: [Session]
Subject: Subject:
......
...@@ -143,14 +143,6 @@ T1WeightedImage: ...@@ -143,14 +143,6 @@ T1WeightedImage:
description: In arbitrary units (arbitrary). The contrast of these images is mainly determined by spatial variations in the longitudinal relaxation time of the imaged specimen. In spin-echo sequences this contrast is achieved at relatively short repetition and echo times. To achieve this weighting in gradient-echo images, again, short repetition and echo times are selected; however, at relatively large flip angles. Another common approach to increase T1 weighting in gradient-echo images is to add an inversion preparation block to the beginning of the imaging sequence (for example, TurboFLASH or MP-RAGE). https://bids-specification.readthedocs.io/en/stable/glossary.html#objects.suffixes.T1w description: In arbitrary units (arbitrary). The contrast of these images is mainly determined by spatial variations in the longitudinal relaxation time of the imaged specimen. In spin-echo sequences this contrast is achieved at relatively short repetition and echo times. To achieve this weighting in gradient-echo images, again, short repetition and echo times are selected; however, at relatively large flip angles. Another common approach to increase T1 weighting in gradient-echo images is to add an inversion preparation block to the beginning of the imaging sequence (for example, TurboFLASH or MP-RAGE). https://bids-specification.readthedocs.io/en/stable/glossary.html#objects.suffixes.T1w
inherit_from_suggested: inherit_from_suggested:
- RawData - RawData
MagnetoencephalographyDataFile:
inherit_from_suggested:
- RawData
description: Magnetoencephalography https://bids-specification.readthedocs.io/en/stable/glossary.html#meg-datatypes
MEGSensorCoilPositions:
inherit_from_suggested:
- RawData
description: "Another manufacturer-specific detail pertains to the KIT/Yokogawa/Ricoh system, which saves the MEG sensor coil positions in a separate file with two possible filename extensions (.sqd, .mrk). For these files, the markers suffix MUST be used. For example: sub-01_task-nback_markers.sqd https://bids-specification.readthedocs.io/en/stable/glossary.html#markers-suffixes"
PhaseMap1: PhaseMap1:
inherit_from_suggested: inherit_from_suggested:
- RawData - RawData
...@@ -205,6 +197,47 @@ AnatomyImaging: ...@@ -205,6 +197,47 @@ AnatomyImaging:
Magnetoencephalography: Magnetoencephalography:
inherit_from_suggested: inherit_from_suggested:
- DataAcquisition - DataAcquisition
recommended_properties:
CoordinateSystemFile:
MEGSCANSFile:
datatype: TEXT
description: tsv file describing multiple MEG recording (e.g. runs) (optional) TODO unused
ChannelFile:
TimingInformation:
SQDFile:
description: sqd marker file for KIT/Ricoh/Yokogava TODO unused
datatype: TEXT
MRKFile:
description: mrk marker file for KIT/Ricoh/Yokogava TODO unused
datatype: TEXT
MagnetoencephalographyDataFile:
inherit_from_suggested:
- RawData
description: Magnetoencephalography https://bids-specification.readthedocs.io/en/stable/glossary.html#meg-datatypes
recommended_properties:
Split:
datatype: TEXT
description: "In the case of long data recordings that exceed a file size of 2Gb, .fif files are conventionally split into multiple parts. Each of these files has an internal pointer to the next file. This is important when renaming these split recordings to the BIDS convention.
Instead of a simple renaming, files should be read in and saved under their new names with dedicated tools like MNE-Python, which will ensure that not only the file names, but also the internal file pointers, will be updated.
It is RECOMMENDED that .fif files with multiple parts use the split-<index> entity to indicate each part. If there are multiple parts of a recording and the optional scans.tsv is provided, all files MUST be listed separately in scans.tsv and the entries for the acq_time column in scans.tsv MUST all be identical, as described in Scans file. https://bids-specification.readthedocs.io/en/stable/appendices/entities.html#split"
ProcessedOnDevice:
datatype: TEXT
description: "The proc label is analogous to rec for MR and denotes a variant of a file that was a result of particular processing performed on the device.
This is useful for files produced in particular by Elekta's MaxFilter (for example, sss, tsss, trans, quat or mc), which some installations impose to be run on raw data because of active shielding software corrections before the MEG data can actually be exploited. https://bids-specification.readthedocs.io/en/stable/appendices/entities.html#proc"
HeadshapeFile:
inherit_from_suggested:
- RawData
description: The 3-D locations of points that describe the head shape and/or electrode locations can be digitized and stored in separate files. https://bids-specification.readthedocs.io/en/stable/glossary.html#headshape-suffixes
MEGSensorCoilPositions:
inherit_from_suggested:
- RawData
description: "Another manufacturer-specific detail pertains to the KIT/Yokogawa/Ricoh system, which saves the MEG sensor coil positions in a separate file with two possible filename extensions (.sqd, .mrk). For these files, the markers suffix MUST be used. For example: sub-01_task-nback_markers.sqd https://bids-specification.readthedocs.io/en/stable/glossary.html#markers-suffixes"
Electroencephalography: Electroencephalography:
description: eeg recordings description: eeg recordings
inherit_from_suggested: inherit_from_suggested:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment