Template Function lsst::afw::image::pixel::plus¶
Function Documentation¶
-
template<typename
ExprT1
, typenameExprT2
>
ExprT1lsst::afw::image::pixel
::
plus
(ExprT1 &lhs, ExprT2 const &rhs, float covariance)¶ Like operator+(), but assume that covariance’s 2*alpha*sqrt(vx*vy)
- Parameters
lhs
: Left hand valuerhs
: Right hand valuecovariance
: Assume that covariance is 2*alpha*sqrt(vx*vy) (if variances are known)