#include <ObitFitModel.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]. | |
| ObitFitModelCompType | type |
| Model type of the model component. | |
| gfloat | Peak |
| Peak Flux density of component. | |
| gfloat | DeltaX |
| Component X position. | |
| gfloat | DeltaY |
| Component Y position. | |
| gint | nparm |
| Number of parameters. | |
| gfloat * | parms |
| Model parameters, type dependent. | |
| gfloat | ePeak |
| Error in Peak flux density. | |
| gfloat | eDeltaX |
| Error in Component X position. | |
| gfloat | eDeltaY |
| Error in Component Y position. | |
| gfloat * | eparms |
| Error in Model parameters, type dependent. | |
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
Component X position.
|
|
|
Component Y position.
|
|
|
Error in Component X position.
|
|
|
Error in Component Y position.
|
|
|
Error in Model parameters, type dependent.
|
|
|
Error in Peak flux density.
|
|
|
Name of object [Optional].
|
|
|
Number of parameters.
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
Model parameters, type dependent.
|
|
|
Peak Flux density of component.
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Model type of the model component.
|
1.3.9.1