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-12445: Set appropriate default configs for CompareWarp Coadds #97

Merged
merged 2 commits into from
Nov 18, 2017

Conversation

yalsayyad
Copy link
Contributor

No description provided.

@PaulPrice PaulPrice changed the title Tickets/dm 12445 DM-12445: Set appropriate default configs for CompareWarp Coadds Nov 16, 2017
Copy link
Contributor

@PaulPrice PaulPrice left a comment

Choose a reason for hiding this comment

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

A few things to fix up.

config.makePsfMatched=True
config.warpAndPsfMatch.psfMatch.kernel['AL'].kernelSize=29
config.warpAndPsfMatch.psfMatch.kernel['AL'].alardSigGauss=[1.0, 2.0, 4.5]
config.modelPsf.defaultFwhm=7.7
Copy link
Contributor

Choose a reason for hiding this comment

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

Spaces either side of the = please.

config.assembleCoadd.retarget(CompareWarpAssembleCoaddTask)
config.assembleCoadd.assembleStaticSkyModel.subregionSize = (10000, 200)
config.assembleCoadd.assembleStaticSkyModel.badMaskPlanes = ("BAD", "EDGE", "SAT", "INTRP", "NO_DATA",)
config.assembleCoadd.assembleStaticSkyModel.doApplyUberCal = True
Copy link
Contributor

Choose a reason for hiding this comment

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

To eliminate code duplication, this should load the configuration from the configuration file for compareWarpAssembleCoadd (like below). And I think the additional loading below may potentially clobber what you've got here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed. Note that by that reasoning it currently should be reading in safeClipAssembleCoadd.py

Copy link
Contributor

Choose a reason for hiding this comment

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

I think https://jira.lsstcorp.org/browse/DM-10634 might be relevant here.

@yalsayyad yalsayyad force-pushed the tickets/DM-12445 branch 2 times, most recently from a0d7b8c to 3f3b646 Compare November 17, 2017 22:02
@yalsayyad yalsayyad merged commit 4c49300 into master Nov 18, 2017
@ktlim ktlim deleted the tickets/DM-12445 branch August 25, 2018 06:45
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

3 participants