IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16035


Ignore:
Timestamp:
Jan 7, 2008, 4:55:52 AM (18 years ago)
Author:
eugene
Message:

added various needed fields

File:
1 edited

Legend:

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

    r15970 r16035  
    99WHERE chipRun.exp_id = rawExp.exp_id
    1010
     11OP   OP1  $rawExp.ra * 57.295783
     12OP   OP2  $rawExp.decl * 57.295783
     13
    1114#        field                      size  format  name           show     link to         extras
    12 FIELD    rawExp.exp_tag,              5,    %s,     Exp Tag
    1315FIELD    chipRun.exp_id,              5,    %s,     Exp ID
     16FIELD    rawExp.exp_name,             5,    %s,     Exp Name
    1417FIELD    chipRun.chip_id,             5,    %s,     Chip ID
    1518FIELD    camProcessedExp.cam_id,      5,    %s,     Cam ID
     
    1922FIELD    warpSkyCellMap.tess_id,      5,    %s,     Tessellation ID
    2023FIELD    warpSkyCellMap.class_id,     5,    %s,     Class ID
     24FIELD    rawExp.telescope,            10,   %s,     Telescope
     25FIELD    rawExp.camera,               10,   %s,     Camera
     26FIELD    rawExp.dateobs,              20,   %s,     Date/Time
     27FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1     
     28FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
     29FIELD    rawExp.object,                8,   %s,     Object
     30FIELD    rawExp.filter,                8,   %s,     Filter
     31FIELD    rawExp.exp_time,              5,   %s,     exptime   
     32FIELD    rawExp.airmass,               5,   %s,     airmass
     33FIELD    rawExp.bg,                    5,   %s,     bg
     34FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
Note: See TracChangeset for help on using the changeset viewer.