MCPcopy
hub / github.com/mne-tools/mne-python / plot_locations

Method plot_locations

mne/dipole.py:274–317  ·  view source on GitHub ↗
(
        self,
        trans,
        subject,
        subjects_dir=None,
        mode="orthoview",
        coord_frame="mri",
        idx="gof",
        show_all=True,
        ax=None,
        block=False,
        show=True,
        scale=None,
        color=None,
        *,
        highlight_color="r",
        fig=None,
        title=None,
        head_source="seghead",
        surf="pial",
        width=None,
        verbose=None,
    )

Source from the content-addressed store, hash-verified

272 @verbose
273 @copy_function_doc_to_method_doc(plot_dipole_locations)
274 def plot_locations(
275 self,
276 trans,
277 subject,
278 subjects_dir=None,
279 mode="orthoview",
280 coord_frame="mri",
281 idx="gof",
282 show_all=True,
283 ax=None,
284 block=False,
285 show=True,
286 scale=None,
287 color=None,
288 *,
289 highlight_color="r",
290 fig=None,
291 title=None,
292 head_source="seghead",
293 surf="pial",
294 width=None,
295 verbose=None,
296 ):
297 return plot_dipole_locations(
298 self,
299 trans,
300 subject,
301 subjects_dir,
302 mode,
303 coord_frame,
304 idx,
305 show_all,
306 ax,
307 block,
308 show,
309 scale=scale,
310 color=color,
311 highlight_color=highlight_color,
312 fig=fig,
313 title=title,
314 head_source=head_source,
315 surf=surf,
316 width=width,
317 )
318
319 @verbose
320 def to_mni(self, subject, trans, subjects_dir=None, verbose=None):

Callers 6

opm_data.pyFile · 0.80
20_dipole_fit.pyFile · 0.80

Calls 1

plot_dipole_locationsFunction · 0.85

Tested by 3