Skip to content

Commit

Permalink
Fix aperCorr index error.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Feb 20, 2020
1 parent ed4172e commit 01eb8e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/hsc/fgcmFitCycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
config.filterMap = {'g': 'g', 'r': 'r', 'r2': 'r', 'i': 'i', 'i2': 'i',
'z': 'z', 'y': 'y',
'N387': 'N387', 'N816': 'N816', 'N921': 'N921'}
config.maxIterBeforeFinalCycle = 30
config.maxIterBeforeFinalCycle = 75
config.nCore = 4
config.cycleNumber = 0
config.utBoundary = 0.0
Expand All @@ -22,7 +22,8 @@
config.expGrayPhotometricCut = (-0.05, -0.05, -0.05, -0.05, -0.05, -0.05, -0.05, -0.05)
config.expGrayHighCut = (0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2)
config.aperCorrFitNBins = 10
config.aperCorrInputSlopes = (-1.0150, -0.9694, -1.7229, -1.4549, -1.1998, -1.0, -1.0, -1.0)
config.aperCorrInputSlopes = (-1.0, -1.1579, -1.3908, -1.1436, -1.8149,
-1.6974, -1.3310, -1.2057)
config.starColorCuts = ('g,r,-0.25,2.25',
'r,i,-0.50,2.25',
'i,z,-0.50,1.00',
Expand Down

0 comments on commit 01eb8e8

Please sign in to comment.