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/warpInputExp.d

    r15970 r15992  
    88WHERE chipRun.exp_id = rawExp.exp_id
    99
     10OP   OP1  $rawExp.ra * 57.295783
     11OP   OP2  $rawExp.decl * 57.295783
     12
    1013#        field                        size format  name           show     link to         extras
    11 FIELD    rawExp.exp_tag,               5,   %s,     Exp Tag
    12 FIELD    chipRun.exp_id,               5,   %s,     Exp ID
    13 FIELD    chipRun.chip_id,              5,   %s,     Chip ID
     14FIELD    chipRun.exp_id,               5,   %s,     Exp ID
     15FIELD    rawExp.exp_name,              8,   %s,     Exp Name
     16FIELD    chipRun.chip_id,              5,   %s,     Chip ID
    1417FIELD    camProcessedExp.cam_id,       5,   %s,     Cam ID
    15 FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
     18FIELD    warpInputExp.warp_id,         5,   %s,     Warp ID
    1619FIELD    warpInputExp.magiced,         5,   %s,     magic?
     20FIELD    rawExp.telescope,            10,   %s,     Telescope
     21FIELD    rawExp.camera,               10,   %s,     Camera
     22FIELD    rawExp.dateobs,              20,   %s,     Date/Time
     23FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
     24FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     25FIELD    rawExp.object,                8,   %s,     Object
     26FIELD    rawExp.filter,                8,   %s,     Filter
     27FIELD    rawExp.exp_time,              5,   %s,     exptime   
     28FIELD    rawExp.airmass,               5,   %s,     airmass
     29FIELD    rawExp.bg,                    5,   %s,     bg
     30FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
Note: See TracChangeset for help on using the changeset viewer.