public class MetamorphHandler
extends loci.common.xml.BaseHandler
Modifier and Type | Field and Description |
---|---|
private String |
binning |
private String |
channelName |
private Vector<String> |
channelNames |
private String |
date |
private boolean |
dualCamera |
private Vector<Double> |
exposures |
private Double |
gain |
private String |
imageName |
private double |
lensNA |
private double |
lensRI |
private Hashtable |
metadata |
private double |
pixelSizeX |
private double |
pixelSizeY |
private ome.units.quantity.Length |
positionX |
private ome.units.quantity.Length |
positionY |
private double |
readOutRate |
private String |
stageLabel |
private double |
temperature |
private Vector<String> |
timestamps |
private Vector<Integer> |
wavelengths |
private double |
zoom |
private Vector<Double> |
zPositions |
Constructor and Description |
---|
MetamorphHandler() |
MetamorphHandler(Hashtable metadata) |
Modifier and Type | Method and Description |
---|---|
private void |
checkKey(String key,
String value)
Check if the value needs to be saved.
|
String |
getBinning() |
String |
getChannelName() |
Vector<String> |
getChannelNames() |
String |
getDate() |
Vector<Double> |
getExposures() |
Double |
getGain() |
String |
getImageName() |
double |
getLensNA() |
double |
getLensRI() |
double |
getPixelSizeX() |
double |
getPixelSizeY() |
double |
getReadOutRate() |
String |
getStageLabel() |
ome.units.quantity.Length |
getStagePositionX() |
ome.units.quantity.Length |
getStagePositionY() |
double |
getTemperature() |
Vector<String> |
getTimestamps() |
Vector<Integer> |
getWavelengths() |
double |
getZoom() |
Vector<Double> |
getZPositions() |
boolean |
hasDualCamera() |
void |
startElement(String uri,
String localName,
String qName,
Attributes attributes) |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
private Hashtable metadata
private String imageName
private String date
private double pixelSizeX
private double pixelSizeY
private double temperature
private double lensNA
private double lensRI
private String binning
private double readOutRate
private double zoom
private ome.units.quantity.Length positionX
private ome.units.quantity.Length positionY
private String channelName
private String stageLabel
private Double gain
private boolean dualCamera
public MetamorphHandler()
public MetamorphHandler(Hashtable metadata)
public Double getGain()
public String getChannelName()
public String getStageLabel()
public String getDate()
public String getImageName()
public double getPixelSizeX()
public double getPixelSizeY()
public double getTemperature()
public String getBinning()
public double getReadOutRate()
public double getZoom()
public ome.units.quantity.Length getStagePositionX()
public ome.units.quantity.Length getStagePositionY()
public double getLensNA()
public double getLensRI()
public boolean hasDualCamera()
public void startElement(String uri, String localName, String qName, Attributes attributes)
startElement
in interface ContentHandler
startElement
in class DefaultHandler
Copyright © 2017 Open Microscopy Environment