[python-dtcwt] 322/497: docs/variant: remove dtcwtxfm2b

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:21 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 deedbb6f69fd175849da8767ebcf033c3788721c
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Sat Feb 1 12:53:26 2014 +0000

    docs/variant: remove dtcwtxfm2b
---
 docs/variant.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/docs/variant.rst b/docs/variant.rst
index 48cc85f..cc86230 100644
--- a/docs/variant.rst
+++ b/docs/variant.rst
@@ -24,14 +24,17 @@ and frequency responses[1].
 .. figure:: modified_wavelets.png
 
 
-Usage is very similar to the standard 2-D transform function, but the only supported parameters are 
-'near_sym_b_bp', 'qshift_b_bp'. These arguments are optional, but it is best practice to include them
-so that your intentions are clear (and because it is easier for others to spot than the difference 
-between 2() and 2b().
+Usage is very similar to the standard 2-D transform function, but one uses the
+'near_sym_b_bp' and 'qshift_b_bp' wavelets.
 
-.. code-block:: console
+.. code-block::
 
-    Yl, Yh = dtcwt.dtwavexfm2b(image, tfmlevel, 'near_sym_b_bp', 'qshift_b_bp')
+    import dtcwt.backend.backend_numpy as backend
+    transform = backend.Transform2d(biort='near_sym_bp', qshift='qshift_bp')
+
+    # .. load image and select number of levels ...
+
+    image_t = transform.foward(image, nlevels=nlevels)
 
 
 While the Hilbert transform property of the DTCWT is preserved, perfect reconstruction is lost.

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