]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
trying to put the stdout as title tag behind the plot
authorMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 14:10:44 +0000 (16:10 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Thu, 1 Aug 2013 14:10:44 +0000 (16:10 +0200)
tools/prevImg.pl

index 907b85ef12ef951389785628e001a2128e1c4fc0..d3862ed14bbbd4590afad2773b74d9e625007375 100755 (executable)
@@ -41,15 +41,15 @@ $ENV{'DAQOPSERVER'}="localhost:7";
 system("./startup.pl ../setup/testsetup.xml");
 chdir("preview");
 
+my $dummy;
 
-
-system("./exec_evtbuild_t.pl -t ".$runtime); #14
-system("mv te1* ./temp.hld");
-system("./unpack_hld.pl -f ./temp.hld");
+$dummy=system("./exec_evtbuild_t.pl -t ".$runtime); #14
+$dummy.=system("mv te1* ./temp.hld");
+$dummy.=system("./unpack_hld.pl -f ./temp.hld");
 # qx%./run.pl -t 0.1 -id ccc1ccc1%;
 print br;
-print img{src=>'./preview/image_recalibrated_ccc1.png?'.rand()};
+print img{src=>'./preview/image_recalibrated_ccc1.png?'.rand(),title=>$dummy};
 print br;
-print "finishedd",br;
+print "finished",br;
 print end_html;