Configuration class for MSNumpress. More...
#include <OpenMS/FORMAT/MSNumpressCoder.h>
Public Member Functions | |
NumpressConfig () | |
whether to estimate the fixed point or use the one proved with numpressFixedPoint More... | |
Public Attributes | |
double | numpressFixedPoint |
double | numpressErrorTolerance |
fixed point for numpress algorithms More... | |
NumpressCompression | np_compression |
check error tolerance after encoding, guarantee abs(1.0-(encoded/decoded)) <= this, 0=do not guarantee anything More... | |
bool | estimate_fixed_point |
which compression schema to use More... | |
Configuration class for MSNumpress.
Contains configuration options for ms numpress
|
inline |
whether to estimate the fixed point or use the one proved with numpressFixedPoint
bool estimate_fixed_point |
which compression schema to use
NumpressCompression np_compression |
check error tolerance after encoding, guarantee abs(1.0-(encoded/decoded)) <= this, 0=do not guarantee anything
Referenced by MzMLHandler< MSExperiment<> >::writeBinaryDataArray(), and MzMLHandler< MSExperiment<> >::writeContainerData().
double numpressErrorTolerance |
fixed point for numpress algorithms
double numpressFixedPoint |
OpenMS / TOPP release 2.0.0 | Documentation generated on Tue Aug 25 2015 05:54:04 using doxygen 1.8.9.1 |