Closed ktavabi closed 3 years ago
Update: YAML linted. Still having issues passing legacy proj_nums
It's closed now, I assume it's working now? I would have thought something like this would have worked:
proj_nums: [[1, 1, 0], [0, 0, 0], [1, 1, 0]]
As Eric implies, the problem in the original post is the curly brackets, they shouldn't be there.
Tried both. Different trace back without curlies.
Kambiz Tavabi PhD Research Scientist T: +1 206 685 6173 <+12066856173> M: +1 215 688 1763 <+12156881763> ktavabi@uw.edu Institute for Learning & Brain Sciences 1715 Columbia Road N <x-apple-data-detectors://1> Portage Bay Building <x-apple-data-detectors://1> Box 357988 <x-apple-data-detectors://1> University of Washington Seattle, WA 98195-7988
On February 4, 2021 at 5:24:51 AM, Daniel McCloy (notifications@github.com) wrote:
As Eric implies, the problem in the original post is the curly brackets, they shouldn't be there.
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/LABSN/mnefun/issues/320#issuecomment-773300836, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBNU2S7SULRAFSMU3RMRWLS5KN2HANCNFSM4XCCRALA .
weird. I just ran yesterday with something like this in the YAML:
preprocessing:
ssp:
proj_nums: [[1, 1, 0], # ECG: grad/meg/eeg
[0, 0, 0], # EOG (combined saccade and blink events)
[0, 0, 0], # Continuous (from ERM)
[0, 0, 0], # HEOG (focus on saccades)
[0, 0, 0]] # VEOG (focus on blinks)
I'll try again after Eric merges code bases.
@larsoner
old fashioned projector lists in my yaml file returned ...