| | 14 | * finished UML diagram for ippToPsps code |
| | 15 | * shifted processing over to IPP user. Have been running as myself up until now |
| | 16 | * added unique index on objID on Object table to ensure no duplicates from DVO |
| | 17 | * various fixes to the Object batches after attempts to load to PSPS: |
| | 18 | * dec is reserved word in MySQL casing a problem for the OB dec field |
| | 19 | * the crazy -999 PSPS default does not fit in a byte, especially not in unsigned bytes |
| | 20 | * units issues for mags - converting from millimags to mags |
| | 21 | * huge mag errors found in some DVO objects: setting to NULL using a cut set by Gene |
| | 22 | * problem with dvograbber program when running as IPP user: had been building against old libraries: fixed |
| | 23 | * changes to incorporated Bill's new skycells table, which is now part of gpc1 |
| | 24 | * found duplicates in DVO object tables. Because DVO tables relate using row numbers, I keep the duplicates, populate mags and colors, then discard the duplicates |
| | 25 | * code in Dvo class to check for any ingested tables that need to be cleaned up then removed them |
| | 26 | * ippToPsps training for Heather and Thomas, help loading new SA3 |
| | 27 | * lots of documentation |
| | 28 | |