#include "Obit.h"
#include "ObitErr.h"
#include "ObitImageMosaic.h"
#include "ObitDConCleanWindow.h"
#include "ObitTableCC.h"
#include "ObitDef.h"
#include "ObitClassDef.h"
Go to the source code of this file.
Classes | |
| struct | ObitDConCleanPxList |
| ObitDConCleanPxList Class structure. More... | |
| struct | ObitDConCleanPxListClassInfo |
| ClassInfo Structure. More... | |
Defines | |
| #define | ObitDConCleanPxListUnref(in) ObitUnref (in) |
| Macro to unreference (and possibly destroy) an ObitDConCleanPxList returns a ObitDConCleanPxList*. | |
| #define | ObitDConCleanPxListRef(in) ObitRef (in) |
| Macro to reference (update reference count) an ObitDConCleanPxList. | |
| #define | ObitDConCleanPxListIsA(in) ObitIsA (in, ObitDConCleanPxListGetClass()) |
| Macro to determine if an object is the member of this or a derived class. | |
Functions | |
| void | ObitDConCleanPxListClassInit (void) |
| Public: Class initializer. | |
| ObitDConCleanPxList * | newObitDConCleanPxList (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitDConCleanPxListGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDConCleanPxList * | ObitDConCleanPxListCopy (ObitDConCleanPxList *in, ObitDConCleanPxList *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitDConCleanPxListClone (ObitDConCleanPxList *in, ObitDConCleanPxList *out, ObitErr *err) |
| Public: Copy structure. | |
| ObitDConCleanPxList * | ObitDConCleanPxListCreate (gchar *name, ObitImageMosaic *mosaic, glong maxPixel, ObitErr *err) |
| Public: Create/initialize ObitDCon structures. | |
| void | ObitDConCleanPxListGetParms (ObitDConCleanPxList *in, ObitErr *err) |
| Public: Get Parameters. | |
| void | ObitDConCleanPxListReset (ObitDConCleanPxList *in, ObitErr *err) |
| Public: Reset Clean. | |
| void | ObitDConCleanPxListResize (ObitDConCleanPxList *in, glong maxPixel, ObitErr *err) |
| Public: Resize Arrrays. | |
| void | ObitDConCleanPxListUpdate (ObitDConCleanPxList *in, glong *fields, glong nSkip, gfloat minFluxLoad, gfloat autoWinFlux, ObitDConCleanWindow *window, ObitFArray *BeamPatch, ObitErr *err) |
| Public: Update with new image and window. | |
| gboolean | ObitDConCleanPxListCLEAN (ObitDConCleanPxList *in, ObitErr *err) |
| Public: Do minor cycle CLEANing. | |
| glong | ObitDConCleanPxListResult (ObitDConCleanPxList *in, glong *ncomp, ObitErr *err) |
| Public: Get results of CLEAN. | |
This class is derived from the Obit class.
A copy of a pointer to an ObitDConCleanPxList should always be made using the ObitDConCleanPxListRef function which updates the reference count in the object. Then whenever freeing an ObitDConCleanPxList or changing a pointer, the function ObitDConCleanPxListUnref will decrement the reference count and destroy the object when the reference count hits 0. There is no explicit destructor.
|
|
Macro to determine if an object is the member of this or a derived class. Returns TRUE if a member, else FALSE in = object to reference |
|
|
Macro to reference (update reference count) an ObitDConCleanPxList. returns a ObitDConCleanPxList*. in = object to reference |
|
|
Macro to unreference (and possibly destroy) an ObitDConCleanPxList returns a ObitDConCleanPxList*. in = object to unreference |
|
|
Public: Default Constructor. Initializes class if needed on first call.
|
|
|
Public: Class initializer.
|
|
||||||||||||
|
Public: Do minor cycle CLEANing.
|
|
||||||||||||||||
|
Public: Copy structure.
|
|
||||||||||||||||
|
Public: Copy (deep) constructor.
|
|
||||||||||||||||||||
|
Public: Create/initialize ObitDCon structures.
|
|
|
Public: ClassInfo pointer.
|
|
||||||||||||
|
Public: Get Parameters.
|
|
||||||||||||
|
Public: Reset Clean.
|
|
||||||||||||||||
|
Public: Resize Arrrays.
|
|
||||||||||||||||
|
Public: Get results of CLEAN.
|
|
||||||||||||||||||||||||||||||||||||
|
Public: Update with new image and window.
|
1.3.9.1