casa
$Rev:20696$
|
Allows processing via the Pixon algorithm. More...
#include <PixonProcessor.h>
Public Member Functions | |
PixonProcessor () | |
PixonProcessor (ImageInterface< Float > &model) | |
PixonProcessor (const PixonProcessor &other) | |
Copy constructor. | |
PixonProcessor & | operator= (const PixonProcessor &other) |
Assignment operator. | |
virtual | ~PixonProcessor () |
Bool | calculate (const DataSampling &dsm, Array< Float > &a) |
Bool | save (const DataSampling &ds, const String &saveName) |
Bool | standardTest () |
Protected Member Functions | |
void | ok () |
Protected Attributes | |
String | IDLPixonHome |
String | IDLPublicHome |
IDL | idl |
ImageInterface< 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 | ( | ImageInterface< Float > & | model | ) |
casa::PixonProcessor::PixonProcessor | ( | const PixonProcessor & | other | ) |
Copy constructor.
virtual casa::PixonProcessor::~PixonProcessor | ( | ) | [virtual] |
Bool casa::PixonProcessor::calculate | ( | const DataSampling & | dsm, |
Array< Float > & | a | ||
) |
void casa::PixonProcessor::ok | ( | ) | [protected] |
PixonProcessor& casa::PixonProcessor::operator= | ( | const PixonProcessor & | other | ) |
Assignment operator.
Bool casa::PixonProcessor::save | ( | const DataSampling & | ds, |
const String & | saveName | ||
) |
IDL casa::PixonProcessor::idl [protected] |
Definition at line 94 of file PixonProcessor.h.
String casa::PixonProcessor::IDLPixonHome [protected] |
Definition at line 90 of file PixonProcessor.h.
String casa::PixonProcessor::IDLPublicHome [protected] |
Definition at line 92 of file PixonProcessor.h.
ImageInterface<Float>* casa::PixonProcessor::model_p [protected] |
Definition at line 96 of file PixonProcessor.h.