|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Utilities for a working with a 2D basis set. More...
Utilities for a working with a 2D basis set.
Definition in file basisUtils2D.hpp.
Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<typename realT > | |
| int | mx::sigproc::basisMask (improc::eigenCube< realT > &modes, improc::eigenImage< realT > &mask) |
| Mask a basis set. | |
| template<typename realT > | |
| int | mx::sigproc::basisMeanSub (improc::eigenCube< realT > &modes, improc::eigenImage< realT > &mask, bool postMult=true) |
| Mean-subtract a basis set. | |
| template<typename realT > | |
| int | mx::sigproc::basisNormalize (improc::eigenCube< realT > &modes, improc::eigenImage< realT > &mask) |
| Normalize a basis set. | |
| template<typename realT > | |
| int | mx::sigproc::basisAmplitudes (std::vector< realT > &s, improc::eigenImage< realT > &im, improc::eigenCube< realT > &modes, improc::eigenImage< realT > &mask, bool subtract=false, int meanIgnore=0, int N=-1) |
| Measure the amplitudes of a set of basis modes fit to an image. Optionally subtract them. | |