firecrown.metadata_functions.make_two_point_xy#
- firecrown.metadata_functions.make_two_point_xy(inferred_galaxy_zdists_dict, tracer_names, data_type)[source]#
Build a TwoPointXY object from the inferred galaxy z distributions.
The TwoPointXY object is built from the inferred galaxy z distributions, the data type, and the tracer names.
- Parameters:
inferred_galaxy_zdists_dict (
dict[str,InferredGalaxyZDist]) – a dictionary of inferred galaxy z distributions.tracer_names (
TracerNames) – a tuple of tracer names.data_type (
str) – the data type.
- Return type:
- Returns:
a TwoPointXY object.