FACT++
1.0
|
#include <FITS.h>
Public Member Functions | |
Compression (const std::vector< uint16_t > &seq, const RowOrdering_t &order=kOrderByCol) | |
Compression (const CompressionProcess_t &compression=kFactRaw, const RowOrdering_t &order=kOrderByCol) | |
RowOrdering_t | getOrdering () const |
uint32_t | getSizeOnDisk () const |
CompressionProcess_t | getProc (uint32_t i) const |
uint16_t | getNumProcs () const |
void | SetBlockSize (uint64_t size) |
void | Memcpy (char *dest) const |
Public Attributes | |
std::vector< uint16_t > | sequence |
BlockHeader | header |