IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 4 and Version 5 of IPP_Progress_Report_20110418


Ignore:
Timestamp:
Apr 25, 2011, 9:57:28 AM (15 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IPP_Progress_Report_20110418

    v4 v5  
    3232  * new temp Db table to store meta data from DVO, eg flags, photcode etc
    3333  * redesigned ippToPsps database to keep track of batch types, processing, whether they are loaded or merged etc
    34   * fixed issue of NaNs in fits headers not writing to database
     34  * fixed issue of !NaNs in fits headers not writing to database
    3535  * changes to lots of SQL due to Heather's changes in gpc1 addRun table
    3636  * now performing clean-up in Db before export to FITS, i.e. removing NULL objIDs, NULL fluxes etc
    3737
    3838 * Successfully tested loading and merging of new stack batches. Problems encountered:
    39   * missing tables: SkinnyObject, ObjectCalColor in stack batches. Added these to code.
     39  * missing tables: !SkinnyObject, !ObjectCalColor in stack batches. Added these to code.
    4040  * NULLs sneaking in to new 'updated' column in Object table: we had forgotten to add a default. Changed schema
    4141  * crazy -999 "NULL"s don't fit in byte field and so broke load. Fixed