GLAST/LAT > DAQ and FSW > FSW > Doxygen Index > LSEC / V5-0-0

Constituent: lsec     Tag: linux-gcc


Interface   Data Structures   File List   Data Fields   Globals  

LSEC_compression_ Struct Reference

Structure, derived from the conversation structure, holding a histogram of the raw data and the frequency tables derived from it. More...

#include <compress_p.h>

Collaboration diagram for LSEC_compression_:

Collaboration graph
[legend]

Data Fields

const char * name
 String used in the reporting of errors to identify a compression structure.
unsigned int nbits
 Number of bits in the symbols handled by this compression structure.
unsigned int mask
 Bit mask indicating acceptable range of symbols.
unsigned int ovrflw
 Zero if all histogrammed and encoded symbols were within range.
unsigned int encerr
 Zero if there were no errors during the encoding operation.
LSEC_compressionDesc desc
unsigned int * hist
 Histogram of the raw data.
unsigned int * fwlu
 Lookup table mapping the original symbol to the corresponding symbol in the frequency table.
unsigned int * freq
 Frequency table.
unsigned int * delta
 Number of empty bins following each of the non-zero bins listed in freq.
unsigned int * table
 Table of normalised probablities derived from the frequency distribution.

Detailed Description

Structure, derived from the conversation structure, holding a histogram of the raw data and the frequency tables derived from it.


The documentation for this struct was generated from the following file:
Generated on Thu Feb 23 20:34:25 2006 by  doxygen 1.4.4