Standard strategy for computing submaps in SingleChannel objects. More...
#include <Channels/SubmapAlgorithmStd.H>
Public Member Functions | |
SubmapAlgorithmStd (OptionManager &mgr, const std::string &descrName="Standard Submap Algorithm", const std::string &tagName="SubmapAlgorithmStd") | |
Constructor. | |
virtual | ~SubmapAlgorithmStd () |
Destructor. | |
virtual Image< float > | compute (const SingleChannel &chan, const uint i) |
Compute the i'th submap for the given channel. |
Standard strategy for computing submaps in SingleChannel objects.
Definition at line 44 of file SubmapAlgorithmStd.H.
SubmapAlgorithmStd::SubmapAlgorithmStd | ( | OptionManager & | mgr, | |
const std::string & | descrName = "Standard Submap Algorithm" , |
|||
const std::string & | tagName = "SubmapAlgorithmStd" | |||
) |
Constructor.
Definition at line 47 of file SubmapAlgorithmStd.C.
SubmapAlgorithmStd::~SubmapAlgorithmStd | ( | ) | [virtual] |
Destructor.
Definition at line 55 of file SubmapAlgorithmStd.C.
Image< float > SubmapAlgorithmStd::compute | ( | const SingleChannel & | chan, | |
const uint | i | |||
) | [virtual] |
Compute the i'th submap for the given channel.
Implements SubmapAlgorithm.
Definition at line 59 of file SubmapAlgorithmStd.C.
References SingleChannel::getRawCSmap(), and SingleChannel::postProcessMap().