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-18565: Shrink the bbox before constructing a DCR-matched template. #119

Merged
merged 1 commit into from Apr 26, 2019

Conversation

isullivan
Copy link
Contributor

The DCR model creates artifacts over a few pixels at the edges of each patch. Patches have sufficient overlap to negate this, but when the coaddPatch is added to the coaddExposure the entire patch out to the outer bounding box is inserted, over-writing any data already there. This means that the last patch added will include artifacts at the edge. One possible fix is to shrink the outer bounding boxes by a few pixels, so that the edge of the overlap region is cut. This prevents the later patches from overwriting good pixels in the boundary region with data contaminated by artifacts.

The DCR model creates artifacts over a few pixels at the edges of each patch. Patches have sufficient overlap to negate this, but when the `coaddPatch` is added to the `coaddExposure` the entire patch out to the outer bounding box is inserted, over-writing any data already there. This means that the last patch added will include artifacts at the edge. One possible fix is to shrink the outer bounding boxes by a few pixels, so that the edge of the overlap region is cut. This prevents the later patches from overwriting good pixels in the boundary region with data contaminated by artifacts.
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

1 participant