Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-40755: Update default maximum number of iterations for fgcm fit. #461

Merged
merged 2 commits into from Oct 4, 2023

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Sep 26, 2023

No description provided.

@@ -5,7 +5,7 @@
config.fitBands = ['N387', 'g', 'r', 'i', 'N816', 'z', 'N921', 'y', 'N1010']
from lsst.obs.hsc.hscFilters import HSC_FILTER_DEFINITIONS
config.physicalFilterMap = HSC_FILTER_DEFINITIONS.physical_to_band
config.maxIterBeforeFinalCycle = 75
config.maxIterBeforeFinalCycle = 150
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you're not using the updated LUT for processing (on the ticket you indicated that's TBD), don't you need to add config.fitCcdChromaticityDict = {'g': True} here as well? (Or I'm still missing something!)

@erykoff erykoff merged commit bb040eb into main Oct 4, 2023
2 checks passed
@erykoff erykoff deleted the tickets/DM-40755 branch October 4, 2023 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants