Closed genghisken closed 11 months ago
Object pages need slight modifications to render new columns from the tcs_gravity_event_annotations page. Query page needs modifications too.
Most modifications are done, but I need to load up the superevent details so we can display the actual event MJD alongside the tags.
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).
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.
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
)
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.