From d39f2d2b6532de8c3239456e73f71e7b9b426acc Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Mon, 7 Jan 2019 17:19:42 +0100
Subject: [PATCH] Fix docstring for correct_and_project()

---
 src/imcflibs/imagej/shading.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/imcflibs/imagej/shading.py b/src/imcflibs/imagej/shading.py
index 5e83f52..e976b69 100644
--- a/src/imcflibs/imagej/shading.py
+++ b/src/imcflibs/imagej/shading.py
@@ -52,7 +52,7 @@ def apply_model(imps, model, merge=True):
 
 
 def correct_and_project(filename, path, model, proj, fmt):
-    """Apply a shading correction model to an image file.
+    """Apply a shading correction to an image and create a projection.
     
     Parameters
     ----------
-- 
GitLab