Skip to content

Commit

Permalink
Fix minimum number of ccds required to be considered as a good exposure.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Dec 13, 2023
1 parent 4886004 commit 3602c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/latiss/fgcmFitCycle.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
config.nCore = 4
config.cycleNumber = 0
config.maxIterBeforeFinalCycle = 100
config.minCcdPerExp = 1
config.utBoundary = 0.0
config.washMjds = (0.0, )
# For tests, define 1 observing epoch that encompasses everything.
# For now, define 1 observing epoch that encompasses everything.
config.epochMjds = (0.0, 100000.0)
config.coatingMjds = []
config.latitude = -30.2333
Expand All @@ -30,7 +31,6 @@
"i": 0.1**2.,
"z": 0.1**2.,
"y": 0.1**2.}
# For tests, make a broad cut for outliers.
config.autoPhotometricCutNSig = 3.0
config.autoHighCutNSig = 3.0
# Fit aperture corrections with only 2 bins to exercise the code.
Expand Down

0 comments on commit 3602c0d

Please sign in to comment.