IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2007, 10:04:27 PM (18 years ago)
Author:
eugene
Message:

adding formats to fields, minor updates

File:
1 edited

Legend:

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

    r13692 r15954  
    1717ARGS  ARG2 camera=$detRun.camera
    1818
    19 #     field                           size     name     show          link to                  extras
    20 FIELD detNormalizedExp.det_id,        7,     det_id
    21 FIELD detNormalizedExp.bg,            8,     backgnd
    22 FIELD detNormalizedExp.bg_mean_stdev, 8,     [stdev]
    23 FIELD detNormalizedExp.bg_stdev,      8,     stdev
    24 FIELD detNormalizedExp.iteration,     5,     iteration
    25 FIELD *,                              8,     image,     image=JPEG2,  detNormalizedImfile.php, ARG2
    26 FIELD detNormalizedExp.path_base,     20,    path_base, none
    27 FIELD detRun.camera,                  20,    camera,    none
     19#     field                           size   format  name     show          link to                  extras
     20FIELD detNormalizedExp.det_id,        7,     %s,     det_id
     21FIELD detNormalizedExp.bg,            8,     %s,     backgnd
     22FIELD detNormalizedExp.bg_mean_stdev, 8,     %s,     [stdev]
     23FIELD detNormalizedExp.bg_stdev,      8,     %s,     stdev
     24FIELD detNormalizedExp.iteration,     5,     %s,     iteration
     25FIELD *,                              8,     %s,     image,     image=JPEG2,  detNormalizedImfile.php, ARG2
     26FIELD detNormalizedExp.path_base,     20,    %s,     path_base, none
     27FIELD detRun.camera,                  20,    %s,     camera,    none
Note: See TracChangeset for help on using the changeset viewer.