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

    r16530 r18193  
    2727
    2828#     field                             size  format  name          show         link to                  extras
    29 FIELD chipRun.exp_id,                    5,   %s,     Exp ID,       value,       chipProcessedImfile.php, ARG1
     29FIELD chipRun.exp_id,                    5,   %d,     Exp ID,       value,       chipProcessedImfile.php, ARG1
    3030FIELD rawExp.exp_name,                   5,   %s,     Exp Name,     value,       rawImfile.php,  ARG1
    31 FIELD chipRun.chip_id,                   5,   %s,     chip ID
    32 FIELD camRun.cam_id,                     5,   %s,     cam ID,       value,       chipProcessedExp.php,    ARG1
     31FIELD chipRun.chip_id,                   5,   %d,     chip ID
     32FIELD camRun.cam_id,                     5,   %d,     cam ID,       value,       chipProcessedExp.php,    ARG1
    3333FIELD *,                                 8,   %s,     image,        image=JPEG2, camProcessedImfile.php,  ARG2
    3434FIELD rawExp.telescope,                 10,   %s,     Telescope
    3535FIELD rawExp.camera,                    10,   %s,     Camera
    36 FIELD rawExp.dateobs,                   20,   %s,     Date/Time
     36FIELD rawExp.dateobs,                   19,   %T,     Date/Time
    3737FIELD rawExp.ra,                         8,   %10.6f, RA,           op=OP1     
    3838FIELD rawExp.decl,                       8,   %10.6f, DEC,          op=OP2
    3939FIELD rawExp.object,                    10,   %s,     Object
    4040FIELD rawExp.filter,                    10,   %s,     FILTER
    41 FIELD rawExp.exp_time,                   5,   %s,     exp_time   
    42 FIELD rawExp.airmass,                    5,   %s,     airmass     
     41FIELD rawExp.exp_time,                   5,   %.2f,     exp_time   
     42FIELD rawExp.airmass,                    5,   %.4f,     airmass     
    4343FIELD camRun.reduction,                  5,   %s,     reduction
    44 FIELD camProcessedExp.bg,                5,   %s,     backgnd
    45 FIELD camProcessedExp.bg_stdev,          5,   %s,     stdev   
    46 FIELD camProcessedExp.bg_mean_stdev,     5,   %s,     <backgnd>
    47 FIELD camProcessedExp.n_stars,           5,   %s,     Nstars
    48 FIELD camProcessedExp.n_astrom,          5,   %s,     Nastrom
    49 FIELD camProcessedExp.sigma_ra,          5,   %s,     sigma ra
    50 FIELD camProcessedExp.fwhm_major,        5,   %s,     FHWM (major)
     44FIELD camProcessedExp.bg,                5,   %.2f,     backgnd
     45FIELD camProcessedExp.bg_stdev,          5,   %.2f,     stdev   
     46FIELD camProcessedExp.bg_mean_stdev,     5,   %.2f,     <backgnd>
     47FIELD camProcessedExp.n_stars,           5,   %d,     Nstars
     48FIELD camProcessedExp.n_astrom,          5,   %d,     Nastrom
     49FIELD camProcessedExp.sigma_ra,          5,   %f,     sigma ra
     50FIELD camProcessedExp.fwhm_major,        5,   %f,     FHWM (major)
    5151FIELD camProcessedExp.path_base,         5,   %s,     path_base,    none
    5252FIELD rawExp.exp_id,                     5,   %s,     Exp ID,       none
Note: See TracChangeset for help on using the changeset viewer.