IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 24, 2008, 3:14:18 PM (18 years ago)
Author:
eugene
Message:

adding label to ippMonitor tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r19131 r19183  
    1 TABLE stackInputSkyfile, stackRun, warpRun, fakeRun, camRun, chipRun, rawExp
     1TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, chipRun, rawExp
    22TITLE Stack Input Exposures
    33FILE  stackInputSkyfile.php
     
    77WHERE stackInputSkyfile.warp_id = warpRun.warp_id
    88WHERE warpRun.fake_id = fakeRun.fake_id
     9WHERE warpSkyfile.warp_id = warpRun.warp_id
     10WHERE warpSkyfile.skycell_id = stackRun.skycell_id
    911WHERE fakeRun.cam_id = camRun.cam_id
    1012WHERE camRun.chip_id = chipRun.chip_id
     
    3941FIELD rawExp.exp_time,              5, %.2f,   exp_time   
    4042FIELD rawExp.airmass,               5, %.4f,   airmass     
     43FIELD warpSkyfile.good_frac,        7, %.4f,   warp good f
    4144FIELD rawExp.bg,                    5, %.2f,   backgnd
    4245FIELD rawExp.bg_stdev,              5, %.2f,   stdev   
Note: See TracChangeset for help on using the changeset viewer.