Data Fields

FITSParameters Struct Reference

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

Detailed Description

Parameters written to the header of output FITS files.


Field Documentation

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


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines