IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18143 for trunk/ippMonitor/def


Ignore:
Timestamp:
Jun 15, 2008, 1:56:02 PM (18 years ago)
Author:
eugene
Message:

adding min/max restriction ranges

Location:
trunk/ippMonitor/def
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/autocode.php

    r14113 r18143  
    7474
    7575// query restriction form
    76 echo "<tr>\n";
     76// echo "<tr>\n";
    7777// echo "<td class=list> <input type=\"text\" name=\"expID\"></td>\n";
    7878// ** TABLE QUERY **
    79 echo "</tr>\n";
     79// echo "</tr>\n";
    8080
    8181// list the results
  • trunk/ippMonitor/def/detProcessedImfile.d

    r15954 r18143  
    1212FIELD rawExp.exp_name,                  5, %s,     Exp Name
    1313FIELD detProcessedImfile.class_id,      8, %s,     Chip ID
    14 FIELD detProcessedImfile.bg,            8, %s,     backgnd
     14FIELD detProcessedImfile.bg,            8, %f,     backgnd
    1515FIELD detProcessedImfile.bg_stdev,      8, %s,     stdev
    1616FIELD detProcessedImfile.bg_mean_stdev, 8, %s,     [stdev]
    17 FIELD detProcessedImfile.path_base,     5, %s,     path_base
     17FIELD detProcessedImfile.path_base,     10, %s,     path_base
    1818
    1919TAIL PHP insert_image ('PPIMAGE.JPEG1');
Note: See TracChangeset for help on using the changeset viewer.