IrfMeasured

class glotaran.builtin.megacomplexes.decay.irf.IrfMeasured[source]

Bases: object

A measured IRF. The data must be supplied by the dataset.

Attributes Summary

label

ModelProperty is an extension of the property decorator.

type

ModelProperty is an extension of the property decorator.

Methods Summary

as_dict

fill

from_dict

get_parameter_labels

markdown

validate

Methods Documentation

as_dict() dict
fill(model: Model, parameters: ParameterGroup) cls
classmethod from_dict(values: dict) cls
get_parameter_labels() list[str]
property label: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

markdown(all_parameters: ParameterGroup = None, initial_parameters: ParameterGroup = None) MarkdownStr
property type: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

validate(model: Model, parameters: ParameterGroup | None = None) list[str]