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
channel_outlier_marker(input_raw[, ...])
channel_outlier_marker
Identify bad channels by variance.
crop_empty_data(raw[, bound, start_pad, end_pad])
crop_empty_data
Crops out long stretches of data with no events.
find_bad_channels_lof(raw, *[, picks, ...])
find_bad_channels_lof
Find bad channels using Local Outlier Factor (LOF) algorithm.
outliers_to_nan(trials, outliers[, copy, ...])
outliers_to_nan
Set outliers to nan.
trial_ieeg(raw, event, times[, verbose])
trial_ieeg
Epochs data from a mne Raw iEEG instance.