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