You can see the auditory response looks bad because almost all epochs were dropped because of CP1. So next steps I think:
Add some bad channel marking to bidsify.py, probably based on autoreject or flat/large channel detection or (in a worst case) manual inspection of datasets. CP1 is almost certainly bad for subject 1 for example based on the drop log.
Add the conversation turns, probably via 1-second annotations (easily reconstructed into contiguous segments if desired) or similar so we can run a simple CSP classifier on them.
Take care of MNE-BIDS-Pipeline issues about 1) using TSPCA and/or reference regression, and 2) saving fully preprocessed raw data in addition to epochs data.
@JD-Zhu feel free to look at the diff and see if you think things here make sense. We can discuss later today!
utils.triggerCorrection
on MEG data to correct auditory timingResulting
simple_AEF_AEP.py
figure:And resulting MBP HTML report (have to zip it to upload it to GH):
sub-01_task-conversation_report.zip
You can see the auditory response looks bad because almost all epochs were dropped because of CP1. So next steps I think:
bidsify.py
, probably based onautoreject
or flat/large channel detection or (in a worst case) manual inspection of datasets. CP1 is almost certainly bad for subject 1 for example based on the drop log.@JD-Zhu feel free to look at the diff and see if you think things here make sense. We can discuss later today!