#include "ObitFitRegion.h"
Functions | |
| void | ObitFitRegionInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitFitRegionClear (gpointer in) |
| Private: Deallocate members. | |
| ObitFitRegion * | newObitFitRegion (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitFitRegionGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitFitRegion * | ObitFitRegionCopy (ObitFitRegion *in, ObitFitRegion *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitFitRegionClone (ObitFitRegion *in, ObitFitRegion *out, ObitErr *err) |
| Public: Copy structure. | |
| void | ObitFitRegionResize (ObitFitRegion *in, gint nmodel) |
| Public: Resize. | |
| ObitFitRegion * | ObitFitRegionCreate (gchar *name, gint corner[2], gint dim[2], gfloat peak, gfloat peakResid, gfloat RMSResid, gfloat fluxResid, gint nmodel, ObitFitModel **models) |
| Public: Create/initialize ObitFitRegion structures. | |
| gchar * | ObitFitRegionName (gint indx) |
| Public: Generate the region name from an index. | |
| void | ObitFitRegionSubtract (ObitFitRegion *reg, ObitImage *image, ObitErr *err) |
| Public: Subtract from image. | |
| void | ObitFitRegionClassInit (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 ObitFitRegion structures.
|
|
|
Public: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
|
Public: Generate the region name from an index. Each region has the name "regnnnnnn" where nnnnnn is the 1-rel
|
|
||||||||||||
|
Public: Resize.
|
|
||||||||||||||||
|
Public: Subtract from image.
|
1.3.9.1