Changeset 38553 for trunk/Ohana/src/opihi/cmd.data/read_vectors.c
- Timestamp:
- Jun 25, 2015, 10:41:05 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.data/read_vectors.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.data/read_vectors.c
r38441 r38553 77 77 if ((argc < 3) || !(argc % 2)) { 78 78 gprint (GP_ERR, "USAGE: read name N name N ...\n"); 79 gprint (GP_ERR, " options:\n"); 80 gprint (GP_ERR, " -fits EXTNAME : read a fits file from the given extension (vector names are column names)\n"); 81 gprint (GP_ERR, " -v : verbose mode\n"); 82 gprint (GP_ERR, " -csv : comma-separated values (columns may be identified in excel-style: A, AC\n"); 83 gprint (GP_ERR, " -skip N : skip N lines before reading\n"); 84 gprint (GP_ERR, " column names may include a type: name:type\n"); 85 gprint (GP_ERR, " type is int, float, char, time\n"); 86 gprint (GP_ERR, " for char, values are placed into a list $name:0 - $name:n\n"); 87 gprint (GP_ERR, " for time, values are human-readable date/time strings YYYY/MM/DD,hh:mm:ss\n"); 88 gprint (GP_ERR, " the resulting vector is a float based on the TIMEFORMAT, TIMEREF values\n"); 79 89 return (FALSE); 80 90 }
Note:
See TracChangeset
for help on using the changeset viewer.
