We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm always frustrated when I have to manually compute RadialWindow.zeff even though I am passing the redshift distribution.
RadialWindow.zeff
I would like the default zeff to be None, in which case RadialWindow computes the mean redshift as
zeff
None
RadialWindow
zeff = np.trapezoid(za * wa, za) / np.trapezoid(wa, za) if za.size > 0 else 0.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is Your Feature Request Related to a Problem? Please Describe
I'm always frustrated when I have to manually compute
RadialWindow.zeff
even though I am passing the redshift distribution.Describe the Solution You'd Like
I would like the default
zeff
to beNone
, in which caseRadialWindow
computes the mean redshift asDescribe Alternatives You've Considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: