Skip to content

Commit

Permalink
Merge pull request #240 from lsst/tickets/DM-34769
Browse files Browse the repository at this point in the history
DM-34769: Remove characterizeImage refObjLoader
  • Loading branch information
parejkoj committed Nov 8, 2023
2 parents 8fee9bb + 1d80799 commit 4e44b06
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions config/characterizeImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,3 @@
config.measureApCorr.sourceSelector['science'].signalToNoise.fluxField = "base_PsfFlux_instFlux"
config.measureApCorr.sourceSelector['science'].signalToNoise.errField = "base_PsfFlux_instFluxErr"
config.measureApCorr.sourceSelector.name = "science"

config.ref_match.sourceSelector.name = 'matcher'
for matchConfig in (config.ref_match,
):
matchConfig.sourceFluxType = 'Psf'
matchConfig.sourceSelector.active.sourceFluxType = 'Psf'
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 4e44b06

Please sign in to comment.