Diff for "Maxfilter_V2.2" - Meg Wiki
location: Diff for "Maxfilter_V2.2"
Differences between revisions 1 and 2
Revision 1 as of 2012-02-14 12:42:37
Size: 487
Editor: YaaraErez
Comment:
Revision 2 as of 2012-02-14 12:51:01
Size: 683
Editor: YaaraErez
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
maxfilter -f /megdata/cbu/gold_std/meg09_0306/091015/block1_raw.fif -o /group/erp/data/olaf.hauk/MEG/GoldStandard/data/test_maxf22/meg09_0306/091015/block1mf22_raw_tmp.fif -st -origin 0 0 45 -frame head -movecomp -format short -hp /group/erp/data/olaf.hauk/MEG/GoldStandard/data/test_maxf22/meg09_0306/091015/block1mf22_raw_hpi.pos This command will apply Maxfilter including Signal Space Separation (SSS), its temporal extension (ST), and movement compensation.
Line 9: Line 9:
== Known bugs == {{{
maxfilter -f input_file.fif -o output_file.fif -st -origin 0 0 45 -frame head -autobad on -movecomp -format short -force
}}}

== Known problems or bugs ==

Maxfilter 2.2. cannot do downsampling and filtering at the same time as movement compensation. You will therefore have to run those in a separate step, e.g.

{{{
maxfilter -f input_file.fif -o output_file.fif -ds 4 -lpfilt 40
}}}

Maxfilter Version 2.2

Example

Version 2.2. is currently the default when using the "maxfilter" command at the CBU.

This command will apply Maxfilter including Signal Space Separation (SSS), its temporal extension (ST), and movement compensation.

maxfilter  -f input_file.fif  -o output_file.fif  -st  -origin 0 0 45  -frame head  -autobad on  -movecomp  -format short  -force 

Known problems or bugs

Maxfilter 2.2. cannot do downsampling and filtering at the same time as movement compensation. You will therefore have to run those in a separate step, e.g.

maxfilter  -f input_file.fif  -o output_file.fif  -ds 4  -lpfilt 40

CbuMeg: Maxfilter_V2.2 (last edited 2023-03-03 10:53:29 by OlafHauk)