From 39a990f4480613c9e5caea0a6fe7ac23740ce55f Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Fri, 22 Mar 2019 10:26:51 +0100 Subject: [PATCH] Minor docstring improvement --- src/imcflibs/imagej/shading.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/imcflibs/imagej/shading.py b/src/imcflibs/imagej/shading.py index 1599087..6f71332 100644 --- a/src/imcflibs/imagej/shading.py +++ b/src/imcflibs/imagej/shading.py @@ -117,7 +117,8 @@ def process_folder(path, suffix, outpath, model_file, fmt): overwritten. model_file : str The full path to a normalized 32-bit shading model image. If set to '-' - or 'NONE', no shading correction will be applied. + or 'NONE', no shading correction will be applied, i.e. only the + projection step will have an effect. fmt : str The file format suffix for storing the results. """ -- GitLab