mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Declares and defines a class for finding the edge of a circle mask. More...
Declares and defines a class for finding the edge of a circle mask.
Definition in file circleOuterpix.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename realT > | |
int | mx::improc::circleOuterpix (realT &x0, realT &y0, realT &avgr0, realT &avgx, realT &avgy, realT &avgr, eigenImage< realT > &circ, const eigenImage< realT > &masked) |
Find the center and the outermost pixels of a circular mask, giving an estimate of the radius. More... | |