[python-dtcwt] 346/497: remove old references to dtcwt.backend.base.{...}

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 4ca51dab316e2bdcff8d04fd1a49d10fb687a1bb
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Fri Feb 7 12:20:41 2014 +0000

    remove old references to dtcwt.backend.base.{...}
---
 dtcwt/numpy/transform2d.py  | 6 +++---
 dtcwt/opencl/transform2d.py | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dtcwt/numpy/transform2d.py b/dtcwt/numpy/transform2d.py
index 8f4ceb1..2acd381 100644
--- a/dtcwt/numpy/transform2d.py
+++ b/dtcwt/numpy/transform2d.py
@@ -83,7 +83,7 @@ class Transform2d(object):
         :param X: 2D real array
         :param nlevels: Number of levels of wavelet decomposition
 
-        :returns: A :py:class:`dtcwt.backend.TransformDomainSignal` compatible object representing the transform-domain signal
+        :returns: A :py:class:`dtcwt.TransformDomainSignal` compatible object representing the transform-domain signal
 
         .. codeauthor:: Rich Wareham <rjw57 at cantab.net>, Aug 2013
         .. codeauthor:: Nick Kingsbury, Cambridge University, Sept 2001
@@ -229,10 +229,10 @@ class Transform2d(object):
         """Perform an *n*-level dual-tree complex wavelet (DTCWT) 2D
         reconstruction.
 
-        :param td_signal: A :py:class:`dtcwt.backend.TransformDomainSignal`-like class holding the transform domain representation to invert.
+        :param td_signal: A :py:class:`dtcwt.TransformDomainSignal`-like class holding the transform domain representation to invert.
         :param gain_mask: Gain to be applied to each subband.
 
-        :returns: A :py:class:`dtcwt.backend.ReconstructedSignal` compatible instance with the reconstruction.
+        :returns: A :py:class:`dtcwt.ReconstructedSignal` compatible instance with the reconstruction.
 
         The (*d*, *l*)-th element of *gain_mask* is gain for subband with direction
         *d* at level *l*. If gain_mask[d,l] == 0, no computation is performed for
diff --git a/dtcwt/opencl/transform2d.py b/dtcwt/opencl/transform2d.py
index 121e729..70f64a9 100644
--- a/dtcwt/opencl/transform2d.py
+++ b/dtcwt/opencl/transform2d.py
@@ -31,10 +31,10 @@ def dtwavexfm2(X, nlevels=3, biort=DEFAULT_BIORT, qshift=DEFAULT_QSHIFT, include
 class TransformDomainSignal(object):
     """
     An interface-compatible version of
-    :py:class:`dtcwt.backend.TransformDomainSignal` where the initialiser
+    :py:class:`dtcwt.TransformDomainSignal` where the initialiser
     arguments are assumed to by :py:class:`pyopencl.array.Array` instances.
 
-    The attributes defined in :py:class:`dtcwt.backend.TransformDomainSignal`
+    The attributes defined in :py:class:`dtcwt.TransformDomainSignal`
     are implemented via properties. The original OpenCL arrays may be accessed
     via the ``cl_...`` attributes.
 
@@ -111,7 +111,7 @@ class Transform2d(Transform2dNumPy):
         :param X: 2D real array
         :param nlevels: Number of levels of wavelet decomposition
 
-        :returns: A :py:class:`dtcwt.backend.TransformDomainSignal` compatible object representing the transform-domain signal
+        :returns: A :py:class:`dtcwt.TransformDomainSignal` compatible object representing the transform-domain signal
 
         .. note::
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list