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

Find a way to correctly provide thetas instead of ells in the data-vector generation #9

Open
arthurmloureiro opened this issue Oct 22, 2024 · 0 comments
Assignees
Labels
🐛 bug Something isn't working 👑 🔥 Firecrown Issues related to firecrown

Comments

@arthurmloureiro
Copy link
Collaborator

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.

Need to find a solution to fix this.

@arthurmloureiro arthurmloureiro added 🐛 bug Something isn't working 👑 🔥 Firecrown Issues related to firecrown labels Oct 22, 2024
@arthurmloureiro arthurmloureiro self-assigned this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working 👑 🔥 Firecrown Issues related to firecrown
Projects
None yet
Development

No branches or pull requests

1 participant