]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
test
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 09:13:44 +0000 (11:13 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 09:13:44 +0000 (11:13 +0200)
tools/prevImg.pl [moved from tools/preview/prevImg.pl with 93% similarity]

similarity index 93%
rename from tools/preview/prevImg.pl
rename to tools/prevImg.pl
index 3b15b2f6d3481acad180d573376c2f00bdd3ca91..e943e67288591e707923e59f29c24c2830829dde 100755 (executable)
@@ -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;