Changeset 12008
- Timestamp:
- 09/07/11 15:23:03 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r11914 r12008 761 761 return -1; 762 762 } 763 764 763 765 764 if (conf.Get<bool>("list")) … … 1046 1045 #endif 1047 1046 , "Name of input table") 1048 ("col,c", vars<string>(), "List of columns to dump ")1047 ("col,c", vars<string>(), "List of columns to dump\narg is a list of columns, separated by a space.\nAdditionnally, a list of sub-columns can be added\ne.g. Data[3] will dump sub-column 3 of column Data\nData[3:4] will dump sub-columns 3 and 4\nOmitting this argument dump the entire column\nnota: all indices start at zero") 1049 1048 ("outfile,o", var<string>("/dev/stdout"), "Name of output file (-:/dev/stdout)") 1050 1049 ("precision,p", var<int>(20), "Precision of ofstream")
Note:
See TracChangeset
for help on using the changeset viewer.