OHBA-analysis / osl

OHBA Software Library - MEG/EEG Analysis Tools
https://osl.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
39 stars 8 forks source link

incorrect suffix of preproc logfile #336

Closed matsvanes closed 4 weeks ago

matsvanes commented 1 month ago

I just raw batch preprocessing and the individual logfiles are returned with a suffix _None.txt, which should be _preproc-raw.fif.

matsvanes commented 1 month ago

It's caused by this commit: https://github.com/OHBA-analysis/osl/commit/afa916370bd407729fc52443776dfce57caf4c0a Solution is to specify ftype='preproc-raw' in run_proc_batch (i.e., giving it the same default as run_proc_chain).

matsvanes commented 4 weeks ago

Fixed!