Skip to content

Commit

Permalink
Turn on fiducial zeropoint culling from astrometry
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenam committed Feb 17, 2025
1 parent e1eda53 commit c6d473c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/comCam/calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
config.astrometry.matcher.maxOffsetPix=1500
config.astromRefObjLoader.pixelMargin=1500

# Overrides to improved astrometry matching.
config.astrometry.doFiducialZeroPointCull = True
config.astrometry.load(os.path.join(obsConfigDir, "fiducialZeroPoint.py"))

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

Expand Down
4 changes: 4 additions & 0 deletions config/comCam/calibrateImage.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@
config.astrometry.matcher.maxOffsetPix=1500
config.astrometry_ref_loader.pixelMargin=1500

# Overrides to improved astrometry matching.
config.astrometry.doFiducialZeroPointCull = True
config.astrometry.load(os.path.join(config_dir, "fiducialZeroPoint.py"))

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

0 comments on commit c6d473c

Please sign in to comment.