openep / openep-py

Electrophysiology data analysis with Python.
GNU General Public License v3.0
11 stars 7 forks source link

Interpolation of electrical data onto the surface should not use the window of interest to filter points #160

Closed p-j-smith closed 2 years ago

p-j-smith commented 2 years ago

Currently, openep.case.case_routines.interpolate_voltage_onto_surface determines which mapping points to use in the interpolation by finding which points have activation times within the window of interest.

However, it would be better to use to data case.electric.include. Some mapping points, for example, may be far outside the mesh and should not be included, or they may have egms that should be ignored.