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

    r15954 r15992  
    66ARGS ARG1 exp_id=$exp_id
    77
     8OP   OP1  $ra * 57.295783
     9OP   OP2  $decl * 57.295783
     10
    811#        field        size format  name           show          link to   extras
    912FIELD    exp_id,       5,  %s,     Exp ID
     
    1215FIELD    camera,      10,  %s,     Camera
    1316FIELD    exp_type,     8,  %s,     Type   
     17FIELD    dateobs,      8,  %s,     Date/Time
     18FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     19FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     20FIELD    object,      10,  %s,     object
    1421FIELD    filter,      10,  %s,     FILTER
    15 FIELD    ra,           8,  %s,     ra         
    16 FIELD    decl,         8,  %s,     decl       
    17 FIELD    object,      10,  %s,     object
    1822FIELD    airmass,      5,  %s,     airmass     
    1923FIELD    exp_time,     5,  %s,     exp_time   
Note: See TracChangeset for help on using the changeset viewer.