IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35189 for trunk/ippTools/share


Ignore:
Timestamp:
Feb 20, 2013, 3:51:00 PM (13 years ago)
Author:
bills
Message:

changes to bgtool

Location:
trunk/ippTools/share
Files:
2 edited

Legend:

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

    r35100 r35189  
    55    chipBackgroundRun.label,
    66    chipBackgroundRun.data_group,
     7    chipBackgroundRun.chip_id,
     8    chipBackgroundRun.cam_id,
    79    rawExp.exp_id,
    810    rawExp.exp_name,
     
    1214    rawExp.ra,
    1315    rawExp.decl,
    14     rawExp.exp_time,
    15     chipRun.chip_id
     16    rawExp.exp_time
    1617FROM chipBackgroundRun
    1718JOIN chipBackgroundImfile USING(chip_bg_id)
  • trunk/ippTools/share/bgtool_warp.sql

    r35154 r35189  
    22    warpBackgroundSkyfile.*,
    33    warpBackgroundRun.state,
     4    warpBackgroundRun.warp_id,
     5    camRun.cam_id,
     6    warpBackgroundRun.chip_bg_id,
    47    warpBackgroundRun.workdir,
    58    warpBackgroundRun.label,
     9    warpRun.label as warp_label,
    610    rawExp.exp_id,
    711    rawExp.exp_name,
Note: See TracChangeset for help on using the changeset viewer.