#include <ObitPennArrayAtmFit.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitInfoList * | info |
| Linked list of arrays of data. | |
| ObitOTFArrayGeom * | geom |
| (Feed) array geometry descriptor | |
| glong | ncoef |
| Number of coefficients to fit. | |
| gfloat * | poly |
| Legendre polynomial terms, one for each coef and each detector index = (detector # -1)*ncoef + icoef az = "X", el = "Y". | |
| gfloat * | sum2p1 |
| Work arrays. | |
| gfloat * | sum2p2 |
| Work arrays. | |
| gfloat * | tcoef |
| Work arrays. | |
| gfloat * | resid |
| Work arrays. | |
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
(Feed) array geometry descriptor
|
|
|
Linked list of arrays of data.
|
|
|
Name of object [Optional].
|
|
|
Number of coefficients to fit.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Legendre polynomial terms, one for each coef and each detector index = (detector # -1)*ncoef + icoef az = "X", el = "Y".
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Work arrays.
|
|
|
Work arrays.
|
|
|
Work arrays.
|
|
|
Work arrays.
|
|
|
Threading info member object.
|
1.3.9.1