fedithead  Richard J. Mathar
Fitsheaderkeywordbatcheditor
 All Classes Files Functions Variables Macros
Macros | Functions
csv2Fits.cxx File Reference

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[])
 

Detailed Description

csv2Fits translates an ASCII file in the CSV format to a FITS file with a binary table.

Macro Definition Documentation

#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

Function Documentation

void usage ( char *  argv0)

Emit a short usage reminder.

Parameters
[in]argv0The name of the executable.
Author
R. J. Mathar
Since
2013-04-30
int main ( int  argc,
char *  argv[] 
)