casa
5.7.0-16
|
Allows processing via the Pixon algorithm. More...
#include <PixonProcessor.h>
Public Member Functions | |
PixonProcessor () | |
PixonProcessor (casacore::ImageInterface< casacore::Float > &model) | |
PixonProcessor (const PixonProcessor &other) | |
Copy constructor. More... | |
PixonProcessor & | operator= (const PixonProcessor &other) |
Assignment operator. More... | |
virtual | ~PixonProcessor () |
casacore::Bool | calculate (const DataSampling &dsm, casacore::Array< casacore::Float > &a) |
casacore::Bool | save (const DataSampling &ds, const casacore::String &saveName) |
casacore::Bool | standardTest () |
Protected Member Functions | |
void | ok () |
Protected Attributes | |
casacore::String | IDLPixonHome |
casacore::String | IDLPublicHome |
IDL | idl |
casacore::ImageInterface < casacore::Float > * | model_p |
Allows processing via the Pixon algorithm.
Public interface
Performs processing via the Pixon algorithm
Allow pixon processing in AIPS++
Definition at line 67 of file PixonProcessor.h.
casa::PixonProcessor::PixonProcessor | ( | ) |
casa::PixonProcessor::PixonProcessor | ( | casacore::ImageInterface< casacore::Float > & | model | ) |
casa::PixonProcessor::PixonProcessor | ( | const PixonProcessor & | other | ) |
Copy constructor.
|
virtual |
casacore::Bool casa::PixonProcessor::calculate | ( | const DataSampling & | dsm, |
casacore::Array< casacore::Float > & | a | ||
) |
|
protected |
PixonProcessor& casa::PixonProcessor::operator= | ( | const PixonProcessor & | other | ) |
Assignment operator.
casacore::Bool casa::PixonProcessor::save | ( | const DataSampling & | ds, |
const casacore::String & | saveName | ||
) |
casacore::Bool casa::PixonProcessor::standardTest | ( | ) |
|
protected |
Definition at line 94 of file PixonProcessor.h.
|
protected |
Definition at line 90 of file PixonProcessor.h.
|
protected |
Definition at line 92 of file PixonProcessor.h.
|
protected |
Definition at line 96 of file PixonProcessor.h.