A DTO describing pixel size in images This class should be used whenever the size of pixels in context of imaging needs to be described
| Type | Name and description |
|---|---|
java.lang.Float |
timePointDescribes the time point within a time series, it correlates with the frames of an image One frame is one image taken at time point x |
java.lang.Float |
xSize on the x-axis in nm |
java.lang.Float |
ySize on the y-axis in nm |
java.lang.Float |
zSize on the z-axis in nm |
| Constructor and description |
|---|
PixelSize
(java.lang.Float timePoint, java.lang.Float x, java.lang.Float y, java.lang.Float z)A DTO describing pixel size in images |
| 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() |
Describes the time point within a time series, it correlates with the frames of an image One frame is one image taken at time point x e.g time point 0.2 seconds
Size on the x-axis in nm
Size on the y-axis in nm
Size on the z-axis in nm
A DTO describing pixel size in images
timePoint - PixelSize.timePointx - PixelSize.xy - PixelSize.yz - PixelSize.zGroovy Documentation