Main Page | Class List | Directories | File List | Class Members | File Members

ObitDConCleanOTFRec Struct Reference

ObitDConCleanOTFRec Class structure. More...

#include <ObitDConCleanOTFRec.h>

List of all members.

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.
glong plane [IM_MAXDIM-2]
 Plane being processed, 1-rel indices of axes 3-?
gint prtLv
 message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics
ObitDConCleanWindow * window
 CLEAN window list.
ObitFArray * BeamPatch
 Current Beam patch.
ObitDConCleanPxList * Pixels
 Current Pixel list.
ObitDConCleanBmHist * BeamHist
 Current Beam histogram.
ObitDConCleanPxHist * PixelHist
 Current Pixel histogram.
glong currentField
 Current field number 1-rel.
glong beamPatchSize
 Beam patch halfwidth size in pixels.
glong minPatchSize
 Minimum beam patch halfwidth in pixels.
gfloat minFluxLoad
 Minimum flux density to load in this CLEAN cycle.
glong niter
 Maximum number of iterations.
glong maxPixel
 Maximum number of residuals.
glong numberSkip
 Number to skip in loading Pixel list.
gfloat bmaj
 Restoring beam, values in deg.
gfloat bmin
 Restoring beam, values in deg.
gfloat bpa
 Restoring beam, values in deg.
glong nfield
 Number of fields in arrays.
gfloat * gain
 CLEAN gain per field.
gfloat * minFlux
 Minimum flux density per field.
gfloat * factor
 Depth factor per field.
glong CCver
 CC table version same for each field.
gfloat * maxAbsRes
 Max Abs windowed residual per field, -1=> uninitialized.
gfloat * avgRes
 Average windowed residual per field, -1=> uninitialized.
gboolean autoWindow
 auto Window feature requested?
gfloat autoWinFlux
 min.
gfloat cleanSize
 CLEAN Restoring beam size FWHM in pixels.
gfloat fracPeak
 Fraction of residual to CLEAN to before major cycle.
gfloat totalMinFlux
 Desired overall minimum flux.
ObitImage * beam
 Dirty Beam.
ObitImage * clean
 Clean/residual Image.
ObitOTFmyOTF
 Input data.
ObitOTFscrOTF
 Residual data.
ObitDisplay * display
 Display server.
gboolean doRestore
 Restore image when done?
gint nCCSub
 Number of components subtracted.


Detailed Description

ObitDConCleanOTFRec Class structure.


Member Data Documentation

gboolean ObitDConCleanOTFRec::autoWindow
 

auto Window feature requested?

gfloat ObitDConCleanOTFRec::autoWinFlux
 

min.

minor cycle flux for auto Window feature

gfloat* ObitDConCleanOTFRec::avgRes
 

Average windowed residual per field, -1=> uninitialized.

ObitImage* ObitDConCleanOTFRec::beam
 

Dirty Beam.

ObitDConCleanBmHist* ObitDConCleanOTFRec::BeamHist
 

Current Beam histogram.

ObitFArray* ObitDConCleanOTFRec::BeamPatch
 

Current Beam patch.

glong ObitDConCleanOTFRec::beamPatchSize
 

Beam patch halfwidth size in pixels.

gfloat ObitDConCleanOTFRec::bmaj
 

Restoring beam, values in deg.

gfloat ObitDConCleanOTFRec::bmin
 

Restoring beam, values in deg.

gfloat ObitDConCleanOTFRec::bpa
 

Restoring beam, values in deg.

glong ObitDConCleanOTFRec::CCver
 

CC table version same for each field.

gpointer ObitDConCleanOTFRec::ClassInfo
 

ClassInfo pointer for class with name, base and function pointers.

ObitImage* ObitDConCleanOTFRec::clean
 

Clean/residual Image.

gfloat ObitDConCleanOTFRec::cleanSize
 

CLEAN Restoring beam size FWHM in pixels.

glong ObitDConCleanOTFRec::currentField
 

Current field number 1-rel.

ObitDisplay* ObitDConCleanOTFRec::display
 

Display server.

gboolean ObitDConCleanOTFRec::doRestore
 

Restore image when done?

gfloat* ObitDConCleanOTFRec::factor
 

Depth factor per field.

gfloat ObitDConCleanOTFRec::fracPeak
 

Fraction of residual to CLEAN to before major cycle.

gfloat* ObitDConCleanOTFRec::gain
 

CLEAN gain per field.

ObitInfoList* ObitDConCleanOTFRec::info
 

Linked list of arrays of data.

gfloat* ObitDConCleanOTFRec::maxAbsRes
 

Max Abs windowed residual per field, -1=> uninitialized.

glong ObitDConCleanOTFRec::maxPixel
 

Maximum number of residuals.

gfloat* ObitDConCleanOTFRec::minFlux
 

Minimum flux density per field.

gfloat ObitDConCleanOTFRec::minFluxLoad
 

Minimum flux density to load in this CLEAN cycle.

glong ObitDConCleanOTFRec::minPatchSize
 

Minimum beam patch halfwidth in pixels.

ObitImageMosaic* ObitDConCleanOTFRec::mosaic
 

Image mosaic being deconvolved.

ObitOTF* ObitDConCleanOTFRec::myOTF
 

Input data.

gchar* ObitDConCleanOTFRec::name
 

Name of object [Optional].

gint ObitDConCleanOTFRec::nCCSub
 

Number of components subtracted.

glong ObitDConCleanOTFRec::nfield
 

Number of fields in arrays.

glong ObitDConCleanOTFRec::niter
 

Maximum number of iterations.

glong ObitDConCleanOTFRec::numberSkip
 

Number to skip in loading Pixel list.

gint32 ObitDConCleanOTFRec::ObitId
 

Recognition bit pattern to identify the start of an Obit object.

ObitDConCleanPxHist* ObitDConCleanOTFRec::PixelHist
 

Current Pixel histogram.

ObitDConCleanPxList* ObitDConCleanOTFRec::Pixels
 

Current Pixel list.

glong ObitDConCleanOTFRec::plane[IM_MAXDIM-2]
 

Plane being processed, 1-rel indices of axes 3-?

gint ObitDConCleanOTFRec::prtLv
 

message level for deconvolution progress messages, 0=none, 1=summary, 2=normal, higher numbers for diagnostics

gint ObitDConCleanOTFRec::ReferenceCount
 

Reference count for object (numbers of pointers attaching).

ObitOTF* ObitDConCleanOTFRec::scrOTF
 

Residual data.

ObitThread* ObitDConCleanOTFRec::thread
 

Threading info member object.

gfloat ObitDConCleanOTFRec::totalMinFlux
 

Desired overall minimum flux.

ObitDConCleanWindow* ObitDConCleanOTFRec::window
 

CLEAN window list.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 3 20:43:54 2007 by  doxygen 1.3.9.1