#include "ObitFitModel.h"
Functions | |
| void | ObitFitModelInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitFitModelClear (gpointer in) |
| Private: Deallocate members. | |
| ObitFitModel * | newObitFitModel (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitFitModelGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitFitModel * | ObitFitModelCopy (ObitFitModel *in, ObitFitModel *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitFitModelClone (ObitFitModel *in, ObitFitModel *out, ObitErr *err) |
| Public: Copy structure. | |
| ObitFitModel * | ObitFitModelCreate (gchar *name, ObitFitModelCompType type, gfloat Peak, gfloat DeltaX, gfloat DeltaY, gint nparm, gfloat *parms) |
| Public: Create/initialize ObitFitModel structures. | |
| gint | ObitFitModelDeconGau (gfloat bmaj, gfloat bmin, gfloat bpa, gfloat ebmaj, gfloat ebmin, gfloat ebpa, gfloat cbmaj, gfloat cbmin, gfloat cbpa, gfloat dgau[3][3]) |
| Public: Deconvolve Gaussians. | |
| void | ObitFitModelClassInit (void) |
| Public: Class initializer. | |
This class is derived from the Obit base class.
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
|
Private: Deallocate members. Does (recursive) deallocation of parent class members.
|
|
||||||||||||||||
|
Public: Copy structure.
|
|
||||||||||||||||
|
Public: Copy (deep) constructor.
|
|
||||||||||||||||||||||||||||||||
|
Public: Create/initialize ObitFitModel structures.
|
|
||||||||||||||||||||||||||||||||||||||||||||
|
Public: Deconvolve Gaussians.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
1.3.9.1