Skip to content

Commit

Permalink
Add comCamSim file for calibrateImage refcats
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Mar 5, 2024
1 parent f1d268e commit deb6145
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/comCamSim/calibrateImage.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# ComCamSim-specialized configuration for CalibrateImageTask.
import os.path

configDir = os.path.dirname(__file__)

config.connections.astrometry_ref_cat = "uw_stars_20240130"
config.connections.photometry_ref_cat = "uw_stars_20240130"

config.astrometry_ref_loader.load(os.path.join(configDir, "filterMap.py"))
config.photometry_ref_loader.load(os.path.join(configDir, "filterMap.py"))
config.astrometry_ref_loader.anyFilterMapsToThis = None
config.photometry_ref_loader.anyFilterMapsToThis = None

0 comments on commit deb6145

Please sign in to comment.