#include "gsl/gsl_cblas.h"
#include "ObitImageFit.h"
Functions | |
| void | ObitImageFitInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitImageFitClear (gpointer in) |
| Private: Deallocate members. | |
| ObitImageFit * | newObitImageFit (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitImageFitGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitImageFit * | ObitImageFitCopy (ObitImageFit *in, ObitImageFit *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitImageFitClone (ObitImageFit *in, ObitImageFit *out, ObitErr *err) |
| Public: Copy structure. | |
| ObitImageFit * | ObitImageFitCreate (gchar *name) |
| Public: Create/initialize ObitImageFit structures. | |
| gint | ObitImageFitFit (ObitImageFit *in, ObitImage *image, ObitFitRegion *reg, ObitErr *err) |
| Public: Fit an ObitFitRegion. | |
| void | ObitImageFitClassInit (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 ObitImageFit structures.
|
|
||||||||||||||||||||
|
Public: Fit an ObitFitRegion.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
1.3.9.1