| | 14 | |
| | 15 | * DVO duplicates investigation: |
| | 16 | * some confusion over DVO IMAGE_ID/EXTERN_ID. Finally got code making sense |
| | 17 | * added nice safe code to re-create DVO master tables in MySQL |
| | 18 | * ran code, found duplicates, and showed Gene . Appears to be a chip-boundary issue |
| | 19 | |
| | 20 | * ippToPsps coding: |
| | 21 | * all programs now take a single argument: a path to a config |
| | 22 | * rewrote convertPhotCodesToXml.pl to produce VOTable-compliant output |
| | 23 | * a lot of awk scripting to convert old IN data format to VOTable |
| | 24 | * main ippToPsps can now produce and publish IN batches. Old C and Perl code has be purged. Very satisfying. |
| | 25 | * extra methods for logging class, including some debug messages and a 'title' method |
| | 26 | * now using one, and only one, name for batch types: P2, ST, IN. Changed directory structure for configs accordingly |
| | 27 | * added batch types to config |
| | 28 | * new section for config enabling a list of IDs (cam_id or stack_id) to process |
| | 29 | |
| | 30 | * documentation |
| | 31 | * lots of new comments for ippToPsps |
| | 32 | * a lot of new documentation for ippToPsps on the wiki. Pretty much up-to-date now |
| | 33 | |
| | 34 | * investigated crazy high fluxes seen in last load to PSPS: |
| | 35 | * changed code to enable processing of a specific exposure (or exposures) |
| | 36 | * found smfs with crazy PSF_INST_MAG values (i.e. < -20) |
| | 37 | * implemented a cut for PSF_INST_MAG < -17.5, as recommended by Gene |