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

Support for SACC file format in Legacy Blinding #4

Open
arthurmloureiro opened this issue Dec 5, 2023 · 1 comment
Open

Support for SACC file format in Legacy Blinding #4

arthurmloureiro opened this issue Dec 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request SACC 📁

Comments

@arthurmloureiro
Copy link
Collaborator

Allow for SACC files to be used and saved in the legacy blinding.

Following this example: https://github.com/LSSTDESC/sacc/blob/master/examples/Convert_DES_Sacc.ipynb

@arthurmloureiro arthurmloureiro added enhancement New feature or request SACC 📁 labels Dec 5, 2023
@arthurmloureiro arthurmloureiro self-assigned this Dec 5, 2023
@arthurmloureiro
Copy link
Collaborator Author

Looking at the example here: https://github.com/LSSTDESC/sacc/blob/master/examples/Convert_DES_Sacc.ipynb, it seems like we first need to adapt the scripts to use the twopoint module properly: https://github.com/joezuntz/2point first so we can then convert back and forth between SACC and twopoint.

The current implementation uses a hack to import the cosmosis-standard-library 2pt structure. This is similar in data structure to twopoint but functionalities are limited, making it harder to interface with SACC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SACC 📁
Projects
None yet
Development

No branches or pull requests

1 participant