IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2007, 12:53:56 PM (19 years ago)
Author:
eugene
Message:

more features

File:
1 edited

Legend:

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

    r13595 r13725  
    1 TABLE detInputExp
     1TABLE detInputExp, rawExp
    22TITLE detInputExp
    33FILE  detInputExp.php
    44MENU  ipp.detrend.dat
     5
     6# limit this table to non-OBJECT types of images
     7WHERE detInputExp.exp_tag = rawExp.exp_tag
    58
    69ARGS  ARG1  rawImfile.exp_tag=$detInputExp.exp_tag
     
    2023#     field                  width      name        show         link to                 extras
    2124FIELD detInputExp.det_id,    7,         det_id
     25FIELD detInputExp.iteration, 5,         iteration
    2226FIELD detInputExp.exp_tag,   20,        exposure,   value,       rawImfile.php,          ARG1
    23 FIELD detInputExp.iteration, 5,         iteration
    2427FIELD detInputExp.include,   7,         include
    25 FIELD *,                     5,         choose,     value=resid, detResidImfile.php,     ARG2
    26 FIELD *,                     5,         choose,     value=proc,  detProcessedImfile.php, ARG3
    27 
     28FIELD rawExp.telescope,      10,        Telescope
     29FIELD rawExp.camera,         10,        Camera
     30FIELD rawExp.exp_type,       10,        Type   
     31FIELD rawExp.filter,         10,        FILTER
     32FIELD rawExp.dateobs,        20,        Date/Time
     33FIELD rawExp.exp_time,        5,        exp_time   
     34FIELD rawExp.sat_pixel_frac,  5,        f(sat pixels)
     35FIELD rawExp.airmass,         5,        airmass     
     36FIELD rawExp.bg,              5,        backgnd
     37FIELD rawExp.bg_stdev,        5,        stdev   
     38FIELD rawExp.bg_mean_stdev,   5,        <backgnd>
     39FIELD *,                      5,        choose,     value=resid, detResidImfile.php,     ARG2
     40FIELD *,                      5,        choose,     value=proc,  detProcessedImfile.php, ARG3
Note: See TracChangeset for help on using the changeset viewer.