fun.imagej.imp.calibration

get-x-unit

(get-x-unit cal)
Return the units of the x-axis.

get-y-unit

(get-y-unit cal)
Return the units of the y-axis.

get-z-unit

(get-z-unit cal)
Return the units of the z-axis.

pixel-depth

(pixel-depth cal)
Return the physical dimensions of a single pixel along the z-axis.

pixel-height

(pixel-height cal)
Return the physical dimensions of a single pixel along the y-axis.

pixel-width

(pixel-width cal)
Return the physical dimensions of a single pixel along the x-axis.

x-pixel->physical

(x-pixel->physical cal x)
Convert an x-value in pixel coordinates to physical coordinates.

y-pixel->physical

(y-pixel->physical cal y)
Convert an y-value in pixel coordinates to physical coordinates.

z-pixel->physical

(z-pixel->physical cal z)
Convert an z-value in pixel coordinates to physical coordinates.