gh-104: Add EuclidLikelihood_DarkEmu_RealSpace for real-space GC/GGL (+ optional WL) - #105
Open
ryusei172525 wants to merge 3 commits into
Open
gh-104: Add EuclidLikelihood_DarkEmu_RealSpace for real-space GC/GGL (+ optional WL)#105ryusei172525 wants to merge 3 commits into
ryusei172525 wants to merge 3 commits into
Conversation
added 2 commits
February 12, 2026 11:28
…e-104-dark_emulator_realspace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request Checklist
✅ Summary
Add a likelihood class for real-space two-point statistics (w_p(R), ΔΣ(R), and optional WL ξ±) with theory predictions from the Dark Emulator. The existing photo likelihoods (
EuclidLikelihood_WL,GCph,GGL,3x2pt) are built on angular power spectra C_ℓ and do not accept real-space data or use the Dark Emulator. This PR addsEuclidLikelihood_DarkEmu_RealSpaceso that analyses that fit real-space GC/GGL with the Dark Emulator (e.g. HSC-style) can use cloelike with a singleloglike(parameters)interface.🔄 Changes
EuclidLikelihood_DarkEmu_RealSpaceinEuclidLikelihood_DarkEmu_RealSpace.py— accepts optionaldata_gc(w_p),data_ggl(ΔΣ),data_wl(ξ±); usesDarkEmuHODPerturbationsfor GC/GGL theory; scale cuts viasettings; Gaussian log-likelihood over combined data vector.EuclidLikelihood_DarkEmu_RealSpacefromcloelike/__init__.py.🛠 How to Test
cloelib,cloelike, anddark_emulator_publicavailable:playground/tutorials/dark_emulator/fitting_gc_wp.ipynb,fitting_ggl_delta_sigma.ipynb, orfitting_3x2pt.ipynb) against a checkout that includes this cloelike branch.📝 Documentation
This PR updates documentation
This PR does not require documentation changes
Issue created for documentation update: Don't forget to link the task!
Module and class docstrings in
EuclidLikelihood_DarkEmu_RealSpace.pydescribe the API. Usage is documented in the playground repo (tutorials/dark_emulator/).🏗 Related Issues
(Replace with the cloelike issue number for "Add real-space likelihood for GC/GGL (and optional WL) using Dark Emulator".)
📸 Screenshots (if applicable)
📌 Additional Notes
DarkEmuHODPerturbations, not from cloelib’s native C_ℓ/Limber pipeline. Seeplayground/tutorials/dark_emulator/dark_emulator_observables_usage.ipynbfor the intended retrieval pattern.✅ PR Checklist for Developers
pre-commit run --all-files✅ PR Checklist for Reviewers
playgroundwill be updated in a corresponding follow-up PRNo newline at the end of filewarningsREADME.mdfile