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

    r15954 r15992  
    66HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']);
    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
    1013FIELD    exp_name,      5, %s,      Exposure
    1114FIELD    class_id,      8, %s,      Chip ID
     15FIELD    ra,            8, %10.6f,  RA,           op=OP1     
     16FIELD    decl,          8, %10.6f,  DEC,          op=OP2
     17FIELD    object,        8, %s,      object
     18FIELD    filter,        8, %s,      FILTER
     19FIELD    airmass,       5, %s,      airmass     
     20FIELD    exp_time,      5, %s,      exp_time   
    1221FIELD    bg,            8, %s,      backgnd
    1322FIELD    bg_stdev,      8, %s,      stdev
    1423FIELD    bg_mean_stdev, 8, %s,      [stdev]
     24FIELD    exp_type,      8, %s,      exp_type
    1525FIELD    uri,          10, %s,      uri
    16 # FIELD    class,      20, %s,      Class
    17 # FIELD    uri,       20,   uri
    18 # FIELD    exp_type,  20,   exp_type
    19 # FIELD    filter,    20,   filter
    2026# FIELD    airmass,   20,   airmass
    21 # FIELD    ra,        20,   ra
    22 # FIELD    decl,      20,   decl
    2327# FIELD    exp_time,  20,   exp_time
    2428# FIELD    alt,       20,   alt
Note: See TracChangeset for help on using the changeset viewer.