fedithead
Richard J. Mathar
Fitsheaderkeywordbatcheditor
|
csv2Fits translates an ASCII file in the CSV format to a FITS file with a binary table. More...
Macros | |
#define | CSV2FITS_WITHLINECNT |
Activate some debugging. | |
Functions | |
void | usage (char *argv0) |
Emit a short usage reminder. | |
int | main (int argc, char *argv[]) |
csv2Fits translates an ASCII file in the CSV format to a FITS file with a binary table.
#define CSV2FITS_WITHLINECNT |
Activate some debugging.
Not useful for production. If defined, use two scans of the input CSV file to allocate all rows of the binary FITS table in advance
void usage | ( | char * | argv0 | ) |
Emit a short usage reminder.
[in] | argv0 | The name of the executable. |
int main | ( | int | argc, |
char * | argv[] | ||
) |