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-26484: Run read noise eotest task at NCSA #170

Merged
merged 2 commits into from Jan 27, 2021
Merged

Conversation

plazas
Copy link
Contributor

@plazas plazas commented Jan 26, 2021

It was also necessary to report statistics after overscan correction to compare with eoTest. This ticket implements the changes to do that reporting in the metadata.

@plazas plazas requested a review from czwa January 26, 2021 22:08
qaMedianAfter = qaStatsAfter.getValue(afwMath.MEDIAN)
qaStdevAfter = qaStatsAfter.getValue(afwMath.STDEVCLIP)

self.metadata.set(f"ISR OSCAN {amp.getName()} MEDIAN AFTER CORRECTION", qaMedianAfter)
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you change these to {{RESIDUAL MEDIAN}} and {{RESIDUAL STDEV}}? I think that might be easier to understand. Changing the ones above to {{FIT MEDIAN}} and {{FIT STDEV}} might help as well.

@plazas plazas merged commit 7b47fff into master Jan 27, 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