| | 19 | * big improvement to speed of ippToPsps queuing: now pulls everything from gpc1, then figures out pending stuff in each RA/Dec box, rather than querying (slow) gpc1 for same info |
| | 20 | * problems with foreign key constraints in DVO tables: found this was due to wrong database engine (defaults to MyISAM). Wrote code to fix |
| | 21 | * with the above in place, I added foreign key constraint on detections table for easier purging of unecessary data |
| | 22 | * fixed bug when queuing stacks: don't know RA/Dec, so all are queued in one box |
| | 23 | * fixed bug in density plotting when running for different batch types |
| | 24 | * added this density plot to ipptopsps czartool page |
| | 25 | * fixed bug where it would not allow repeated production of IN batches |
| | 26 | * fixed-up program for deleting batches from datastore to be consistent with other programs (i.e. has same base-class as all ippToPsps programs) |
| | 27 | * IN batches now contain a survey ID in their manifest files. Should be less annoying on the PSPS side |
| | 28 | * started testing new (development) version of Jython |
| | 29 | * committed database schemas for czar and ipptopsps databases for easy re-creation |
| | 30 | |
| | 31 | * Documentation: |
| | 32 | * began updating main ippToPsps documentation |
| | 33 | * new page describing ippToPsps database, complete with sample SQL |
| | 34 | |
| | 35 | * Objects and Ubercal: |
| | 36 | * meetings with Gene, Jim and Ken |
| | 37 | * updated planned schema changes page on wiki |
| | 38 | * fixed-up PSPS schema parsing script to deal with Objects |
| | 39 | * started wiki page for new Object batch, detailing all known mappings |