Definition at line 79 of file osffstream.cc.
References DATRW_OSFF_CC_VERSION.
Referenced by datrw::online_help().
83 "SFF writing functions" << std::endl <<
84 "---------------------" << std::endl <<
88 "This module writes SFF data. SFF (Stuttgart File Format) is\n" 89 "based on GSE subformat CM6. GSE is an integer format with\n" 90 "a dynamic range of little more than 27 bits. Second differences\n" 91 "are saved such that in the worst case two bits are consumed by the\n" 92 "second differences and one additional bit for the sign. The\n" 93 "underlying libgsexx aborts if numbers larger than 2**26-1 are\n" 94 "to be written. For this reason floating point data must be\n" 95 "scaled appropriately before being written to SFF data. The\n" 96 "default is to scale to maximum dynamic range (i.e. 2**26-1).\n" 97 "Two other scaling options are available through format modifiers:" 100 "dontscale Write data as is. This is appropriate for integer\n" 101 " data in particlular.\n" 102 "scaleifneeded Scale only if largest value in time series is\n" 103 " larger than 2**26-1. Sample values smaller than\n" 104 " will be truncated to zero silently." #define DATRW_OSFF_CC_VERSION