-
Notifications
You must be signed in to change notification settings - Fork 11
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
Weak lensing #984
Weak lensing #984
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #984 +/- ##
==========================================
- Coverage 92.38% 92.17% -0.22%
==========================================
Files 23 23
Lines 2903 2914 +11
==========================================
+ Hits 2682 2686 +4
- Misses 221 228 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
* use_checkerboard flag * mode and sample metrics * new prior elicitation case study * new m2 prior: adds location parameter * renaming truncated Pareto parameters * mean sources = 0.9 * minor * log val metrics under val * todo notes * black --diff pre-commit * HST 15% off, not 22%? * don't log trainer output on prediction * fix m2 mean_sources rate; replace truncated Pareto with scipy implementation * two point correlation metric sort of working * minor * minor * tests passing; about to do 419GB training run * updated dependent tiling case studies; corrected two point correlation metric * reverting mean_sources...how did I get it so wrong? * minor
…k with simple training loop for shear and convergence
…ce; add galaxy params back into variational dist sampling; revert to original architecture for now
…upper bounds (previously used for shear)
…project and lockfile to reflect change
…dated pyproject and lockfile to reflect change" to factor in prior refactoring of duplicate code. This reverts commit e6fdd20.
a5620ad
to
bf1e8ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
This PR adds inference capabilities for weak lensing shear and convergence.
It involves minimal changes to the BLISS infrastructure:
TileCatalog
.The remaining additions are self-contained in
case_studies/weak_lensing
:ImageDecoder
,CatalogPrior
,VariationalDistSpec
, andVariationalDist
.