Skip to content

Commit

Permalink
Merge pull request #355 from lsst/tickets/DM-29348
Browse files Browse the repository at this point in the history
DM-29348: Add physicalFilterMap configuration to fgcmOutputProducts
  • Loading branch information
erykoff committed Apr 14, 2021
2 parents e89e749 + 87ef130 commit 7fc2d7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/fgcmBuildStarsTable.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@
config.fgcmLoadReferenceCatalog.referenceSelector.signalToNoise.errField = 'i_fluxErr'
# Minimum signal-to-noise cut for a reference star to be considered a match.
config.fgcmLoadReferenceCatalog.referenceSelector.signalToNoise.minimum = 10.0

config.connections.refCat = 'ps1_pv3_3pi_20170110'
2 changes: 2 additions & 0 deletions config/fgcmOutputProducts.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
config.cycleNumber = 5
from lsst.obs.hsc.hscFilters import HSC_FILTER_DEFINITIONS
config.physicalFilterMap = HSC_FILTER_DEFINITIONS.physical_to_band

0 comments on commit 7fc2d7b

Please sign in to comment.