Integrate x-cut/k-cut cosmic shear #351
Replies: 5 comments 14 replies
-
Hi @pltaylor16, do you need guidance on how to incorporate this transformation on C_ells produced by Firecrown? Or are you already creating a PR with this aim? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @vitenti. Looking for a little guidance on the best way to go about doing this. To give you a little more background, the transformation assumes a fiducial cosmology which is fixed throughout inference. The transformation is then applied to the theory vector, data vector and covariance in a consistent way. One then can choose a new set of angular scale cuts on the transformed data vectors. |
Beta Was this translation helpful? Give feedback.
-
Hello @pltaylor16 great, I'll turn this issue into a discussion and once we have a good plan we move to an issue or PR. |
Beta Was this translation helpful? Give feedback.
-
Hi @pltaylor16, I have a few questions about this implementation:
I suspect implementing this might involve adding a new systematic object to modify the TheoryVector computed by TwoPoint. However, clarifying these points will help determine the exact approach. |
Beta Was this translation helpful? Give feedback.
-
Hello @pltaylor16. We have just completed a significant pull request where we implemented new dataclasses to represent the two-point statistics extracted from a SACC object. I propose the following approach for integrating your method:
The only additional code required would be a |
Beta Was this translation helpful? Give feedback.
-
We are trying to implement x-cut/k-cut cosmic shear (see e.g. https://arxiv.org/abs/2007.00675) as part of the desc-baryon-challenge. A public version of the code which computes the transformation matrix is available here: https://github.com/pltaylor16/x-cut .
Beta Was this translation helpful? Give feedback.
All reactions