You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A set of function for matlab and octave to create [BIDS-compatible](https://bids-specification.readthedocs.io/en/stable/) folder structure and filenames for the output of behavioral, EEG, fMRI, eyetracking studies.
Subjects, session and run number labels will be numbers with zero padding up to 3 values (e.g subject 1 will become `sub-001`).
49
+
Subjects, session and run number labels will be numbers with zero padding up to
50
+
3 values (e.g subject 1 will become `sub-001`).
46
51
47
-
A session folder will ALWAYS be created even if not requested (default will be `ses-001`).
52
+
A session folder will ALWAYS be created even if not requested (default will be
53
+
`ses-001`).
48
54
49
55
Task labels will be printed in camelCase in the filenames.
50
56
51
-
Time stamps are added directly in the filename by adding a suffix `_date-YYYYMMDDHHMM` which makes the file name non-BIDS compliant. This was added to prevent overwriting files in case a certain run needs to be done a second time because of a crash (Some of us are paranoid about keeping even cancelled runs during my experiments). This suffix should be removed to make the data set BIDS compliant. See `convertSourceToRaw.m` for more details.
57
+
Time stamps are added directly in the filename by adding a suffix
58
+
`_date-YYYYMMDDHHMM` which makes the file name non-BIDS compliant. This was
59
+
added to prevent overwriting files in case a certain run needs to be done a
60
+
second time because of a crash (Some of us are paranoid about keeping even
61
+
cancelled runs during my experiments). This suffix should be removed to make the
62
+
data set BIDS compliant. See `convertSourceToRaw.m` for more details.
0 commit comments