FACT++  1.0
FITS::Compression::Compression ( const std::vector< uint16_t > &  seq,
const RowOrdering_t order = kOrderByCol 
)
inline

Definition at line 151 of file FITS.h.

152  : sequence(seq), header(0, order, seq.size())
153  {
154  }
std::vector< uint16_t > sequence
Definition: FITS.h:148
BlockHeader header
Definition: FITS.h:149