mne-tools / mne-tools/mne-python
improve plot_alignment to show 'dig' points from device coord frames
Open
@neurogima is already working on this.
Since Mar 19, 2021.
ENH
MEDIUM
VIZ
- Dominant language
- Python
- Stars
- 3.5k
- Forks
- 1.6k
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 100
Description
I'm routinely in the situation were I need to evaluate either the quality of the MEG HPI localizations and/or our external headshape measurements (Polhemus fastscan and fasttrack).
There currently isn't a way to visualize the MEG HPI locations since they are not in head coordinates or if you transform them to head coordinates, they typically end up labelled the same as the points coming from polhemus and you can't tell them apart.
My proposal would be to
- keep the points in the info['dig'] in the coord_frame they are measured in.
- have plot_alignment move points from MEG coord frame to the display frame (HEAD or MRI) and plot them using a different glyphs (sphere:head_frame, ??:MEG FRAME)
I'm curious what others think of this or what problems it will cause :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.