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

    r15954 r15992  
    1616ARGS  ARG2 class=$chipProcessedImfile.class_id
    1717
     18OP   OP1  $rawExp.ra * 57.295783
     19OP   OP2  $rawExp.decl * 57.295783
     20
    1821#     field                            size  format  name         show    link to                  extras
     22FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     23FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
     24FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
    1925FIELD chipRun.chip_id,                    7, %s,     chip ID
    20 FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
    21 FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
    22 FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
    2326FIELD rawExp.telescope,                  10, %s,     Telescope
    2427FIELD rawExp.camera,                     10, %s,     Camera
    2528FIELD rawExp.dateobs,                    20, %s,     Date/Time
    2629FIELD rawExp.filter,                     10, %s,     FILTER
    27 FIELD rawExp.ra,                          5, %s,     RA   
    28 FIELD rawExp.decl,                        5, %s,     Dec
     30FIELD rawExp.ra,                          8, %10.6f, RA,           op=OP1     
     31FIELD rawExp.decl,                        8, %10.6f, DEC,          op=OP2
     32FIELD rawExp.object,                      8, %s,     Object
     33FIELD rawExp.filter,                      8, %s,     Filter
    2934FIELD rawExp.exp_time,                    5, %s,     exp_time   
    30 FIELD rawExp.sat_pixel_frac,              5, %s,     f(sat pixels)
    3135FIELD rawExp.airmass,                     5, %s,     airmass     
    3236FIELD chipProcessedImfile.bg,             5, %s,     backgnd
    3337FIELD chipProcessedImfile.bg_stdev,       5, %s,     stdev   
    34 FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
    3538FIELD chipProcessedImfile.n_stars,        5, %s,     Nstars
    3639FIELD chipProcessedImfile.n_astrom,       5, %s,     Nastrom
     
    4043# FIELD chipPendingExp.reduction,        20, %s,     reduction
    4144# FIELD chipPendingExp.guide_id,         20, %s,     guide ID
     45# FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
    4246
    4347TAIL PHP insert_log ('LOG.IMFILE');
Note: See TracChangeset for help on using the changeset viewer.