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
Currently I am loading the two point function generically using:
two_pt_function = generate_sacc.process_probes_load_2pt(config) [...] # generate the necessary metadata: all_two_point_metdata = [two_pt_function(XY=ij, ells=ells) for ij in all_two_point_bins]
However, if two_pt_function is NOT Harmonic, but real space, we should not pass ells but thetas.
two_pt_function
Need to find a solution to fix this.
The text was updated successfully, but these errors were encountered:
arthurmloureiro
No branches or pull requests
Currently I am loading the two point function generically using:
However, if
two_pt_function
is NOT Harmonic, but real space, we should not pass ells but thetas.Need to find a solution to fix this.
The text was updated successfully, but these errors were encountered: