Skip to content

Enum: OMEROObjectTypeEnum

The type of the OMERO object

URI: OMEROObjectTypeEnum

Permissible Values

Value Meaning Description
IMAGE None An image
CHANNEL None A channel
DATASET None A dataset
PROJECT None A project
EXPERIMENTERGROUP None A group
EXPERIMENTER None An experimenter
TABLE None A table
KEY_VALUES None A set of key-value pairs
TAG None A tag
COMMENT None A comment
ROI None A region of interest
FILEANNOTATION None A file

Slots

Name Description
omero_object_type The type of the OMERO object

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

LinkML Source

name: OMEROObjectTypeEnum
description: The type of the OMERO object
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
rank: 1000
permissible_values:
  IMAGE:
    text: IMAGE
    description: An image
  CHANNEL:
    text: CHANNEL
    description: A channel
  DATASET:
    text: DATASET
    description: A dataset
  PROJECT:
    text: PROJECT
    description: A project
  EXPERIMENTERGROUP:
    text: EXPERIMENTERGROUP
    description: A group
  EXPERIMENTER:
    text: EXPERIMENTER
    description: An experimenter
  TABLE:
    text: TABLE
    description: A table
  KEY_VALUES:
    text: KEY_VALUES
    description: A set of key-value pairs
  TAG:
    text: TAG
    description: A tag
  COMMENT:
    text: COMMENT
    description: A comment
  ROI:
    text: ROI
    description: A region of interest
  FILEANNOTATION:
    text: FILEANNOTATION
    description: A file