Skip to content

Commit

Permalink
Remove references to deleted config
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Nov 3, 2023
1 parent 9b4e4e0 commit 135c404
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions config/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,3 @@
if "ext_gaap_GaapFlux" in config.measurement.plugins:
names = config.measurement.plugins["ext_gaap_GaapFlux"].getAllGaapResultNames()
config.measureApCorr.allowFailure += names

config.ref_match.sourceSelector.name = 'matcher'
for matchConfig in (config.ref_match,
):
matchConfig.sourceFluxType = 'Psf'
matchConfig.sourceSelector.active.sourceFluxType = 'Psf'
matchConfig.matcher.maxRotationDeg = 1.145916
matchConfig.matcher.maxOffsetPix = 250
if isinstance(matchConfig.matcher, MatchOptimisticBConfig):
matchConfig.matcher.allowedNonperpDeg = 0.2
matchConfig.matcher.maxMatchDistArcSec = 2.0
matchConfig.sourceSelector.active.excludePixelFlags = False

0 comments on commit 135c404

Please sign in to comment.