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

    r15954 r15992  
    1111ARGS  ARG2  chipRun.chip_id=$chipRun.chip_id
    1212
     13OP   OP1  $rawExp.ra * 57.295783
     14OP   OP2  $rawExp.decl * 57.295783
     15
    1316#     field                   size  format  name         show    link to                  extras
    14 FIELD chipRun.chip_id,           7, %s,     chip ID
    1517FIELD chipRun.exp_id,            5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
    1618FIELD rawExp.exp_name,           5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     19FIELD chipRun.chip_id,           7, %s,     chip ID
    1720FIELD rawExp.telescope,         10, %s,     Telescope
    1821FIELD rawExp.camera,            10, %s,     Camera
    1922FIELD 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,            10, %s,     Object
    2026FIELD rawExp.filter,            10, %s,     FILTER
    21 FIELD rawExp.ra,                 5, %s,     RA   
    22 FIELD rawExp.decl,               5, %s,     Dec
    2327FIELD rawExp.exp_time,           5, %s,     exp_time   
    24 FIELD rawExp.sat_pixel_frac,     5, %s,     f(sat pixels)
    2528FIELD rawExp.airmass,            5, %s,     airmass     
    2629FIELD rawExp.bg,                 5, %s,     backgnd
    2730FIELD rawExp.bg_stdev,           5, %s,     stdev   
    28 FIELD rawExp.bg_mean_stdev,      5, %s,     <backgnd>
    2931
     32# FIELD rawExp.bg_mean_stdev,    5, %s,     <backgnd>
     33# FIELD rawExp.sat_pixel_frac,   5, %s,     f(sat pixels)
    3034# FIELD chipPendingExp.reduction,    20,   reduction
    3135# FIELD chipPendingExp.guide_id,     20, guide ID
Note: See TracChangeset for help on using the changeset viewer.