You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Putting our discussion from yesterday into an issue as you suggested)
The current implementation for the TwoPoint.from_metadata accepts a wl_factory and a nc_factory with other 2pt probes such as CMB Lensing to be added as something like cmbl_factory due to internal checks in this function:
where the combination of which probes to cross-correlate with are inside the all_two_point_cells metadata.
I also understand we finished the telecon with the understanding that currently adding this support would not fix the support for GC multi-tracers due to their measurements being the same Galaxies.COUNTS, but I think @vitenti had a potential solution to this.
The text was updated successfully, but these errors were encountered:
Hi @marcpaterno and @vitenti !
(Putting our discussion from yesterday into an issue as you suggested)
The current implementation for the
TwoPoint.from_metadata
accepts awl_factory
and anc_factory
with other 2pt probes such as CMB Lensing to be added as something likecmbl_factory
due to internal checks in this function:firecrown/firecrown/likelihood/source_factories.py
Line 8 in 4209e23
What we seemed to have converged on our hacking telecon was to modify this method:
firecrown/firecrown/likelihood/two_point.py
Line 318 in 4209e23
Allowing us to call a list of different factories:
where the combination of which probes to cross-correlate with are inside the
all_two_point_cells
metadata.I also understand we finished the telecon with the understanding that currently adding this support would not fix the support for GC multi-tracers due to their measurements being the same
Galaxies.COUNTS
, but I think @vitenti had a potential solution to this.The text was updated successfully, but these errors were encountered: