You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Since April 29 (mjd=60429) new objects and detections are inserted in postgres DB, but at least the following things do not work:
Update object table after newer detections: mjdendhist field is updated, but ndet, meanra, meandec, deltajd and lastmjd are not (did not check other fields in object table yet).
Write features and classifications: for instance ZTF24aakzgnd in production has firstmjd=60428 (Apr 28) and had 2 detections that day, completing 13 detections on lastmjd=60437 (May 7), classified as SNIa by the light curve classifier. In staging object table it has mjdstarthist=60428, mjdendhist=60437, ndet=1, meanra=291.452793 and meandec=41.30098 (which are the same of ra and dec from the first detection in production, candid=2674446004615015002), and firstmjd=lastmjd=60428. In staging detection table it has 11 detections (first 2 detections from production are missing), and it does not have features nor probabilities.
Expected behavior
Update object table as new detections arrive, compute features and classifications
The text was updated successfully, but these errors were encountered:
Describe the bug
Since April 29 (mjd=60429) new objects and detections are inserted in postgres DB, but at least the following things do not work:
Expected behavior
Update object table as new detections arrive, compute features and classifications
The text was updated successfully, but these errors were encountered: