unable raster weighting

This commit is contained in:
afischerdev 2023-10-27 16:25:44 +02:00
parent c7786f03ec
commit 859b401c8b

View file

@ -45,7 +45,7 @@ public class RasterCoder {
_decodeRaster(raster, is);
raster.usingWeights = raster.ncols > 6001;
raster.usingWeights = false; // raster.ncols > 6001;
long t1 = System.currentTimeMillis();
System.out.println("finished decoding in " + (t1 - t0) + " ms ncols=" + raster.ncols + " nrows=" + raster.nrows);