lincc-frameworks / tdastro

MIT License
4 stars 0 forks source link

Optimize the OpSim Search #75

Closed jeremykubica closed 2 months ago

jeremykubica commented 2 months ago

Wrap the opsim functions in a class OpSim and prebuild an internal kd-tree to do fast lookups of of whether a point is included within the survey. Most of the actual code is unchanged, but shows up as a change because it is now part of a class.