firecrown.metadata_functions

firecrown.metadata_functions#

This module deals with two-point metadata functions.

It contains functions used to manipulate two-point metadata, including extracting metadata from a sacc file and creating new metadata objects.

Functions

extract_all_harmonic_metadata

Extract the two-point function metadata and data from a sacc file.

extract_all_harmonic_metadata_indices

Extracts the two-point function metadata from a sacc file.

extract_all_measured_types

Extracts the two-point function metadata from a Sacc object.

extract_all_photoz_bin_combinations

Extracts the two-point function metadata from a sacc file.

extract_all_real_metadata

Extract the two-point function metadata and data from a sacc file.

extract_all_real_metadata_indices

Extract all two-point function metadata from a sacc file.

extract_all_tracers_inferred_galaxy_zdists

Extracts the two-point function metadata from a Sacc object.

extract_window_function

Extract ells and weights for a window function.

make_all_photoz_bin_combinations

Extract the two-point function metadata from a sacc file.

make_two_point_xy

Build a TwoPointXY object from the inferred galaxy z distributions.

match_name_type

Use the naming convention to assign the right measurement to each tracer.

measurements_from_index

Return the measurements from a TwoPointXiThetaIndex object.

Classes