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-6815: Update LSST full-stack processing configuration to match best practice from HSC #76

Merged
merged 2 commits into from Sep 15, 2016

Conversation

PaulPrice
Copy link
Contributor

No description provided.

@@ -66,7 +66,7 @@ class CoaddBaseConfig(pexConfig.Config):
doApplyUberCal = pexConfig.Field(
dtype = bool,
doc = "Apply meas_mosaic ubercal results to input calexps?",
default = False
default = True
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm concerned this will break cameras other than HSC running with meas_mosaic.

These match the battle-tested values in use for current HSC production
runs (HSC version 4.0.3).
Due to the changes to config parameters in DM-6815
(https://jira.lsstcorp.org/browse/DM-6815), in particular setting
doTempLocalBackground=True (see also https://jira.lsstcorp.org/browse/RFC-212)
and useApprox=True, the image characterization, detection, and measurement
have slightly different behaviour.  The test values are updated accordingly
here.
@laurenam laurenam merged commit 3f8730a into master Sep 15, 2016
@timj timj deleted the u/lauren/DM-6815 branch February 18, 2021 15:50
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