casacore
|
#include <LatticeCleanProgress.h>
Public Member Functions | |
LatticeCleanProgress (PGPlotter *pgplotter=0) | |
virtual | ~LatticeCleanProgress () |
Bool | info (const Bool lastcall, const Int iteration, const Int numberIterations, const Vector< Float > &maxima, const Block< IPosition > &posMaximum, const Float strengthOptimum, const Int optimumScale, const IPosition &positionOptimum, const Float &totalFlux, const Vector< Float > &totalFluxScale, const Bool resetBase=False) |
Print and plot the information. More... | |
Private Member Functions | |
void | initialize (const uInt nScales, const Float &maxResidual, const uInt numIterations) |
initizalize the arrays and such More... | |
void | resizeDataStorage () |
As the iterations trickle in, we will from time to time need to make the Matrices larger. More... | |
void | basicSetUp (Bool plotMatrices=False) |
this will redraw the plot with a new scale; if plotMatrices = False, just draw the boxes, else, replot all past data. More... | |
void | plotOne (const Int iteration, const Vector< Float > &resid, const Vector< Float > &flux) |
Note: you MUST call basicSetUp before calling this. More... | |
Abstract base class to monitor progress in lattice operations
Public interface
This is an abstract base class for classes to monitor the progress of an operation on a Lattice. The default implementation offered by this class does nothing. However, a derived class could show the progress using for example a ProgressMeter. A derived class should override the virtual functions from this class.
The user of the LatticeCleanProgress object should first call function init
with the total number of steps that are to be done. Thereafter, after each step has been executed, function nstepsDone
should be called after each step. Finally, function done
should be called.
Since operations on Lattices can take a while, it can be useful to show the progress. However, making module Lattices dependent on the class ProgressMeter sounded bad. This abstract class serves as a bridge between the Lattice module and the ProgressMeter class (or any other class showing the progress).
Definition at line 89 of file LatticeCleanProgress.h.
casacore::LatticeCleanProgress::LatticeCleanProgress | ( | PGPlotter * | pgplotter = 0 | ) |
|
virtual |
this will redraw the plot with a new scale; if plotMatrices = False, just draw the boxes, else, replot all past data.
Bool casacore::LatticeCleanProgress::info | ( | const Bool | lastcall, |
const Int | iteration, | ||
const Int | numberIterations, | ||
const Vector< Float > & | maxima, | ||
const Block< IPosition > & | posMaximum, | ||
const Float | strengthOptimum, | ||
const Int | optimumScale, | ||
const IPosition & | positionOptimum, | ||
const Float & | totalFlux, | ||
const Vector< Float > & | totalFluxScale, | ||
const Bool | resetBase = False |
||
) |
Print and plot the information.
Currently, not all information is utilized.
|
private |
initizalize the arrays and such
|
private |
Note: you MUST call basicSetUp before calling this.
|
private |
As the iterations trickle in, we will from time to time need to make the Matrices larger.
Increase to 2*n+1
Definition at line 159 of file LatticeCleanProgress.h.
|
private |
Definition at line 143 of file LatticeCleanProgress.h.
|
private |
Definition at line 141 of file LatticeCleanProgress.h.
|
private |
Definition at line 145 of file LatticeCleanProgress.h.
|
private |
Definition at line 144 of file LatticeCleanProgress.h.
|
private |
Definition at line 146 of file LatticeCleanProgress.h.
|
private |
Definition at line 142 of file LatticeCleanProgress.h.
|
private |
Definition at line 150 of file LatticeCleanProgress.h.
|
private |
Definition at line 154 of file LatticeCleanProgress.h.
|
private |
Definition at line 157 of file LatticeCleanProgress.h.
Definition at line 135 of file LatticeCleanProgress.h.
|
private |
Definition at line 133 of file LatticeCleanProgress.h.
|
private |
Definition at line 149 of file LatticeCleanProgress.h.
|
private |
Definition at line 148 of file LatticeCleanProgress.h.
Definition at line 136 of file LatticeCleanProgress.h.
Definition at line 138 of file LatticeCleanProgress.h.
Definition at line 137 of file LatticeCleanProgress.h.
|
private |
Definition at line 155 of file LatticeCleanProgress.h.
Definition at line 140 of file LatticeCleanProgress.h.
Definition at line 139 of file LatticeCleanProgress.h.
|
private |
Definition at line 152 of file LatticeCleanProgress.h.
|
private |
Definition at line 151 of file LatticeCleanProgress.h.