astrolabsoftware / fink-broker

Astronomy Broker based on Apache Spark
https://fink-broker.org
Apache License 2.0
68 stars 13 forks source link

[Conesearch] add classification to the index table #482

Closed JulienPeloton closed 9 months ago

JulienPeloton commented 3 years ago

Describe the issue

Recently, we added a new service to find alerts falling inside LIGO/Virgo probability sky maps (https://github.com/astrolabsoftware/fink-science-portal/pull/208). We found that most alerts were already catalogued in MPC as SSO. Hence, it would be good to remove them prior querying the main table (recall, we first query the pixel index table, and then the main table). Concretely this would mean:

  1. [ ] add a new column to the pixel* index tables with alert classification (beware of recomputing roid)
  2. [ ] reconstruct the index tables (only useful for past events)
JulienPeloton commented 9 months ago

Fixed in https://github.com/astrolabsoftware/fink-broker/pull/717