From: Michael Wiebusch Date: Thu, 1 Aug 2013 09:13:44 +0000 (+0200) Subject: test X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=15acadd6e50b5c490dfac2266c7f37ee4ff312f1;p=mvdsensorcontrol.git test --- diff --git a/tools/preview/prevImg.pl b/tools/prevImg.pl similarity index 93% rename from tools/preview/prevImg.pl rename to tools/prevImg.pl index 3b15b2f..e943e67 100755 --- a/tools/preview/prevImg.pl +++ b/tools/prevImg.pl @@ -38,7 +38,6 @@ $ENV{'JTAGPATH'}="/local.1/jtag_mvd/soft/toolbox/jtag_atomic/"; $ENV{'DAQOPSERVER'}="localhost:7"; -chdir("../"); system("./startup.pl ../setup/testsetup.xml"); chdir("preview"); @@ -48,7 +47,9 @@ 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 br; +print img{src=>'./preview/image_recalibrated_ccc1.png'}; +print br; print "finished",br; print end_html;