funtracks.data_model.graph_attributes
Classes:
-
EdgeAttr
–Edge attributes that can be added to candidate graph using the toolbox.
-
NodeAttr
–Node attributes that can be added to candidate graph using the toolbox.
-
NodeType
–Types of nodes in the track graph. Currently used for standardizing
EdgeAttr
Bases: Enum
Edge attributes that can be added to candidate graph using the toolbox. Note: Motile can flexibly support any custom attributes. The toolbox provides implementations of commonly used ones, listed here.
NodeAttr
Bases: Enum
Node attributes that can be added to candidate graph using the toolbox. Note: Motile can flexibly support any custom attributes. The toolbox provides implementations of commonly used ones, listed here.
NodeType
Bases: Enum
Types of nodes in the track graph. Currently used for standardizing visualization. All nodes are exactly one type.