Skip to content

Commit

Permalink
add PSF models in allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyneveu committed Aug 14, 2024
1 parent 0fde57a commit 0eff5c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/lsst/atmospec/processStar.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 0eff5c2

Please sign in to comment.