firecrown.metadata_types.InferredGalaxyZDist#
- class firecrown.metadata_types.InferredGalaxyZDist(*, bin_name, z, dndz, measurements)[source]#
Bases:
YAMLSerializableThe class used to store the redshift resolution data for a sacc file.
The sacc file is a complicated set of tracers (bins) and surveys. This class is used to store the redshift resolution data for a single photometric bin.
- Parameters:
Public Methods:
Validate the redshift resolution data.
__eq__(other)Equality test for InferredGalaxyZDist.
__hash__()Return hash(self).
__replace__(**changes)__init__(*, bin_name, z, dndz, measurements)- param bin_name:
__repr__()Return repr(self).
__setattr__(name, value)Implement setattr(self, name, value).
__delattr__(name)Implement delattr(self, name).
Inherited from
YAMLSerializable