I am converting a multimodal dataset into the BIDS format, and I wanted to clarify some things. For context, I have all my eeg files in the eeg/ directories, and everything else (gaze, pupil size, head position, ecg, respiration, eog) in the beh/ directory as they are not neural recordings.
As per the BIDS specifications, physiological recordings have the following template:
For the template directory name, <datatype> can correspond to any data recording modality, for example func, anat, dwi, meg, eeg, ieeg, or beh.
Is the datatype allowed to be only any of the above options? Or can I have ecg/, respiration/, eyetrack/ and so on as per my needs?
I came across the BIDS Eyetracking extention proposal (BIDS Eye Tracking - Google Docs) in this forum. Can I use this specification for my eyetracking data or does the proposal have to be accepted for my dataset to pass the validator?
You can follow the proposal, but just have the files listed in a .bidsignore file in the root directory (e.g., sub*/ses*/*/*physio*) so they will not throw an error in the BIDS validator, and then remove that line when the proposal is integrated.
I see, these recordings were not collected during an imaging scan per se. They were collected from subjects while they watched different stimuli videos, and hence I had all the physio recordings in the beh/ directory and eeg recordings in the eeg/ directory for now.
My question is if I can add more datatypes than just func, anat, dwi, meg, eeg, ieeg, or beh, and if not, whether storing them in the beh/ directory is the right way to go?