ldas-tools-framecpp  3.0.4
framecpp_compressor

Usage: framecpp_compressor [options] input file

This command will take the data from an input frame and create a compressed output frame.

Option
Description
–output Specifies the output filename for the compressed data. (Default: CompressedOut.gwf )
–memory-mapped-io Enables memory mapped i/o for the input data. (Default: disabled )
–help Display this message
–compression-mode Specify the algorithm for compressing the data. Currently supported modes are: diff_gzip gzip none raw zero_suppress_int_float zero_suppress_otherwize_gzip zero_suppress_short (Default: zero_suppress_otherwize_gzip )
–compression-level Specifies the level of compression. Note that this option has no effect for some compression modes. Also note that valid values are dependant on the compression mode used. (Default: 1 )
–block-size Specify the size in bytes of the input and output buffer. If the number is followed by the letter 'k' or the letter 'M', then the buffer size is multiplied by 1024 or 1048576 respectively. (Default: 256k )