| | 13 | |
| | 14 | * PSPS |
| | 15 | * Continued loading demo month data, now approx 6000 exposures in Db. Issues encountered: |
| | 16 | * some duplicate exposures 'sneaked in', so wrote a script to generate a list from audit logs then Sue purged them from Db before merging |
| | 17 | * found bug (logic error) whereby code was not getting newest reprocessed smf data. Fixed query. |
| | 18 | * fixed bug arising after certain exposures (legitimately) failed, but caused all subsequent exposures to fail as well |
| | 19 | * loading halted when I encountered corrupt DVO database. Heather built me a new one for 3PI demo month |
| | 20 | * added two new tables and functions to the schema for handling detection and image quality flags |
| | 21 | |
| | 22 | * IPP |
| | 23 | * bulk of work was creating a database back-end for ippToPsps: |
| | 24 | * wrote 'createDb' script to generate the Db, complete with a revision table |
| | 25 | * table logging batch_id -> exp_id and various processing states. Populated from old audit logs |
| | 26 | * changed run script to use Db in place of old flat-file auditing |
| | 27 | * Czar for two days |
| | 28 | * Changed czartool to use a menu to be more in-keeping with the rest of ippMonitor |
| | 29 | * can now link from faults to a pages where logs can be located |