From 0eff5c202f0dfab2919d91d06ca442d8cff6821c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Neveu?= Date: Wed, 14 Aug 2024 21:41:15 +0000 Subject: [PATCH] add PSF models in allowed list --- python/lsst/atmospec/processStar.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/lsst/atmospec/processStar.py b/python/lsst/atmospec/processStar.py index 57afa90..132fba3 100644 --- a/python/lsst/atmospec/processStar.py +++ b/python/lsst/atmospec/processStar.py @@ -344,8 +344,10 @@ class ProcessStarTaskConfig(pipeBase.PipelineTaskConfig, "PSF_TYPE internally.", default="Moffat", allowed={ + "Gauss": "A Gauss function", "Moffat": "A Moffat function", - "MoffatGauss": "A Moffat plus a Gaussian" + "MoffatGauss": "A Moffat plus a Gaussian", + "DoubleMoffat": "A Double Moffat function" } ) psfPolynomialOrder = pexConfig.Field(