]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:41:57 +0000 (19:41 +0000)
committerhadeshyp <hadeshyp>
Wed, 28 Nov 2012 19:41:57 +0000 (19:41 +0000)
cts/htdocs/thresh/padiwa.htm

index 75b6d717c33d5c9e62242dc92e2b440984aab48a..3849477b5306b34749c1ccebd47b7955c5f5527f 100644 (file)
@@ -77,10 +77,8 @@ function update(data) {
             col = "transparent";
             }
           else {
-            col = findcolor((val&0xffff),min,max,0);
+            col = findcolor((val&0xffff),0x6500,0x9000,0);
             val =((val&0xffff).toString(16));
-//            if((c[j][(i-1)*16+k]&0x7fff0000) != (((k-1)<<15) & 0x7fff0000))
-//              val = "-"+val;
             }
           o += "<span class=\"fixed\" style=\"background:"+col+"\">"+val+"</span><br>";
           }