casacore
|
analyse the value of a header card More...
#include <fits.h>
Public Attributes | |
FITS::ValueType | type |
union { | |
Bool b | |
int s [2] | |
Int l | |
float f | |
double d | |
}; | |
Complex | c |
IComplex | lc |
DComplex | dc |
int | begpos |
int | endpos |
Bool | isa_point |
int | pointpos |
int | no_sig |
const char * | errmsg |
analyse the value of a header card
Analyse the value of a header card
union { ... } |
FITS::ValueType casacore::FitsValueResult::type |