#include "ObitDConCleanPxHist.h"
#include "ObitMem.h"
Functions | |
| void | ObitDConCleanPxHistInit (gpointer in) |
| Private: Initialize newly instantiated object. | |
| void | ObitDConCleanPxHistClear (gpointer in) |
| Private: Deallocate members. | |
| ObitDConCleanPxHist * | newObitDConCleanPxHist (gchar *name) |
| Public: Default Constructor. | |
| gconstpointer | ObitDConCleanPxHistGetClass (void) |
| Public: ClassInfo pointer. | |
| ObitDConCleanPxHist * | ObitDConCleanPxHistCopy (ObitDConCleanPxHist *in, ObitDConCleanPxHist *out, ObitErr *err) |
| Public: Copy (deep) constructor. | |
| void | ObitDConCleanPxHistClone (ObitDConCleanPxHist *in, ObitDConCleanPxHist *out, ObitErr *err) |
| Public: Copy structure. | |
| void | ObitDConCleanPxHistUpdate (ObitDConCleanPxHist *in, glong field, glong *plane, ObitImageMosaic *mosaic, ObitDConCleanWindow *window, ObitErr *err) |
| Public: Update with new image and window. | |
| glong | ObitDConCleanPxHistNumber (ObitDConCleanPxHist *in, gfloat value, ObitErr *err) |
| Public: Tell how many pixels are larger than a given abs. | |
| void | ObitDConCleanPxHistClassInit (void) |
| Public: Class initializer. | |
Variables | |
| glong | histSize = 8192 |
| Number of cells in histogram. | |
This class determines the pixel histogram of an image. 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: ClassInfo pointer.
|
|
|
Private: Initialize newly instantiated object. Parent classes portions are (recursively) initialized first
|
|
||||||||||||||||
|
Public: Tell how many pixels are larger than a given abs. value larger than value. Only pixels inside of the CLEAN window are used.
|
|
||||||||||||||||||||||||||||
|
Public: Update with new image and window.
|
|
|
Number of cells in histogram.
|
1.3.9.1