ComponentData#
- class lsst.multiprofit.ComponentData(*, component: Component, integral_model: IntegralModel, priors: list[Prior])#
Bases:
BaseModelDataclass for a Component config.
Attributes Summary
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].Attributes Documentation
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True, 'extra': 'forbid', 'frozen': True}#
Configuration for the model, should be a dictionary conforming to [
ConfigDict][pydantic.config.ConfigDict].