#include "ObitDConCleanImage.h"
#include "ObitMem.h"
#include "ObitFFT.h"
#include "ObitTableCCUtil.h"
Functions | |
| void | ObitDConCleanImageInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitDConCleanImageClear (gpointer in) |
| Private: Deallocate members. | |
| ObitDConCleanImage * | newObitDConCleanImage (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitDConCleanImageGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDConCleanImage * | ObitDConCleanImageCopy (ObitDConCleanImage *in, ObitDConCleanImage *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitDConCleanImageClone (ObitDConCleanImage *in, ObitDConCleanImage *out, ObitErr *err) |
| Public: Copy structure. | |
| ObitDConCleanImage * | ObitDConCleanImageCreate (gchar *name, ObitImageMosaic *mosaic, ObitErr *err) |
| Public: Create/initialize ObitDConCleanImage structures. | |
| void | ObitDConCleanImageDeconvolve (ObitDCon *inn, ObitErr *err) |
| Public: Do deconvolution. | |
| void | ObitDConCleanImageGetParms (ObitDCon *inn, ObitErr *err) |
| Public: Get parameters. | |
| void | ObitDConCleanImageSub (ObitDConCleanImage *in, ObitErr *err) |
| Public: Subtract components and generate new residual image(s). | |
| void | ObitDConCleanImageClassInit (void) |
| Public: Class initializer. | |
Image based CLEAN class. This class is derived from the ObitDCon 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 ObitDConCleanImage structures.
|
|
||||||||||||
|
Public: Do deconvolution. CLEAN control parameters are in the ObitInfoList member:
|
|
|
Public: ClassInfo pointer.
|
|
||||||||||||
|
Public: Get parameters.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
||||||||||||
|
Public: Subtract components and generate new residual image(s). Grids and FFT components, multiplies by transfer function (FFT of beam), reverse FFTs and subtracts from image.
|
1.3.9.1