ewokstomo.tasks.energycalculation.SpectrumStatsInputModel#

class ewokstomo.tasks.energycalculation.SpectrumStatsInputModel(**data)[source]#

Bases: BaseInputModel

Parameters:

data (Any)

attenuated_flux: ndarray#
energy_eV: ndarray#
model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].