FACT++  1.0
void printUsage ( )

Definition at line 1441 of file fitsCompressor.cc.

Referenced by main().

1442 {
1443  cout << endl;
1444  cout << "The FACT-Fits compressor reads an input Fits file from FACT"
1445  " and compresses it.\n It can use a drs calibration in order to"
1446  " improve the compression ratio. If so, the input calibration"
1447  " is embedded into the compressed file.\n"
1448  " By default, the Data column will be compressed using SMOOTHMAN (Thomas' algorithm)"
1449  " while other columns will be compressed with the AMPLITUDE coding (Veritas)"
1450  "Usage: Compressed_Fits_Test <inputFile>";
1451  cout << endl;
1452 }

+ Here is the caller graph for this function: