SpectralConstraint

class glotaran.builtin.models.kinetic_spectrum.spectral_constraints.SpectralConstraint[source]

Bases: object

A compartment constraint is applied on one compartment on one or many intervals on the estimated axis type.

There are three types: zero, equal and equal area. See the documentation of the respective classes for details.

Methods Summary

add_type

Methods Documentation

classmethod add_type(type_name: str, attribute_type: type)