automagic icon indicating copy to clipboard operation
automagic copied to clipboard

How to use only notch from PREP?

Open ramBrain opened this issue 3 years ago • 1 comments

Dear developers,

The current implementation of Automagic allows to choose whether PREP should be run with or without line noise removal. I was wondering whether the opposite was possible, i.e. choose to only perform the cleanline without going through the bad channels detection?

Thank you for your help.

Kind regards, Ramtin

ramBrain avatar Sep 23 '21 12:09 ramBrain

Hi Ramtin,

I don't think it is possible in automagic and I've never tested it, but have you tried deselect PREP in automagic and add [EEGClean, lineNoise] = removeLineNoise(EEGNew, params); from prepPipeline.m to preprocess.m around the line 215? You should also specify the prep line noise params there.

Best, Dawid

ksgfan avatar Sep 27 '21 07:09 ksgfan