mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
circleOuterpix.hpp File Reference

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.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

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...