Skip to content

Commit

Permalink
Merge pull request #578 from lsst/tickets/DM-47446
Browse files Browse the repository at this point in the history
DM-47446: Increase matcher buffer to 1500pix
  • Loading branch information
yalsayyad authored Nov 8, 2024
2 parents cfd8181 + f315699 commit 4951330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/comCam/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
config.connections.astromRefCat = "the_monster_20240904"

# Loosen maxOffset to account for early pointing model inaccuracy.
config.astrometry.matcher.maxOffsetPix=800
config.astromRefObjLoader.pixelMargin=800
config.astrometry.matcher.maxOffsetPix=1500
config.astromRefObjLoader.pixelMargin=1500

# Loosened for early ComCam with large PSFs.
config.photoCal.match.sourceSelection.doUnresolved = False
Expand Down
4 changes: 2 additions & 2 deletions config/comCam/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
config.compute_summary_stats.load(os.path.join(config_dir, "computeExposureSummaryStats.py"))

# Loosen maxOffset to account for early pointing model inaccuracy.
config.astrometry.matcher.maxOffsetPix=800
config.astrometry_ref_loader.pixelMargin=800
config.astrometry.matcher.maxOffsetPix=1500
config.astrometry_ref_loader.pixelMargin=1500

# Loosened for early ComCam with large PSFs.
config.photometry.match.sourceSelection.doUnresolved = False

0 comments on commit 4951330

Please sign in to comment.