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 |
acquisitionDateThe image acquisition date. |
AcquisitionParameters |
acquisitionParametersDetailed description of image acquisition parameters. |
AnalysisParameters |
analysisParametersDetailed description of image analysis parameters |
java.lang.Integer |
imageIdThe image identifier in OMERO. |
ImageSize |
imageSizeInformation about the image size. |
Instrument |
instrumentA detailed instrument description that was used to create the image. |
Modality |
modalityThe image modality. |
PixelSize |
pixelSizeInformation about the time and spacial distribution of a pixel. |
java.lang.Float |
resolutionDescribes 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