]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
fix
authorMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 12:05:04 +0000 (14:05 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Mon, 5 Aug 2013 12:05:04 +0000 (14:05 +0200)
tools/preview/unpack_hld.pl

index e9b0c6414ee899c88b5e1bdcd1f2060c2d207c70..8b7ab99d8bc4f4cbc641edbeeee4e71f701546c9 100755 (executable)
@@ -500,7 +500,7 @@ sub WriteResults {
     print $fh  "set cbrange [0:5000];\n";
     print $fh  "set palette defined ( 0 'white', 1 'red', 5 'black', 10 'blue', 5000 'green');\n";
     my $s = sprintf("%04x",$id);
-    print $fh  "set output '$opt_picpath/$image_recalibrated_$s.png';\n";
+    print $fh  "set output '$opt_picpath/image_recalibrated_$s.png';\n";
     print $fh  "plot '-' matrix with image\n";
 
     my @matrix;