Skip to content

ENH: Warn if distances are bad #6552

Open
@larsoner

Description

@larsoner

After excluding outliers, we should warn somewhere if people's coregistration is bad. Candidate automatic computation places:

  1. plot_alignment
  2. make_forward_solution
  3. mne.Report

Bad criteria could be > 5 mm (?) for either:

  1. median distance
  2. "trimmed mean" distance, where instead of trimming upper and lower, we just trim upper (25%? 50%?)

This can be a thin wrapper around the function implemented in #6512.

cc @jhouck in case you have ideas

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions