IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 19, 2008, 6:15:23 AM (18 years ago)
Author:
eugene
Message:

all sorts of updates to the format; up/down icons, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r16617 r18193  
    2121
    2222#     field                            size  format  name         show    link to                  extras
    23 FIELD chipRun.exp_id,                     5, %s,     Exp ID,      value,  rawImfile.php,           ARG1
     23FIELD chipRun.exp_id,                     5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
    2424FIELD rawExp.exp_name,                    5, %s,     Exp Name,    value,  chipProcessedImfile.php, ARG2
    2525FIELD chipProcessedImfile.class_id,       5, %s,     Class ID
    26 FIELD chipRun.chip_id,                    7, %s,     chip ID
     26FIELD chipRun.chip_id,                    7, %d,     chip ID
    2727FIELD rawExp.telescope,                  10, %s,     Telescope
    2828FIELD rawExp.camera,                     10, %s,     Camera
    29 FIELD rawExp.dateobs,                    20, %s,     Date/Time
     29FIELD rawExp.dateobs,                    19, %T,     Date/Time
    3030FIELD rawExp.filter,                     10, %s,     FILTER
    3131FIELD rawExp.ra,                          8, %10.6f, RA,           op=OP1     
    3232FIELD rawExp.decl,                        8, %10.6f, DEC,          op=OP2
    3333FIELD rawExp.object,                      8, %s,     Object
    34 FIELD rawExp.filter,                      8, %s,     Filter
    35 FIELD rawExp.exp_time,                    5, %s,     exp_time   
    36 FIELD rawExp.airmass,                     5, %s,     airmass     
    37 FIELD chipProcessedImfile.bg,             5, %s,     backgnd
    38 FIELD chipProcessedImfile.bg_stdev,       5, %s,     stdev   
    39 FIELD chipProcessedImfile.n_stars,        5, %s,     Nstars
    40 FIELD chipProcessedImfile.n_astrom,       5, %s,     Nastrom
    41 FIELD chipProcessedImfile.sigma_ra,       5, %s,     sigma ra
    42 FIELD chipProcessedImfile.fwhm_major,     5, %s,     FHWM
     34FIELD rawExp.exp_time,                    5, %.2f,     exp_time   
     35FIELD rawExp.airmass,                     5, %.4f,     airmass     
     36FIELD chipProcessedImfile.bg,             5, %.2f,     backgnd
     37FIELD chipProcessedImfile.bg_stdev,       5, %.2f,     stdev   
     38FIELD chipProcessedImfile.n_stars,        5, %d,     Nstars
     39FIELD chipProcessedImfile.n_astrom,       5, %d,     Nastrom
     40FIELD chipProcessedImfile.sigma_ra,       5, %f,     sigma ra
     41FIELD chipProcessedImfile.fwhm_major,     5, %f,     FHWM
    4342FIELD chipProcessedImfile.path_base,      5, %s,     path_base, none
    44 # FIELD chipPendingExp.reduction,        20, %s,     reduction
    45 # FIELD chipPendingExp.guide_id,         20, %s,     guide ID
    46 # FIELD chipProcessedImfile.bg_mean_stdev,  5, %s,     <backgnd>
    4743
    4844TAIL PHP insert_log ('LOG.IMFILE');
Note: See TracChangeset for help on using the changeset viewer.