Skip to content

CalibrationMap

Bases: NBOBaseClass

Represents the XML element CalibrationMap.

This element describes a 2D matrix containing values computed as a resulut of the calibration procedure. This matrix is the same size of the experimental Image this calibration refers to.

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)

setMetricType(value, validate=True)

getMetricType()

resetMetricType()

hasMetricType()

setIlluminationIntensity(value, validate=True)

getIlluminationIntensity()

resetIlluminationIntensity()

hasIlluminationIntensity()

setNrOfImages(value, validate=True)

getNrOfImages()

resetNrOfImages()

hasNrOfImages()

setRow_List(value, validate=True)

getRow_List()

addToRow_List(value, validate=True)

clearRow_List()

setDescription(value, validate=True)

getDescription()

resetDescription()

hasDescription()