Merge pull request #3316 from nisargthakkar:Bug3887

This commit is contained in:
Vadim Pisarevsky 2014-10-09 14:19:12 +00:00
commit c24e6f7ae9

View File

@ -1078,7 +1078,7 @@ The function computes and returns the
.. math::
G_i= \alpha *e^{-(i-( \texttt{ksize} -1)/2)^2/(2* \texttt{sigma} )^2},
G_i= \alpha *e^{-(i-( \texttt{ksize} -1)/2)^2/(2* \texttt{sigma}^2 )},
where
:math:`i=0..\texttt{ksize}-1` and