Skip to content

Commit

Permalink
Merge pull request #331 from lsst/tickets/DM-31156
Browse files Browse the repository at this point in the history
DM-31156: Enable GAaP PSF photometry by default
  • Loading branch information
arunkannawadi committed Jul 22, 2021
2 parents 8a579cf + 623f60e commit ba271ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/forcedPhotCoadd.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,5 @@ def doUndeblended(config, algName, fluxList=None):
# Disable registration for apCorr of undeblended convolved; apCorr will be done through the deblended proxy
config.measurement.undeblended["ext_convolved_ConvolvedFlux"].registerForApCorr = False
config.measurement.undeblended["ext_gaap_GaapFlux"].registerForApCorr = False
# Enable PSF photometry after PSF-Gaussianization in the `ext_gaap_GaapFlux` plugin
config.measurement.plugins["ext_gaap_GaapFlux"].doPsfPhotometry = True

0 comments on commit ba271ab

Please sign in to comment.