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-25934: MeasurePhotonTransferCurveTask appears to ignore the defect mask #42

Merged
merged 1 commit into from Jul 14, 2020

Conversation

plazas
Copy link
Contributor

@plazas plazas commented Jul 14, 2020

No description provided.

@plazas plazas requested a review from czwa July 14, 2020 18:19
statsCtrl.setNumSigmaClip(self.config.nSigmaClipPtc)
statsCtrl.setNumIter(self.config.nIterSigmaClipPtc)
im1MaskVal = exposure1.getMask().getPlaneBitMask(self.config.maskNameList)
im1StatsCtrl = afwMath.StatisticsControl(self.config.nSigmaClipPtc,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think setting things with the statsCtrl.setXYZ() methods is clearer, but this is perfectly fine as the config options state what they are.

@plazas plazas merged commit f68bb90 into master Jul 14, 2020
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