CoherentArtifactMegacomplex

class glotaran.builtin.megacomplexes.coherent_artifact.coherent_artifact_megacomplex.CoherentArtifactMegacomplex[source]

Bases: glotaran.model.megacomplex.Megacomplex

Attributes Summary

dimension

ModelProperty is an extension of the property decorator.

label

ModelProperty is an extension of the property decorator.

name

order

ModelProperty is an extension of the property decorator.

type

ModelProperty is an extension of the property decorator.

width

ModelProperty is an extension of the property decorator.

Methods Summary

as_dict

calculate_matrix

compartments

fill

finalize_data

from_dict

get_parameter_labels

glotaran_dataset_model_items

glotaran_dataset_properties

glotaran_exclusive

glotaran_model_items

glotaran_unique

index_dependent

markdown

validate

Methods Documentation

as_dict() dict
calculate_matrix(dataset_model: DatasetModel, indices: dict[str, int], **kwargs)[source]
compartments()[source]
property dimension: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

fill(model: Model, parameters: ParameterGroup) cls
finalize_data(dataset_model: glotaran.model.dataset_model.DatasetModel, dataset: xarray.core.dataset.Dataset, is_full_model: bool = False, as_global: bool = False)[source]
classmethod from_dict(values: dict) cls
get_parameter_labels() list[str]
classmethod glotaran_dataset_model_items() str
classmethod glotaran_dataset_properties() str
classmethod glotaran_exclusive() bool
classmethod glotaran_model_items() str
classmethod glotaran_unique() bool
index_dependent(dataset_model: glotaran.model.dataset_model.DatasetModel) bool[source]
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
name = 'coherent-artifact'
property order: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.

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]
property width: model_property.glotaran_property_type

ModelProperty is an extension of the property decorator.

It adds convenience functions for meta programming model items.