Changeset 2900 in Sophya for trunk/SophyaProg/PrgUtil/scanfits.cc


Ignore:
Timestamp:
Jan 16, 2006, 10:00:36 AM (20 years ago)
Author:
ansari
Message:

Petites modifs cosmetiques sur scanfits.cc - Reza 16/01/2006

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaProg/PrgUtil/scanfits.cc

    r2899 r2900  
    2626
    2727  \verbatim
    28   Usage: scanfits FITSFilename
     28  csh> scanfits -h
     29  PIOPersist::Initialize() Starting Sophya Persistence management service
     30  SOPHYA Version  1.9 Revision 25 (V_Dec2005) -- Jan  4 2006 14:50:01 cxx
     31  Usage: scanfits [flags] filename
     32  flags = -V1 -lh -rd -header
     33    -V1 : Scan using old (V1) code version
     34    -lh : Print the list of registered handlers (FitsHandlerInterface)
     35    -rd : try to read each HDU data using appropriate handler
     36    -header : List header information
    2937  \endverbatim
    3038 */
     
    96104         << " flags = -V1 -lh -rd -header \n"
    97105         << "   -V1 : Scan using old (V1) code version \n" 
    98          << "   -rd : try to read each HDU data using appropriate handler \n"
     106         << "   -lh : Print the list of registered handlers (FitsHandlerInterface) \n"
    99107         << "   -rd : try to read each HDU data using appropriate handler \n"
    100108         << "   -header : List header information \n" << endl;
Note: See TracChangeset for help on using the changeset viewer.