From b753ac324ed1f743ca2e2e865a8f8b32c51d094c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9ric=20Boquien?= Date: Wed, 27 Jun 2018 17:16:58 -0400 Subject: [PATCH] Clarify a bit the description of the redshifting module as we do not always just fit a single galaxy --- pcigale/sed_modules/redshifting.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcigale/sed_modules/redshifting.py b/pcigale/sed_modules/redshifting.py index d843daa5..a209a5a7 100644 --- a/pcigale/sed_modules/redshifting.py +++ b/pcigale/sed_modules/redshifting.py @@ -146,8 +146,8 @@ class Redshifting(SedModule): parameter_list = OrderedDict([ ("redshift", ( "cigale_list(minvalue=0.)", - "Redshift to apply to the galaxy. Leave empty to use the redshifts" - " from the input file.", + "Redshift of the objects. Leave empty to use the redshifts from the" + " input file.", None )) ]) -- GitLab