Data Fields | |
| int | n |
| number of parameters to write; maximum is MAX_FITS_PARMS | |
| char * | names [MAX_FITS_PARMS] |
| name of parameter | |
| char * | comments [MAX_FITS_PARMS] |
| comment for parameter | |
| char | scientificNotation [MAX_FITS_PARMS][MAX_FITS_PARM_VALUE] |
| parameter value as a string in scientific notation | |
Parameters written to the header of output FITS files.
| char* FITSParameters::comments[MAX_FITS_PARMS] |
comment for parameter
number of parameters to write; maximum is MAX_FITS_PARMS
| char* FITSParameters::names[MAX_FITS_PARMS] |
name of parameter
| char FITSParameters::scientificNotation[MAX_FITS_PARMS][MAX_FITS_PARM_VALUE] |
parameter value as a string in scientific notation
1.7.0