Skip to content

Commit

Permalink
Merge pull request #421 from lsst/tickets/DM-31880
Browse files Browse the repository at this point in the history
DM-31880: Add default reference star color cuts to fgcmcal.
  • Loading branch information
erykoff committed May 25, 2022
2 parents 36659b9 + 51a49cf commit d62c0bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/fgcmFitCycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
'r,i,-0.50,2.25',
'i,z,-0.50,1.00',
'g,i,0.0,3.5']
# The PS1->HSC color terms were originally designed to only
# apply to bluer stars. This cut therefor improves the consistency
# of calibrated stars and reference stars for RC2 and S20a test runs.
config.refStarColorCuts = ['g,i,0.0,1.5']
config.colorSplitBands = ['g', 'i']
config.freezeStdAtmosphere = True
config.precomputeSuperStarInitialCycle = True
Expand Down

0 comments on commit d62c0bd

Please sign in to comment.