API Reference:
ieeg.io.get_data
ieeg.io.raw_from_layout
ieeg.io.save_derivative
ieeg.mt_filter.line_filter
ieeg.navigate.channel_outlier_marker
ieeg.navigate.outliers_to_nan
ieeg.navigate.trial_ieeg
Developer Information
Useful Links
Opens a .dat file and returns a mne.io.RawArray object.
file_path (str) – The path to the .dat file.
str
channels (List[str]) – The channels to load.
List[str]
sfreq (int, optional) – The sampling frequency, by default 2048
int
types (str, optional) – The channel types, by default “seeg”
units (str, optional) – The units of the data, by default “uV”
mne.io.RawArray