Closed bourque closed 8 years ago
Per commit 1626daadb14b6f01d6727e69c8367616cf2c4e68 I added a deliver
column to the Stats
table. I'm not sure of the best way to update this column though. It can't be updated at the time of ingest, since we will want to visually inspect the lightcurve before we decide that it is deliverable or not. Thus, the update will have to be made outside of the hstlc_pipeline
.
Some of our composite lightcurves are deliverable while others are not. We should add a flag in one of the database tables that indicate which composite lightcurves we want to deliver.