hello
I would like to know the following information:
for raw.load_data().filter(picks=[‘mag’, ‘grad’],l_freq=1,h_freq=50):
filter type, order, cut-off frequencies,direction of filter application (forward, backward, both), and length of filter kernel
for raw.compute_psd(tmin=t_min,tmax=t_max)
Length of time window used, overlap
can you please instruct me how to find this information?
thank you!