Hi everyone,
I am currently working on analyzing my CTF MEG dataset and have encountered a challenge regarding bad channel detection. Specifically, I have noticed that when using Max Filter for analysis. However, it appears that my CTF data does not include the necessary “cross_talk file” and “calibration_file.” I would greatly appreciate any guidance or advice on how to address this issue and successfully perform bad channel detection and Max Filter(SSS) with my CTF MEG data. The code snippet I’m using is as follows:
auto_noisy_chs, auto_flat_chs, auto_scores = mne.preprocessing.find_bad_channels_maxwell(
data1_check,
cross_talk=crosstalk_file,
calibration=calibration_file,
return_scores=True,
verbose=True)
Best regards,
Cole