From: Michael Wiebusch <stratomaster@gmx.net>
Date: Thu, 1 Aug 2013 08:37:04 +0000 (+0200)
Subject: test
X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=31df61dca1a334b432e13841f71dc390851614aa;p=mvdsensorcontrol.git

test
---

diff --git a/tools/preview/prevImg.pl b/tools/preview/prevImg.pl
index 2b39c0a..608a788 100755
--- a/tools/preview/prevImg.pl
+++ b/tools/preview/prevImg.pl
@@ -32,8 +32,12 @@ print start_html(
 # $ENV{'PATH'}=$ENV{'PATH'}.":/home/hadaq/bin";
 $ENV{'PATH'}=$ENV{'PATH'}.":/local.1/bastelstube/daqdata/bin";
 print br,$ENV{'PATH'},br;
-qx%./run.pl -t 0.1 -id ccc1ccc1%;
-print img{src=>'./preview/image_recalibrated_1.png'};
+
+system("./exec_evtbuild_t.pl -t ".$runtime); #14
+system("mv te1* ./temp.hld");
+system("./unpack_hld.pl -f ./temp.hld");
+# qx%./run.pl -t 0.1 -id ccc1ccc1%;
+print img{src=>'./image_recalibrated_ccc1.png'};
 print "finished",br;
 print end_html;