KineticSpectrumDatasetDescriptor

class glotaran.builtin.models.kinetic_spectrum.kinetic_spectrum_dataset_descriptor.KineticSpectrumDatasetDescriptor[source]

Bases: glotaran.builtin.models.kinetic_image.kinetic_image_dataset_descriptor.KineticImageDatasetDescriptor

Attributes Summary

baseline

initial_concentration

irf

label

megacomplex

scale

shape

Methods Summary

compartments

fill

Returns a copy of the {cls._name} instance with all members which are Parameters are replaced by the value of the corresponding parameter in the parameter group.

from_dict

from_list

get_k_matrices

mprint

validate

Methods Documentation

property baseline
compartments()
fill(model: Model, parameters: ParameterGroup)cls

Returns a copy of the {cls._name} instance with all members which are Parameters are replaced by the value of the corresponding parameter in the parameter group.

Parameters
  • model – A glotaran model.

  • parameter (ParameterGroup) – The parameter group to fill from.

classmethod from_dict(values: dict)cls
classmethod from_list(values: list)cls
get_k_matrices()
property initial_concentration
property irf
property label
property megacomplex
mprint(parameters: ParameterGroup = None, initial_parameters: ParameterGroup = None)str
property scale
property shape
validate(model: Model, parameters=None)list[str]