<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<div><br></div><div>I was reading the HCP MEG data preprocessing pipeline in megconnectome to adapt to my MEG data. In the pipeline hcp_datacheck.m lines 241-248,</div><div><br></div><div><div>% for the time course of the line noise</div><div>cfg2           = [];</div><div>cfg2.dftfilter = 'yes';</div><div>cfg2.dftfreq   = lfreq + [-1 0 1].*(hdr.Fs./1024);</div><div>cfg2.feedback  = 'none';</div><div>cfg2.dftinvert = 'yes';</div><div>cfg2.rectify   = 'yes';</div><div>cfg2.boxcar    = 0.2;</div></div><div><br></div><div>This cfg2 is an input to ft_preprocessing on line 308:</div><div><br></div><div>tmp = ft_preprocessing(cfg2, tmpdata);<br></div><div><br></div><div>I specifically wanted to ask about dftinvert and boxcar options. These options seem to be deprecated and I couldn't even find them in the fieldtrip-r10442 which comes with megconnectome. May I ask what the aim was of these options? Would my preprocessing be affected if I leave these out?</div><div><br></div><div>Thanks,</div><div>Yasir</div></div></div></div></div>