IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9010


Ignore:
Timestamp:
Sep 27, 2006, 2:20:17 PM (20 years ago)
Author:
eugene
Message:

added field width

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

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

    r9009 r9010  
    88HEAD HTML  test head 3 <br>
    99
    10 #     field      name       show        link to                 extras
    11 FIELD det_id,    20,   det_id
    12 FIELD iteration, 20,   iteration
    13 FIELD exp_id,    20,   exp_id,    value,      rawImfile.php,          exp_id=$exp_id
    14 FIELD exp_id,    20,   processed, value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id
    15 FIELD include,   20,   include
     10#     field      width  name        show  link to                 extras
     11FIELD det_id,    7,     det_id
     12FIELD iteration, 5,     iteration
     13FIELD exp_id,    20,    exposure,   value,      rawImfile.php,          exp_id=$exp_id,det_id=$det_id,iteration=$iteration
     14FIELD *,         5,     choose,     value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id,iteration=$iteration
     15FIELD include,   7,     include
    1616
    1717TAIL HTML test tail 1 <br>
  • trunk/ippMonitor/def/rawImfile.d

    r9009 r9010  
    99#        field        name           show   link to         extras
    1010FIELD    exp_id,      20,   Exposure ID
    11 FIELD    class,       20,   Class
    1211FIELD    class_id,    20,   Class ID
     12# FIELD    class,       20,   Class
    1313# FIELD    uri,       20,   uri
    1414# FIELD    exp_type,  20,   exp_type
     
    1818# FIELD    decl,      20,   decl
    1919# FIELD    exp_time,  20,   exp_time
    20 # FIELD    bg,        20,   bg
    21 # FIELD    bg_stdev,  20,   bg_stdev
     20FIELD    bg,          20,   bg
     21FIELD    bg_stdev,  20,   bg_stdev
    2222# FIELD    bg_mean_stdev, 20,   bg_mean_stdev
    2323# FIELD    alt,       20,   alt
Note: See TracChangeset for help on using the changeset viewer.