Skip to content

Commit

Permalink
Update configs for better performance with thin data.
Browse files Browse the repository at this point in the history
  • Loading branch information
erykoff committed Nov 20, 2024
1 parent 47078d7 commit 40065e0
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 @@ -90,8 +90,8 @@

config.starColorCuts = ("g, i, 0.50, 3.5",)
config.refStarColorCuts = ("g, i, 0.5, 3.5",)
# Use a tiny fraction of reference stars to test true self-calibration.
config.refStarMaxFracUse = 0.001
# Use a small fraction of reference stars to test self-calibration.
config.refStarMaxFracUse = 0.1
config.useExposureReferenceOffset = False
config.precomputeSuperStarInitialCycle = False
config.superStarSubCcdDict = {
Expand All @@ -102,7 +102,7 @@
"z": True,
}
# Allow calibration to work with at least 10 exposures per night.
config.minExpPerNight = 10
config.minExpPerNight = 4
# Allow calibration to work with very few stars per exposure.
config.minStarPerExp = 50
config.nStarPerRun = 5000
Expand Down

0 comments on commit 40065e0

Please sign in to comment.