
Compute SingleChannel submaps with Bayesian biasing. More...
#include <Channels/SubmapAlgorithmBiased.H>


Public Member Functions | |
| SubmapAlgorithmBiased (OptionManager &mgr, const std::string &descrName="Biased Submap Algorithm", const std::string &tagName="SubmapAlgorithmBiased") | |
| Constructor. | |
| virtual | ~SubmapAlgorithmBiased () |
| Destructor. | |
| virtual Image< float > | compute (const SingleChannel &chan, const uint i) |
| Compute the i'th submap for the given channel. | |
Compute SingleChannel submaps with Bayesian biasing.
Definition at line 46 of file SubmapAlgorithmBiased.H.
| SubmapAlgorithmBiased::SubmapAlgorithmBiased | ( | OptionManager & | mgr, | |
| const std::string & | descrName = "Biased Submap Algorithm", |
|||
| const std::string & | tagName = "SubmapAlgorithmBiased" | |||
| ) |
Constructor.
Definition at line 83 of file SubmapAlgorithmBiased.C.
| SubmapAlgorithmBiased::~SubmapAlgorithmBiased | ( | ) | [virtual] |
Destructor.
Definition at line 91 of file SubmapAlgorithmBiased.C.
| Image< float > SubmapAlgorithmBiased::compute | ( | const SingleChannel & | chan, | |
| const uint | i | |||
| ) | [virtual] |
Compute the i'th submap for the given channel.
Implements SubmapAlgorithm.
Definition at line 95 of file SubmapAlgorithmBiased.C.
References downSize(), SingleChannel::getMapDims(), SingleChannel::getRawCSmap(), Image< T >::getWidth(), rescale(), and Dims::w().
1.6.3