Open
Description
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.