Definition at line 1457 of file fitsCompressor.cc.
Referenced by main().
1460 cout <<
"The inputFile is required. It must have fits in its filename and the compressed file will be written in the same folder. " 1461 "The fz extension will be added, replacing the .gz one if required \n" 1462 "If output is specified, then it will replace the automatically generated output filename\n" 1463 "If --drs, followed by a drs calib then it will be applied to the data before compressing\n" 1464 "rowPerTile can be used to tune how many rows are in each tile. Default is 100\n" 1465 "threads gives the number of threads to use. Cannot be less than the default (1)\n" 1466 "compression explicitely gives the compression scheme to use for a given column. The syntax is:\n" 1467 "<ColumnName>=<CompressionScheme> with <CompressionScheme> one of the following:\n" 1474 "--quiet removes any textual output, except error messages\n" 1475 "--verify makes the compressor check the compressed data. It will read it back, and compare the reconstructed CHECKSUM and DATASUM with the original file values." 1477 cout << endl << endl;