#include <ObitDConCleanPxList.h>
Public Attributes | |
| gint32 | ObitId |
| Recognition bit pattern to identify the start of an Obit object. | |
| gpointer | ClassInfo |
| ClassInfo pointer for class with name, base and function pointers. | |
| gint | ReferenceCount |
| Reference count for object (numbers of pointers attaching). | |
| gchar * | name |
| Name of object [Optional]. | |
| ObitThread * | thread |
| Threading info member object. | |
| ObitInfoList * | info |
| Linked list of arrays of data. | |
| ObitImageMosaic * | mosaic |
| Image mosaic being deconvolved. | |
| ObitDConCleanWindow * | window |
| Image Clean window definition. | |
| ObitFArray * | BeamPatch |
| Image Beam patch data, The beam patch array is square and 2*patch +1 x 2*patch +1 in size. | |
| gfloat | minFluxLoad |
| Minimum flux density to load. | |
| gfloat | maxResid |
| Maximum abs. | |
| gfloat | autoWinFlux |
| min. | |
| gfloat | totalFlux |
| Total flux density CLEANed. | |
| glong | nfield |
| Number of fields. | |
| glong | plane [IM_MAXDIM-2] |
| Plane being processed, 1-rel indices of axes 3-? | |
| glong | niter |
| Maximum number of iterations. | |
| glong | currentIter |
| current number of iterations | |
| glong * | iterField |
| current number of components per field | |
| glong * | CCver |
| CC table version per field. | |
| gfloat * | fluxField |
| current summed flux density per field | |
| gfloat * | circGaus |
| Gaussian size (circular) per field, (deg.). | |
| gfloat * | gain |
| CLEAN gain per field. | |
| gfloat * | minFlux |
| Minimum flux density per field. | |
| gfloat * | factor |
| Depth factor per field. | |
| ObitTableCC ** | CCTable |
| Array of CCTables for writing. | |
| glong | maxPixel |
| maximum number of pixels | |
| glong | nPixel |
| number of pixels | |
| glong * | pixelX |
| pixel x coordinate (0-rel) | |
| glong * | pixelY |
| pixel y coordinate (0-rel) | |
| gshort * | pixelFld |
| pixel field | |
| gfloat * | pixelFlux |
| pixel flux density | |
| gint | prtLv |
| message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics | |
|
|
min. minor cycle flux for auto Window feature |
|
|
Image Beam patch data, The beam patch array is square and 2*patch +1 x 2*patch +1 in size. The center pixel is the center of the dirty beam. |
|
|
Array of CCTables for writing.
|
|
|
CC table version per field.
|
|
|
Gaussian size (circular) per field, (deg.).
|
|
|
ClassInfo pointer for class with name, base and function pointers.
|
|
|
current number of iterations
|
|
|
Depth factor per field.
|
|
|
current summed flux density per field
|
|
|
CLEAN gain per field.
|
|
|
Linked list of arrays of data.
|
|
|
current number of components per field
|
|
|
maximum number of pixels
|
|
|
Maximum abs. residual at end of CLEAN |
|
|
Minimum flux density per field.
|
|
|
Minimum flux density to load.
|
|
|
Image mosaic being deconvolved.
|
|
|
Name of object [Optional].
|
|
|
Number of fields.
|
|
|
Maximum number of iterations.
|
|
|
number of pixels
|
|
|
Recognition bit pattern to identify the start of an Obit object.
|
|
|
pixel field
|
|
|
pixel flux density
|
|
|
pixel x coordinate (0-rel)
|
|
|
pixel y coordinate (0-rel)
|
|
|
Plane being processed, 1-rel indices of axes 3-?
|
|
|
message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics
|
|
|
Reference count for object (numbers of pointers attaching).
|
|
|
Threading info member object.
|
|
|
Total flux density CLEANed.
|
|
|
Image Clean window definition.
|
1.3.9.1