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
Show an MRI slice with a voxel annotated.
data (np.ndarray) – The data to plot
np.ndarray
img (nib.spatialimages.SpatialImage) – The image to plot
nib.spatialimages.SpatialImage
vox (tuple[int, int, int]) – The voxel to annotate
tuple[int
int
int]
xyz (dict) – The xyz coordinates of the voxel
dict
suptitle (str, optional) – The title of the plot, by default “”
str
fig, ax – The figure and axes of the plot
matplotlib.pyplot.Figure, matplotlib.pyplot.Axes
matplotlib.pyplot.Figure
matplotlib.pyplot.Axes