IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of IPP_Progress_Report_20120409


Ignore:
Timestamp:
Apr 16, 2012, 9:06:24 AM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20120409

    v4 v5  
    1616 * added unique index on objID on Object table to ensure no duplicates from DVO
    1717 * 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
     18  * 'dec' is reserved word in MySQL, causing a problem for the OB dec coord field. Implemented a workaround
     19  * the crazy -999 PSPS default does not fit in a byte, especially not an unsigned bytes
     20  * units issues for mags - converting from millimags (provided by IPP) to mags
    2121  * huge mag errors found in some DVO objects: setting to NULL using a cut set by Gene
    2222 * 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
     23 * changes to incorporate Bill's new skycells table, which is now part of gpc1
    2424 * 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
     25 * code in Dvo class to check for any ingested tables that need to be cleaned up
     26 * ippToPsps training for Heather and Thomas, helped loading new SA3
    2727 * lots of documentation
     28
    2829
    2930=== Mark Huber ===