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
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Subjects, session and run number labels will be numbers with zero padding up to
36
36
37
37
A session folder will ALWAYS be created even if not requested (default will be `ses-001`).
38
38
39
-
Task labels will be printed in camelCase in the filenames.
39
+
Task labels will be printed in camelCase in the filenames.
40
40
41
41
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.
42
42
@@ -206,7 +206,7 @@ For the moment the date of acquisition is appended to the filename
206
206
207
207
Function to save output files for events that will be BIDS compliant.
208
208
209
-
If the user DOES NOT provide `onset`, `trial_type`, this events will be skipped. `duration` will be set to "NaN" if
209
+
If the user DOES NOT provide `onset`, `trial_type`, this events will be skipped. `duration` will be set to "NaN" if
210
210
no value is provided.
211
211
212
212
### checkCFG
@@ -216,7 +216,7 @@ Check that we have all the fields that we need in the experiment parameters.
216
216
## CFG content
217
217
218
218
```matlab
219
-
%% Can be modified by users
219
+
%% Can be modified by users
220
220
% but their effect might only be effective after running
221
221
% checkCFG
222
222
@@ -290,7 +290,7 @@ cd fullpath_to_directory_where_to_install
0 commit comments