astronomy-commons / hats

Hierarchical Progressive Survey Catalog
https://hats.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
17 stars 5 forks source link

Generate polygon region using MOCpy #357

Open camposandro opened 3 weeks ago

camposandro commented 3 weeks ago

We are using HEALPy's query_polygon because it validates that the polygon is convex, and fine filtering using lsst.sphgeom requires it. Trying to migrate away from HEALPy, we should check if we can replace it with MOCpy's implementation - from_polygon - and handle the validation differently.