Skip to content

Commit e515e5e

Browse files
committed
Updated the comments on the compression example
1 parent e6bbed9 commit e515e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Example_compress_apr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Example_compress_apr -i input_image_tiff -d input_directory
1414
1515
Optional:
1616
17-
-compress_type number (1 or 2) (1 - WNL compression (Default), 2 - prediction step with lossless, potential rounding error)
17+
-compress_type number (1 or 2) (1 - WNL compression, only variance stabalization step (Default), 2 - variance stabalization and x,y,z prediction (note slower for ~30% compression gain)
1818
-quantization_level (Default 1: higher increasing the loss nature of the WNL compression aproach)
1919
-compress_level (the IO uses BLOSC for lossless compression of the APR, this can be set from 1-9, where higher increases the compression level. Note, this can come at a significant time increase.)
2020
21-
e.g. Example_compress_apr -i nuc_apr.h5 -d /Test/Input_examples/ -compress_type 2
21+
e.g. Example_compress_apr -i nuc_apr.h5 -d /Test/Input_examples/ -compress_type 1
2222
2323
Note: fine grained parameters can be tuned within the file, to play with lossless compression level, method used, and other parameters.
2424

0 commit comments

Comments
 (0)