ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Do we need to trim interpolated trajectories #179

Closed gwm17 closed 1 month ago

gwm17 commented 1 month ago

We trim to remove dupe points after interpolation, but this is no longer necessary cause we don't do secondary interpolation... is this worth it?

gwm17 commented 1 month ago

Tested. Found that it doesn't really do anything (doesn't really impact performance much either) so it's been removed. Just waiting for PR now