IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35134 for trunk/ippTools/share


Ignore:
Timestamp:
Feb 8, 2013, 11:50:49 AM (13 years ago)
Author:
bills
Message:

For warp_bg stage add column alt_cam_label. If set use the smf file
from that cam run for the astrometry. This is intended to be a
camRun with the nomal backckground subtraction.

Location:
trunk/ippTools/share
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/bgtool_towarp.sql

    r34589 r35134  
    2424    AND (Label.active OR Label.active IS NULL)
    2525-- WHERE hook %s
    26 ORDER BY priority DESC, chip_bg_id
     26ORDER BY priority DESC, warp_bg_id, skycell_id
  • trunk/ippTools/share/bgtool_warp.sql

    r28743 r35134  
    44    warpBackgroundRun.workdir,
    55    warpBackgroundRun.label,
     6    warpBackgroundRun.alt_cam_label,
    67    rawExp.exp_id,
    78    rawExp.exp_name,
  • trunk/ippTools/share/pxadmin_create_tables.sql

    r35110 r35134  
    18431843    data_group VARCHAR(64),           -- group for data
    18441844    dist_group VARCHAR(64),           -- group for distribution
    1845     reduction VARCHAR(64),    -- reduction class (for altering recipe)
     1845    reduction VARCHAR(64),            -- reduction class (for altering recipe)
     1846    alt_cam_label VARCHAR(64),        -- label for alternate version of astrometry (optional)
    18461847    note VARCHAR(255),        -- note
    18471848    registered TIMESTAMP DEFAULT CURRENT_TIMESTAMP, -- time run was registered
Note: See TracChangeset for help on using the changeset viewer.