DOC: Revert to old

This commit is contained in:
Pratap Vardhan
2014-12-16 12:31:28 +05:30
parent 6346d54be2
commit b15f55c3b4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ def wiener(data, impulse_response=None, filter_params={}, K=0.25,
data : (M,N) ndarray
Input data.
K : float or (M,N) ndarray
Ratio between power spectrum of noise and undergraded
Ratio between power spectrum of noise and undegraded
image.
impulse_response : callable `f(r, c, **filter_params)`
Impulse response of the filter. See LPIFilter2D.__init__.
+2 -2
View File
@@ -29,7 +29,7 @@ def frt2(a):
Notes
-----
The FRT has a unique inverse if n is prime. [FRT]
The FRT has a unique inverse iff n is prime. [FRT]
The idea for this algorithm is due to Vlad Negnevitski.
Examples
@@ -88,7 +88,7 @@ def ifrt2(a):
Notes
-----
The FRT has a unique inverse if n is prime.
The FRT has a unique inverse iff n is prime.
See [1]_ for an overview.
The idea for this algorithm is due to Vlad Negnevitski.