PhotometricParams

class zdm.parameters.PhotometricParams(smearing: bool = False, sigma: float = 0.035, sigma_width: int = 6)[source]

Bases: myDataClass

Attributes Summary

sigma

sigma_width

smearing

Attributes Documentation

sigma: float = 0.035
sigma_width: int = 6
smearing: bool = False
smearing: bool = False
sigma: float = 0.035
sigma_width: int = 6
__init__(smearing: bool = False, sigma: float = 0.035, sigma_width: int = 6) None