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

when deconvolving, record that fact but measure anyway #3

Merged
merged 1 commit into from Dec 20, 2016

Conversation

PaulPrice
Copy link
Collaborator

This provides a more useful value than NaN.

@PaulPrice PaulPrice self-assigned this Dec 20, 2016
for ii, targetSeeing in enumerate(algConfig.seeing):
deconvolve = targetSeeing < originalSeeing
self.assertEqual(source.get(algName + "_%d_deconv" % ii), deconvolve)
seeing = targetSeeing if not deconvolve else originalSeeing

Choose a reason for hiding this comment

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

Would it be more clear to have seeing = originalSeeing if deconvolve else targetSeeing?

This provides a more useful value than NaN.
@PaulPrice PaulPrice merged commit bdbc07c into master Dec 20, 2016
@ktlim ktlim deleted the tickets/DM-8691 branch August 25, 2018 05:49
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