Closed Jsalas424 closed 2 years ago
Hello, welcome to the openep repo!
Thanks for reporting the issue. I've just submitted a fix for it. There's a problem with the way getMappingPointsWithinMesh
passes the arguments to pointStatus
, which it calls underneath.
In the meantime, if you want to determine which points are inside your mesh with a different distance threshold, you could call pointStatus
directly:
[iPoint, ~] = pointStatus( userdata, 'tol', 0.5)
Clarifying question about this function:
1) What are the units for 'tol' ? 2) Does this work in addition to the distance threshold filter you declare during a case, or are all of the points (regardless of distance threshold) exported by CARTO and we're supposed to reprocess the data with this function?
The units for tol
should be the same as those for the mapping points (so mm). I'm not familiar with the filter set during a case (I'm a software developer and should not be poking catheters around inside someone's heart!), but as far as I'm aware Carto will indeed export all points and they will need to be filtered afterwards. But perhaps @drsewilliams know more
This was fixed by #71
Hello,
I"m having issues changing the distance threshold for the getMappingPointsWithinMesh function.
Steps to reproduce:
Thanks!