You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to identify and interpolate 'bad' channels in my recording. Whenever I try to save the newly obtained preprocessed interpolated recording, I get the following warning:
"UserWarning: There is no Probe attached to this recording. Creating a dummy one with contact positions
warn("There is no Probe attached to this recording. Creating a dummy one with contact positions")"
There seems to be a probe attached to the recording (The statement recording.has_probe() returns "True"). Whenever I try to save the recording without this interpolation step, I don't get this warning.
Hi,
I am trying to identify and interpolate 'bad' channels in my recording. Whenever I try to save the newly obtained preprocessed interpolated recording, I get the following warning:
"UserWarning: There is no Probe attached to this recording. Creating a dummy one with contact positions
warn("There is no Probe attached to this recording. Creating a dummy one with contact positions")"
There seems to be a probe attached to the recording (The statement recording.has_probe() returns "True"). Whenever I try to save the recording without this interpolation step, I don't get this warning.
Roughly the steps I take:
In a similar issue I read that it is potentially not a problem, since the relevant information (channels locations, groups) are still passed (#2895).
Possibly someone knows why I get this specific warning in this case (and whether it is a problem at all).
Much appreciated,
Sietse
The text was updated successfully, but these errors were encountered: