Syntax |
|
make_fitinx --help make_fitinx [-vb] [fitacfname] make_fitinx -old [-vb] fitname inxname
|
Synopsis |
| Creates an index of a fitacf format file. |
Options |
|
--help | print the help message and exit. |
--version | print the RST version number and exit. |
-vb | verbose. Log information to the console. |
fitacfname | filename of the fitacf format file. If this is omitted the file is read from standard input. |
-old | files are in the fit format. |
fitname | filename of the fit format file. |
inxname | filename of the index file to create. |
|
Description |
| Creates an index of a fitacf format file.
If the input file is a fitacf format file, then the index is written to standard output.
|
Examples |
|
make_fitinx 20040830.gbr.fitacf > 20040830.gbr.fitinx |
Create an index file for the fitacf format file "20040830.gbr.fitacf ". The index is writen to the file "20040830.gbr.fitinx ".
make_fitinx -old 20040830.gbr.fit 20040830.gbr.inx |
Create an index file for the fit format file "20040830.gbr.fit ". The index is writen to the file "20040830.gbr.inx ".
|