IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 3, 2008, 1:08:21 AM (18 years ago)
Author:
eugene
Message:

adding links from raw,chip,cam to warp,stack; use degrees for RA,DEC

File:
1 edited

Legend:

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

    r15970 r15992  
    1 TABLE stackInputSkyfile
     1TABLE stackInputSkyfile, warpInputExp, camProcessedExp, chipRun, rawExp
    22TITLE stackInputSkyfile
    33FILE  stackInputSkyfile.php
    44MENU  ipp.stack.dat
    55
    6 #        field          size  format  name           show     link to         extras
    7 FIELD    stack_id,       5,   %s,     stack ID
    8 FIELD    warp_id,        5,   %s,     warp ID
     6WHERE stackInputSkyfile.warp_id = warpInputExp.warp_id
     7WHERE warpInputExp.cam_id = camProcessedExp.cam_id
     8WHERE camProcessedExp.chip_id = chipRun.chip_id
     9WHERE chipRun.exp_id = rawExp.exp_id
     10
     11OP   OP1  $rawExp.ra * 57.295783
     12OP   OP2  $rawExp.decl * 57.295783
     13
     14#        field                          size  format  name           show     link to         extras
     15FIELD    chipRun.exp_id,               5,   %s,     Exp ID
     16FIELD    rawExp.exp_name,              8,   %s,     Exp Name
     17FIELD    chipRun.chip_id,              5,   %s,     Chip ID
     18FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
     19FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
     20FIELD    stackInputSkyfile.stack_id,   5,   %s,     stack ID
     21FIELD    warpInputExp.magiced,         5,   %s,     magic?
     22FIELD    rawExp.telescope,            10,   %s,     Telescope
     23FIELD    rawExp.camera,               10,   %s,     Camera
     24FIELD    rawExp.dateobs,              20,   %s,     Date/Time
     25FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
     26FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     27FIELD    rawExp.object,                8,   %s,     Object
     28FIELD    rawExp.filter,                8,   %s,     Filter
     29FIELD    rawExp.exp_time,              5,   %s,     exptime   
     30FIELD    rawExp.airmass,               5,   %s,     airmass
     31FIELD    rawExp.bg,                    5,   %s,     bg
     32FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
Note: See TracChangeset for help on using the changeset viewer.