Template#

class mne_plsc.Template(obj, source_domain=None, source_freqs=None)#

Template containing channels, source info, times, frequencies, etc. associated with the data. This is used for clustering and plotting.

datatype#

Specifies the type of the data.

Type:

str

domain#

Specifies whether data is time-domain, frequency-domain, or time-frequency.

Type:

str

freqs#

Frequencies, copied from data

Type:

numpy.ndarray

info#

MNE Info object for sensor-space data, if applicable.

Type:

mne.Info

mri#

Structural MRI data, if applicable.

Type:

Niimg-like

ndim#

Number of dimensions in data.

Type:

int

shape#

Specifies the shape of the data array.

Type:

tuple

size#

Size of data.

Type:

int

source_type#

Differentiates between surface and volume sources

Type:

str

src#

Source spaces of data, if applicable.

Type:

mne.SourceSpaces

subject#

Freesurfer subject name, copied from data

Type:

str

subjects_dir#

Freesurfer subjects directory, if applicable.

Type:

path-like

times#

Times, copied from data

Type:

numpy.ndarray

vertices#

List of vertices copied from stc object, if applicable.

Type:

list