mne.
DipoleFixed
(info, data, times, nave, aspect_kind, first, last, comment, verbose=None)[source]¶Dipole class for fixed-position dipole fits.
Note
This class should usually not be instantiated directly,
instead mne.read_dipole()
should be used.
Parameters: |
|
---|
See also
Notes
This class is for fixed-position dipole fits, where the position
(and maybe orientation) is static over time. For sequential dipole fits,
where the position can change a function of time, use mne.Dipole
.
New in version 0.12.
Attributes: |
|
---|
Methods
__hash__ ($self, /) |
Return hash(self). |
copy () |
Copy the DipoleFixed object. |
plot ([show, time_unit]) |
Plot dipole data. |
save (fname[, verbose]) |
Save dipole in a .fif file. |
__hash__
($self, /)¶Return hash(self).
ch_names
¶Channel names.
copy
()[source]¶Copy the DipoleFixed object.
Returns: |
|
---|
Notes
New in version 0.16.
plot
(show=True, time_unit='s')[source]¶Plot dipole data.
Parameters: |
|
---|---|
Returns: |
|
save
(fname, verbose=None)[source]¶Save dipole in a .fif file.
Parameters: |
|
---|