FACT++  1.0
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: