mne.channels.
DigMontage
(hsp=None, hpi=None, elp=None, point_names=None, nasion=None, lpa=None, rpa=None, dev_head_t=None, dig_ch_pos=None, coord_frame='unknown')[source]¶Montage for digitized electrode and headshape position data.
Warning
Montages are typically loaded from a file using
read_dig_montage()
instead of instantiating
this class.
Parameters: |
|
---|
See also
Notes
New in version 0.9.0.
Methods
__hash__ ($self, /) |
Return hash(self). |
compute_dev_head_t () |
Compute the Neuromag dev_head_t from matched points. |
plot ([scale_factor, show_names, kind, show]) |
Plot a montage. |
save (fname) |
Save digitization points to FIF. |
transform_to_head () |
Transform digitizer points to Neuromag head coordinates. |
__hash__
($self, /)¶Return hash(self).
plot
(scale_factor=20, show_names=False, kind='3d', show=True)[source]¶Plot a montage.
Parameters: |
|
---|---|
Returns: |
|