Skip to content

CopickSegmentationMeta

copick.models.CopickSegmentationMeta

Bases: BaseModel

Datamodel for segmentation metadata.

Attributes:

  • user_id (str) –

    Unique identifier for the user or tool name.

  • session_id (Union[str, Literal['0']]) –

    Unique identifier for the segmentation session. If it is 0, this segmentation was generated by a tool.

  • name (str) –

    Pickable Object name or multilabel name of the segmentation.

  • is_multilabel (bool) –

    Flag to indicate if this is a multilabel segmentation. If False, it is a single label segmentation.

  • voxel_size (float) –

    Voxel size in angstrom of the tomogram this segmentation belongs to. Rounded to the third decimal.

user_id: str

session_id: Union[str, Literal['0']]

name: str

is_multilabel: bool

voxel_size: float