[Python-modules-commits] [gamera] 01/04: Imported Upstream version 3.4.2+svn1437

Daniel Stender danstender-guest at moszumanska.debian.org
Mon Sep 14 22:52:09 UTC 2015


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

danstender-guest pushed a commit to branch master
in repository gamera.

commit 84ed605991be86b4dddce6b17f74ef511a642e5b
Author: Daniel Stender <debian at danielstender.com>
Date:   Mon Sep 14 22:29:25 2015 +0200

    Imported Upstream version 3.4.2+svn1437
---
 gamera/confidence.py              | 2 +-
 gamera/plugins/image_utilities.py | 2 +-
 gamera/plugins/projections.py     | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gamera/confidence.py b/gamera/confidence.py
index 3b51bb1..210e0f8 100644
--- a/gamera/confidence.py
+++ b/gamera/confidence.py
@@ -255,7 +255,7 @@ def test():
    print num_wrong, num_wrong / float(len(graph[1])) * 100
 
 
-test()
+#test()
 
    
 
diff --git a/gamera/plugins/image_utilities.py b/gamera/plugins/image_utilities.py
index 7129107..f1bcf10 100644
--- a/gamera/plugins/image_utilities.py
+++ b/gamera/plugins/image_utilities.py
@@ -356,7 +356,7 @@ class ccs_from_labeled_image(PluginFunction):
 class min_max_location(PluginFunction):
     """Returns the minimum and maximum pixel value and their location
 in an image. When the min/max value occurs at several locations, only the
-location that is closest to the botom right corner is returned.
+location that is closest to the bottom right corner is returned.
 
 Only those pixels are examined that are black in the provided *mask*. 
 When no *mask* is given, the entire image is examined. The mask can
diff --git a/gamera/plugins/projections.py b/gamera/plugins/projections.py
index 8544195..8c5542e 100644
--- a/gamera/plugins/projections.py
+++ b/gamera/plugins/projections.py
@@ -93,7 +93,7 @@ class projection_skewed_cols(PluginFunction):
     regions moved outside the original image size are simply clipped,
     which restricts this method to small angles.
 
-    .. _rotate: deformations.html#rotate
+    .. _rotate: transformation.html#rotate
     """
     category = "Analysis"
     self_type = ImageType([ONEBIT])
@@ -171,7 +171,7 @@ class rotation_angle_projections(PluginFunction):
     *accuracy*:
       Accuracy of the returned angle.
 
-    .. _rotate: deformations.html#rotate
+    .. _rotate: transformation.html#rotate
     """
     category = "Analysis"
     self_type = ImageType([ONEBIT])

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



More information about the Python-modules-commits mailing list