Changeset 14128
- Timestamp:
- Jul 10, 2007, 4:47:46 PM (19 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 4 edited
-
def/detProcessedExp.d (modified) (1 diff)
-
def/detProcessedImfile.d (modified) (1 diff)
-
raw/getimage.php (modified) (1 diff)
-
raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detProcessedExp.d
r14044 r14128 11 11 IMAGE JPEG2 $detProcessedExp.path_base PPIMAGE.JPEG2 $rawExp.camera NONE 12 12 13 ARGS ARG1 det _id=$detProcessedExp.det_id14 ARGS ARG1 exp_id=$detProcessedExp.exp_id13 ARGS ARG1 detProcessedImfile.det_id=$detProcessedExp.det_id 14 ARGS ARG1 detProcessedImfile.exp_id=$detProcessedExp.exp_id 15 15 ARGS ARG1 camera=$rawExp.camera 16 16 ARGS ARG1 basename=$detProcessedExp.path_base -
trunk/ippMonitor/def/detProcessedImfile.d
r14044 r14128 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE det ResidExp.exp_id = rawExp.exp_id7 WHERE detProcessedImfile.exp_id = rawExp.exp_id 8 8 9 9 # field size name show link to extras -
trunk/ippMonitor/raw/getimage.php
r13281 r14128 2 2 3 3 $debug = 0; 4 include 'site.php'; 5 6 // these are defined by site.php 7 // global $PERLLIB; 8 // global $BINDIR; 9 // global $SITE; 4 10 5 11 ### these need to be set to the correct locations!! 6 $PERLLIB = "/home/kiawe/eugene/psconfig/dev.linux/lib";7 $BINDIR = "/home/kiawe/eugene/psconfig/dev.linux/bin";8 $SITE = "/home/kiawe/eugene/.ipprc";9 12 $MISSING = "missing.png"; 10 13 -
trunk/ippMonitor/raw/ipp.php
r13853 r14128 486 486 487 487 // be careful of the definition of PATH in SITE: cannot contain HOME 488 //echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n";488 echo "<br>ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id<br>\n"; 489 489 exec ("ipp_filename.pl --site=$SITE --basename $basename --filerule $filerule --camera $camera --class_id $class_id", $output, $status); 490 490 … … 502 502 $filename = $output[0]; 503 503 if ($status) { 504 echo "log file not found<br>\n";504 echo "log file ($filerule, $basename) not found<br>\n"; 505 505 return; 506 506 }
Note:
See TracChangeset
for help on using the changeset viewer.
