mne.channels.
DigMontage
(hsp, hpi, elp, point_names, nasion=None, lpa=None, rpa=None, dev_head_t=None, dig_ch_pos=None)¶Montage for Digitized data
Montages are typically loaded from a file using read_dig_montage. Only use this class directly if you’re constructing a new montage.
Parameters: | hsp : array, shape (n_points, 3)
hpi : array, shape (n_hpi, 3)
elp : array, shape (n_hpi, 3)
point_names : list, shape (n_elp)
nasion : array, shape (1, 3)
lpa : array, shape (1, 3)
rpa : array, shape (1, 3)
dev_head_t : array, shape (4, 4)
dig_ch_pos : dict
|
---|
Notes
New in version 0.9.0.
Methods
__hash__ () <==> hash(x) |
|
plot ([scale_factor, show_names]) |
Plot EEG sensor montage |
__hash__
() <==> hash(x)¶plot
(scale_factor=1.5, show_names=False)¶Plot EEG sensor montage
Parameters: | scale_factor : float
show_names : bool
|
---|---|
Returns: | fig : Instance of matplotlib.figure.Figure
|