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

    r15954 r15992  
    2323ARGS  ARG2 basename=$camProcessedExp.path_base
    2424
     25OP   OP1  $rawExp.ra * 57.295783
     26OP   OP2  $rawExp.decl * 57.295783
     27
    2528#     field                             size  format  name          show         link to                  extras
     29FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2630FIELD rawExp.exp_name,                   5,   %s,     Exp Name,     value,       rawImfile.php,  ARG1
    27 FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    2831FIELD chipRun.chip_id,                   5,   %s,     chip ID
    2932FIELD camRun.cam_id,                     5,   %s,     cam ID,       value,       chipProcessedExp.php,    ARG1
     
    3235FIELD rawExp.camera,                    10,   %s,     Camera
    3336FIELD rawExp.dateobs,                   20,   %s,     Date/Time
     37FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
     38FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
     39FIELD rawExp.object,                    10,   %s,     Object
    3440FIELD rawExp.filter,                    10,   %s,     FILTER
    35 FIELD rawExp.ra,                         5,   %s,     RA   
    36 FIELD rawExp.decl,                       5,   %s,     Dec
    3741FIELD rawExp.exp_time,                   5,   %s,     exp_time   
    38 FIELD rawExp.sat_pixel_frac,             5,   %s,     f(sat pixels)
    3942FIELD rawExp.airmass,                    5,   %s,     airmass     
    4043FIELD camRun.reduction,                  5,   %s,     reduction
     
    4851FIELD camProcessedExp.path_base,         5,   %s,     path_base,    none
    4952FIELD rawExp.exp_id,                     5,   %s,     Exp ID,       none
     53
     54# the last two are used as arguments elsewhere, thus needed in the list, even if not displayed
Note: See TracChangeset for help on using the changeset viewer.