-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support writing empty room as task-noise in subject's directory (not in sub-emptyroom) #1374
Comments
+1 to supporting both strategies. For backwards compatibility the default should be writing into |
When working with @SophieHerbst we commonly had one ER recording per day. Saving it as I'd argue today that, considering that common ER recordings are rather short, storage is cheap, and processing can be parallelized, the only bottleneck remaining is network I/O. Back then we didn't have a caching implementation in MNE-BIDS-Pipeline; now we do and avoid unnecessary processing (data retrieval, computations, storage) upon re-run. The way MNE-BIDS-Pipeline worked back then (and works still today), if I'm not mistaken, is to process ER recordings for each participant separately in any case, even if there is an ... just to share a few thoughts that come to my mind; not really structured or complete, but I wanted to note them down anyway 😃 |
Proposal: introduce a new parameter to empty_room_storage: "individual" | "global" |
you're correct. "shared" ERMs in
since there are only 2 legal options in the BIDS standard, I'd be more inclined toward a boolean option like use_empty_room_subject: bool = True
# or
store_empty_room_as_noise_task: bool = False |
Originally posted by @hoechenberger in #1373
Originally posted by @sappelhoff in #1373
The text was updated successfully, but these errors were encountered: