thespacedoctor / psat-ligo-resources

Planning and issues related to QUB/Oxford LVK Observing
1 stars 0 forks source link

Webserver queries against superevents #22

Closed genghisken closed 8 months ago

genghisken commented 1 year ago

In O3 it was possible to query the database based on GW event ID and also restrict to objects whose detections are after the event time. Test and make sure this code still functions. Modify webserver code if not.

genghisken commented 1 year ago

Object pages need slight modifications to render new columns from the tcs_gravity_event_annotations page. Query page needs modifications too.

genghisken commented 1 year ago

Most modifications are done, but I need to load up the superevent details so we can display the actual event MJD alongside the tags.

genghisken commented 1 year ago

Code for tying the tags to the superevent meta (including the MJD of the event) is nearly done. Will roll out early week of 5th June.

Then the last thing to tidy up is to query based on candidate object relative to the event time (e.g. only show positive numbers for time since event).

genghisken commented 1 year ago

Code is rolled out on ATLAS and Pan-STARRS 3pi. Some gw parameters to add to filtering but all is working. Implementation to be reviewed.

genghisken commented 1 year ago

Done for both Pan-STARRS and ATLAS. Can now query on:

gwevent enclosing_contour (__lt, __lte, __gt, __gte) days_since_event (__lt, __lte, __gt, __gte)