IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

Location:
branches/czw_branch/20120906/dbconfig
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/dbconfig/changes.txt

    r33032 r34772  
    22552255--update addRun set stage_extra1 = -1 where stage = 'cam' <= 483624;
    22562256
     2257ALTER TABLE warpSkyfile add column background_model SMALLINT after maskfrac_advisory;
     2258ALTER TABLE stackSumSkyfile add column background_model SMALLINT after software_ver;
     2259
     2260ALTER TABLE skycalResult ADD column n_detections INT after n_astrom;
     2261ALTER TABLE skycalResult ADD column n_extended INT after n_detections;
     2262
     2263UPDATE dbversion set schema_version = '1.1.72', updated= CURRENT_TIMESTAMP();
  • branches/czw_branch/20120906/dbconfig/stack.md

    r30945 r34772  
    5353    fault              S16    0       # Key
    5454    software_ver    STR         16
     55    background_model   S16    0
    5556    quality            S16    0
    5657END
  • branches/czw_branch/20120906/dbconfig/staticsky.md

    r32963 r34772  
    5454    sigma_dec      F32    0.0
    5555    n_astrom       S32    0
     56    n_detections   S32    0
     57    n_extended     S32    0
    5658    zpt_obs        F32    0.0
    5759    zpt_stdev      F32    0.0
  • branches/czw_branch/20120906/dbconfig/warp.md

    r28375 r34772  
    7474    maskfrac_magic  F32     0.0
    7575    maskfrac_advisory F32   0.0
     76    background_model  S16   0
    7677END
    7778
Note: See TracChangeset for help on using the changeset viewer.