| | 14 | * lots of work to populate object colors from DVO tables using row numbers as index |
| | 15 | * worked on stored procedure with cursor to get around DVO mags stored by row number issue, but ended up... |
| | 16 | * adding row-count columns to cps and object tables, indexing then joining. Faster |
| | 17 | * method to query Photcodes table and get index of each available filter, which defines order in cps file |
| | 18 | * method to get mags from cps file given list of filters (above) |
| | 19 | * method to calculate colors from mags |
| | 20 | * calculating flux in Janskys |
| | 21 | * various other fields populated |
| | 22 | * adapted ODM and cleanup programs to incorporate new object batches |
| | 23 | * writing metadata for object batches to ipptopsps database |
| | 24 | * tested new version of java jre, which fixed an oustanding bug in certain ippToPsps programs. Good news. |
| | 25 | * now, all programs can choose to use 'all' configs, meaning they will cycle through all active configs. handy for metrics and polling programs |
| | 26 | * began setting up ippToPsps to run as IPP user |
| | 27 | * incorporated nice user prompted config maker into all programs |
| | 28 | * created and loaded IN, P2, ST and OB batches in order to test OB loading on sandbox |
| | 29 | * lots of documentation, including work on UML diagram for ippToPsps code |