| | 14 | * vacation on Friday |
| | 15 | |
| | 16 | * some big ippToPsps changes to improve usability: |
| | 17 | * configs are now stored in a database table |
| | 18 | * created base-class for all programs which: |
| | 19 | * sets up config and logger |
| | 20 | * handles graceful exiting (including catching Ctrl-C) |
| | 21 | * handles pausing, killing and checking for config changes via Db |
| | 22 | |
| | 23 | * instead of each loader client queuing stuff up, a 'queue' program writes a list in the db for all clients to see: |
| | 24 | * this required some new tables: pending is stored by 'boxes' on sky so that the new DVO ingest code can be used if necessary |
| | 25 | * these and some other database tables now use foreign key relationships with cascading delete enabled for safety |
| | 26 | |
| | 27 | * wrote plotter program to create nice density plot of still-to-be-processed stuff for a given config |
| | 28 | * all loaders now automatically choose an available scratch database. |
| | 29 | |
| | 30 | * PSPS |
| | 31 | * added section detailing Gene's recommended detection cuts to wiki FAQ |
| | 32 | * fixed PSVO plugins to use Sue's workaround for BIGINT detection masks |
| | 33 | * support emails |