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

gh-221: DICES #246

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

gh-221: DICES #246

wants to merge 49 commits into from

Conversation

JaimeRZP
Copy link
Contributor

@JaimeRZP JaimeRZP commented Mar 5, 2025

Goal

Allows for the computation of Jackknife covariances for heracles power spectra.

Functions

All the code is hosted in heracles/dices

Refernces

Code running in the DICES repo: https://github.com/knaidoo29/Euclid_Covariance_Pipeline/pull/45

@JaimeRZP JaimeRZP requested a review from ntessore March 5, 2025 18:16
@ntessore ntessore changed the title DICES gh-221: DICES Mar 6, 2025
@ntessore ntessore linked an issue Mar 6, 2025 that may be closed by this pull request
Comment on lines +35 to +55
# dices
"get_cls",
"get_delete_cls",
"get_bias",
"get_delete_fsky",
"get_biasjk",
"correct_bias",
"compute_mask_correction",
"correct_mask",
"get_delete1_cov",
"get_gaussian_target",
"get_W",
"get_shrinkage",
"shrink_cov",
"get_delete2_cov",
"get_delete2_correction",
"get_dices_cov",
"Components2Data",
"Data2Components",
"Components2Fields",
"Fields2Components",
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think we want any of these to be available under the heracles namespace. I think we want users to do heracles.dices.get_bias() etc. because otherwise the names are ambiguous.

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.

Jackknife covariance
2 participants