mfixstsci / peewee4cosmo

peewee ORM for COSMO
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

database: gain values not being updated #2

Open cmagness opened 5 years ago

cmagness commented 5 years ago

gain table in database appears to not be updated with new values since MJD 58169 (2/20/2018). new sagged pixels have clearly developed since then.

Julia suggested that this may be due to lines 511-516 being commented out in database.ingest.py in a previous version (commit af3e0a0e1ad71d9930a1f7ccdb6f09e730f6a732). I have since uncommented these lines (commit 0a674392798a5a6f743a9c2b41b5109cfeb07d87), but apparently to no avail.

cmagness commented 5 years ago

upon further investigation it appears the CCIs are not making it into the Files database table, which is why the pixels are not getting captured in the Gain database table. everything else seems to be fine about the ingestion (fine being a relative term). unfortunately, we have to abandon this avenue of exploration for the time being.