casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
casa::PixonProcessor Class Reference

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...
 
PixonProcessoroperator= (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
 

Detailed Description

Allows processing via the Pixon algorithm.

Intended use:

Public interface

Prerequisite

Etymology

Performs processing via the Pixon algorithm

Synopsis

Example

Motivation

Allow pixon processing in AIPS++

Definition at line 67 of file PixonProcessor.h.

Constructor & Destructor Documentation

casa::PixonProcessor::PixonProcessor ( )
casa::PixonProcessor::PixonProcessor ( casacore::ImageInterface< casacore::Float > &  model)
casa::PixonProcessor::PixonProcessor ( const PixonProcessor other)

Copy constructor.

virtual casa::PixonProcessor::~PixonProcessor ( )
virtual

Member Function Documentation

casacore::Bool casa::PixonProcessor::calculate ( const DataSampling dsm,
casacore::Array< casacore::Float > &  a 
)
void casa::PixonProcessor::ok ( )
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 ( )

Member Data Documentation

IDL casa::PixonProcessor::idl
protected

Definition at line 94 of file PixonProcessor.h.

casacore::String casa::PixonProcessor::IDLPixonHome
protected

Definition at line 90 of file PixonProcessor.h.

casacore::String casa::PixonProcessor::IDLPublicHome
protected

Definition at line 92 of file PixonProcessor.h.

casacore::ImageInterface<casacore::Float>* casa::PixonProcessor::model_p
protected

Definition at line 96 of file PixonProcessor.h.


The documentation for this class was generated from the following file: