This DTO class describes the image resulting from imaging experiments An image class shall be used to describe properties of an image in the context of imaging experiments such as microscopy or tomography.
Type | Name and description |
---|---|
java.util.Date |
acquisitionDate The image acquisition date. |
AcquisitionParameters |
acquisitionParameters Detailed description of image acquisition parameters. |
AnalysisParameters |
analysisParameters Detailed description of image analysis parameters |
java.lang.Integer |
imageId The image identifier in OMERO. |
ImageSize |
imageSize Information about the image size. |
Instrument |
instrument A detailed instrument description that was used to create the image. |
Modality |
modality The image modality. |
PixelSize |
pixelSize Information about the time and spacial distribution of a pixel. |
java.lang.Float |
resolution Describes the resolution of the image. |
Constructor and description |
---|
Image
(java.util.Date acquisitionDate, AcquisitionParameters acquisitionParameters, AnalysisParameters analysisParameters, Instrument instrument, java.lang.Integer imageId, Modality modality, ImageSize imageSize, PixelSize pixelSize, java.lang.Float resolution) This DTO class describes the image resulting from imaging experiments |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
The image acquisition date.
Detailed description of image acquisition parameters.
Detailed description of image analysis parameters
The image identifier in OMERO.
A detailed instrument description that was used to create the image.
Information about the time and spacial distribution of a pixel.
Describes the resolution of the image. e.g. 5 nm
This DTO class describes the image resulting from imaging experiments
acquisitionDate
- Image.acquisitionDateacquisitionParameters
- Image.acquisitionParametersanalysisParameters
- Image.analysisParametersinstrument
- Image.instrumentimageId
- Image.imageIdmodality
- Image.modalityimageSize
- Image.imageSizepixelSize
- Image.pixelSizeresolution
- Image.resolutionGroovy Documentation