<p><span style="padding: 3px 10px; border-radius: 5px; color: #ffffff; font-weight: bold; display: inline-block; background-color: #ff0000;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;External Email - Use Caution&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</span></p><p></p><div dir="ltr">Hi Community,<div><br><div>I am interested in doing some of the continuous-time data (that is, before epoching) pre-processing using the command line interface. I am hoping this will be less time consuming as it will use the C libraries (?) compared to using the python functions with the code.</div></div><div>Can you help me with the functions available? I see the link here <a href="https://mne.tools/stable/generated/commands.html">https://mne.tools/stable/generated/commands.html</a> but got some doubts in the underlying functionality when the options are used.</div><div><br></div><div>To start, I will like to do a bandpass filter of EEG data from 0.1 to 40 Hz. I see that there is the -filterorder option but does it use:</div><div>mne.filter.filter_data(data, Fs, l_freq, h_freq, picks=None, <br>                              filter_length=&#39;auto&#39;, l_trans_bandwidth=&#39;auto&#39;, <br>                              h_trans_bandwidth=&#39;auto&#39;, n_jobs=1, method=&#39;fir&#39;, <br>                              iir_params=None, copy=True, phase=&#39;zero&#39;, <br>                              fir_window=&#39;hamming&#39;, fir_design=&#39;firwin&#39;, pad=&#39;reflect_limited&#39;, verbose=False)<br></div><div>If yes, then how can we specify the other arguments of the function, especially, those related to phase delay.</div><div><br></div><div><br></div><div>Cheers,</div><div>Neeraj</div></div>