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

    r15954 r15992  
    99ARGS ARG1 exp_id=$exp_id
    1010
     11OP   OP1  $ra * 57.295783
     12OP   OP2  $decl * 57.295783
     13
    1114#        field        size  format  name           show     link to        extras
    1215FIELD    exp_id,       5,   %s,     Exp ID
    1316FIELD    exp_name,    10,   %s,     Exp Name,     value,   rawImfile.php,  ARG1
     17FIELD    exp_type,     8,   %s,     Type   
    1418FIELD    telescope,   10,   %s,     Telescope
    1519FIELD    camera,      10,   %s,     Camera
    16 FIELD    exp_type,    10,   %s,     Type   
     20FIELD    dateobs,     20,   %s,     Date/Time
     21FIELD    ra,           8,  %10.6f, RA,           op=OP1     
     22FIELD    decl,         8,  %10.6f, DEC,          op=OP2
     23FIELD    object,       8,   %s,     object
    1724FIELD    filter,      10,   %s,     FILTER
    18 FIELD    dateobs,     20,   %s,     Date/Time
    1925FIELD    exp_time,     5,   %s,     exp_time   
    2026FIELD    airmass,      5,   %s,     airmass     
    2127FIELD    bg,           5,   %s,     backgnd
    2228FIELD    bg_stdev,     5,   %s,     stdev   
    23 FIELD    bg_mean_stdev, 5,  %s,     <backgnd>
     29# FIELD  bg_mean_stdev, 5,  %s,     <backgnd>
    2430# FIELD  ra,           8,   %s,     ra         
    2531# FIELD  decl,         8,   %s,     decl       
    26 # FIELD  object,      10,   %s,     object
    2732# FIELD  imfiles,     20,   %s,     imfiles     
    2833# FIELD  airmass,     20,   %s,     airmass     
Note: See TracChangeset for help on using the changeset viewer.