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-33888: Add config parameter to grow streak footprints #639

Merged
merged 2 commits into from Apr 6, 2022

Conversation

cmsaunders
Copy link
Contributor

This adds a parameter that allows the streak footprints to be grown by the parameter times the PSF width.

@@ -2012,6 +2012,11 @@ class CompareWarpAssembleCoaddConfig(AssembleCoaddConfig,
dtype=bool,
default=False
)
growStreakFp = pexConfig.Field(
doc="Grow streak footprints by this number x the PSF width",
Copy link
Contributor

Choose a reason for hiding this comment

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

Would this read more clearly if it were written as:

"Grow streak footprints by this number multiplied by the PSF width"

or

"Grow streak footprints by this number multiplied by the PSF determinant radius"

?

@cmsaunders cmsaunders merged commit cc30fec into main Apr 6, 2022
@cmsaunders cmsaunders deleted the tickets/DM-33888 branch April 6, 2022 15:34
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