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-20112: ip_isr is not handling BAD pixels as expected #100

Merged
merged 4 commits into from Jun 27, 2019

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Jun 12, 2019

Move BAD pixel value setting before interpolation.

With interpolation on, these pixels are interpolated, which means they
do not receive the image median value. This may skew the
interpolation.

Fix interpolation exposure choice bug.

@czwa czwa requested a review from ctslater June 13, 2019 16:59
czwa added 4 commits June 20, 2019 17:40
With interpolation on, these pixels are interpolated, which means they
do not receive the image median value.  This may skew the
interpolation.

Fix interpolation exposure choice bug.
Amplifiers that are entirely SAT or SUSPECT do not have the overscan
measured and subtracted.  However, we were not setting the BAD mask
bit, which meant these amplifiers were not rejected from consideration
later, allowing them to be used as an endpoint of interpolation.  This
was obviously wrong.
@czwa czwa merged commit 4c19aa0 into master Jun 27, 2019
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