Skip to content

Commit

Permalink
Add configs for gbdes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsaunders committed Mar 6, 2024
1 parent b701f65 commit 29e9374
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/comCamSim/gbdesAstrometricFit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
comCamSim-specific overrides for GbdesAstrometricFitTask
"""
config.connections.referenceCatalog = "uw_stars_20240228"
config.applyRefCatProperMotion = False
config.referenceFilter = 'lsst_r'
config.devicePolyOrder = 5
config.exposurePolyOrder = 7
4 changes: 4 additions & 0 deletions config/comCamSim/refCatSourceAnalysisTask.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""comCamSim-specific overrides for RefCatSourceAnalysisTask"""

config.connections.refCatalog = "uw_stars_20240228"
config.connections.outputName = "sourceTable_visit_uw_stars_20240228_match"

0 comments on commit 29e9374

Please sign in to comment.