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 use hcp.preprocessing.interpolate_missing on some epochs data that I have loaded from file. The resulting object is of type EpochsFIF which is not in the allowable types for interpolate_missing (see here).
I was not able to fine a way to convert an EpochsFIF object to an Epochs object in mne so I'm wondering if the code at the link above is supposed to include EpochsFIF somehow (maybe via EpochsBase)?
The text was updated successfully, but these errors were encountered:
nfoti
changed the title
Interpoloate_missing type error
Interpolate_missing type error
Mar 15, 2017
I am trying to use
hcp.preprocessing.interpolate_missing
on some epochs data that I have loaded from file. The resulting object is of typeEpochsFIF
which is not in the allowable types forinterpolate_missing
(see here).I was not able to fine a way to convert an
EpochsFIF
object to anEpochs
object in mne so I'm wondering if the code at the link above is supposed to includeEpochsFIF
somehow (maybe viaEpochsBase
)?The text was updated successfully, but these errors were encountered: