Changeset 2900 in Sophya for trunk/SophyaProg
- Timestamp:
- Jan 16, 2006, 10:00:36 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PrgUtil/scanfits.cc
r2899 r2900 26 26 27 27 \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 29 37 \endverbatim 30 38 */ … … 96 104 << " flags = -V1 -lh -rd -header \n" 97 105 << " -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" 99 107 << " -rd : try to read each HDU data using appropriate handler \n" 100 108 << " -header : List header information \n" << endl;
Note:
See TracChangeset
for help on using the changeset viewer.