From 134bc96a0deecdf59e3073f8a0eb0bfe27233896 Mon Sep 17 00:00:00 2001 From: "Olivier J.N. Bertrand" <olivier.bertrand@uni-bielefeld.de> Date: Wed, 30 Aug 2017 22:54:46 +0200 Subject: [PATCH] Test --- src/processing/__init__.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/processing/__init__.py b/src/processing/__init__.py index 6fae0cc..744b7dd 100644 --- a/src/processing/__init__.py +++ b/src/processing/__init__.py @@ -1,5 +1,4 @@ """ - The scene processing part of the toolbox defines methodes to transform an image into a place code in the sense of Basten and Mallot (2010). @@ -104,6 +103,10 @@ def skyline(scene): return skyline[np.newaxis, :] +def mztest(): + return a + + def michelson_contrast(scene, size=3): """Return the michelson constrast -- GitLab