FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
string CompressedFitsFile::ColumnEntry::getCompressionString
(
)
const
inline
Definition at line
306
of file
fitsDecompressor.cc
.
References
BlockHeader()
.
307
{
308
return
"FACT"
;
309
/*
310
ostringstream str;
311
for (uint32_t i=0;i<_compSequence.size();i++)
312
switch (_compSequence[i])
313
{
314
case FACT_RAW: if (str.str().size() == 0) str << "RAW"; break;
315
case FACT_SMOOTHING: str << "SMOOTHING "; break;
316
case FACT_HUFFMAN16: str << "HUFFMAN16 "; break;
317
};
318
return str.str();*/
319
}
Here is the call graph for this function:
CompressedFitsFile
ColumnEntry
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11