Skip to content

Commit

Permalink
Merge pull request #592 from lsst/tickets/DM-48089
Browse files Browse the repository at this point in the history
DM-48089: Update ComCam fgcmcal fit overrides to use more stars of more colors
  • Loading branch information
erykoff authored Dec 12, 2024
2 parents 7593497 + 92132dd commit 11c327a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/comCam/fgcmFitCycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
config.bands = ["u", "g", "r", "i", "z", "y"]
config.fitBands = ["u", "g", "r", "i", "z", "y"]
config.physicalFilterMap = physical_to_band
config.requiredBands = ["g", "r", "i"]
config.requiredBands = []

config.doMultipleCycles = True
config.multipleCyclesFinalCycleNumber = 5
Expand Down Expand Up @@ -98,8 +98,8 @@
secondaryBand="z", tertiaryBand="i"),
}

config.starColorCuts = ("g, i, 0.50, 3.5",)
config.refStarColorCuts = ("g, i, 0.5, 3.5",)
config.starColorCuts = ("g, i, 0.0, 3.5",)
config.refStarColorCuts = ("g, i, 0.0, 3.5",)
# Use a small fraction of reference stars to test self-calibration.
config.refStarMaxFracUse = 0.1
config.useExposureReferenceOffset = False
Expand Down

0 comments on commit 11c327a

Please sign in to comment.