Open
Description
After excluding outliers, we should warn somewhere if people's coregistration is bad. Candidate automatic computation places:
plot_alignment
make_forward_solution
mne.Report
Bad criteria could be > 5 mm (?) for either:
- median distance
- "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