Skip to content

Commit

Permalink
Add default configuration for making fgcmcal output products for comC…
Browse files Browse the repository at this point in the history
…amSim.
  • Loading branch information
erykoff committed Mar 6, 2024
1 parent f822226 commit 33a0f6e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/comCamSim/fgcmOutputProducts.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
config.connections.cycleNumber = 6

physical_to_band = {
"g_01": "g",
"r_03": "r",
"i_06": "i",
}

config.physicalFilterMap = physical_to_band

0 comments on commit 33a0f6e

Please sign in to comment.