Skip to content

mne.gui.coregistration() should accept instances in addition to filenames #10209

Open
@hoechenberger

Description

@hoechenberger

Currently, mne.gui.coregistration() expects the inst and trans parameters to be paths to files. This is inconsistent with how other bits of the API are are designed, and necessitates the creation of temporary files in certain workflows.

Instead, inst should accept Info, Epochs, Evoked, and Raw instances; and trans should accept Transform instances in addition to paths.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions