tasoc / photometry

The TASOC Photometry Pipeline
https://tasoc.dk
GNU General Public License v3.0
18 stars 4 forks source link

TaskManager: missing photometry_skipped entries #12

Closed rhandberg closed 3 years ago

rhandberg commented 4 years ago

In some cases an entry is not created in the photometry_skipped table when a target has its status changed to SKIPPED. This means that we do not have a direct record of which target caused the "skipping".

This is not a serious problem, since this table is currently not used for anything, but should be fixes anyway.

rhandberg commented 3 years ago

This issues has been resolved. It is now also checked by the DataValidation module (https://github.com/tasoc/dataval).