Skip to content

OME

Bases: NBOBaseClass

Represents the XML element OME.

The OME element is a container for all information objects accessible by OME. These information objects include descriptions of the imaging experiments and the people who perform them, descriptions of the microscope, the resulting images and how they were acquired, the analyses performed on those images, and the analysis results themselves. An OME file may contain any or all of this information. With the creation of the Metadata Only Companion OME-XML and Binary Only OME-TIFF files the top level OME node has changed slightly. It can EITHER: Contain all the previously expected elements OR: Contain a single BinaryOnly element that points at its Metadata Only Companion OME-XML file.

fromBase(base) staticmethod

getTypeName()

getXMLName()

getNBOType()

getChildren()

getSubElements()

fromJsonFile(path, validate=True)

fromJsonString(json_string, validate=True)

fromXmlFile(path, validate=True)

fromXmlString(xml_string, validate=True)

toXmlFile(filename, validate=True)

toXmlString(validate=True)

setUUID(value, validate=True)

getUUID()

resetUUID()

hasUUID()

setCreator(value, validate=True)

getCreator()

resetCreator()

hasCreator()

getCreatorAllowedValues() staticmethod

setRights(value, validate=True)

getRights()

resetRights()

hasRights()

setome_choice(value, validate=True)

getome_choice()

resetome_choice()

hasome_choice()