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-17471: Save intermediate data product with pre-interpolation pixel values #188

Merged
merged 2 commits into from Jul 8, 2021

Conversation

czwa
Copy link
Contributor

@czwa czwa commented Jul 7, 2021

Fix typo in returned struct.

@czwa czwa requested a review from arunkannawadi July 7, 2021 19:46
Copy link
Member

@arunkannawadi arunkannawadi left a comment

Choose a reason for hiding this comment

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

Looks good to me. Do I understand it right that before this PR, the code has typos (or multiple variable names) which prevented accessing pre-interpolated exposure?

@czwa
Copy link
Contributor Author

czwa commented Jul 8, 2021

Yes, the connection class had an output connection "preInterExposure", but the code was saving an item "preInterpolatedExposure" into the Struct that was returned. The discard statements (to drop the connection when the config wouldn't populate them) had the correct name. I think this was just a case of the gen2 and gen3 code being written on different dates, and the inconsistency slipping in because of that.

@czwa czwa merged commit 57c5a76 into master Jul 8, 2021
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