firecrown.likelihood.gauss_family.statistic.source.source.SourceGalaxyArgs#
- class firecrown.likelihood.gauss_family.statistic.source.source.SourceGalaxyArgs(z, dndz, scale=1.0, field='delta_matter')[source]#
Bases:
objectClass for galaxy based sources arguments.
- Parameters:
z (
ndarray[Any,dtype[float64]]) –dndz (
ndarray[Any,dtype[float64]]) –scale (
float) –field (
str) –
Public Methods:
__init__(z, dndz[, scale, field])- param z:
__repr__()Return repr(self).
__eq__(other)Return self==value.
__setattr__(name, value)Implement setattr(self, name, value).
__delattr__(name)Implement delattr(self, name).
__hash__()Return hash(self).
- __eq__(other)#
Return self==value.