casa
$Rev:20696$
|
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 { ... } |
Complex casa::FitsValueResult::c |
double casa::FitsValueResult::d |
DComplex casa::FitsValueResult::dc |
const char* casa::FitsValueResult::errmsg |
float casa::FitsValueResult::f |
int casa::FitsValueResult::s[2] |