Package gda.images.camera
Interface ImageScaleProvider
- All Known Subinterfaces:
Camera
- All Known Implementing Classes:
CameraBase,DummyOpticalCamera,MxOpticalCamera,MxOpticalCameraBase,MxOpticalCameraNoZoom,MxOpticalCameraZoomPositioner
public interface ImageScaleProvider
-
Method Summary
Modifier and TypeMethodDescriptiondoubleReturns the number of microns per X pixel.doubleReturns the number of microns per Y pixel.
-
Method Details
-
getMicronsPerXPixel
Returns the number of microns per X pixel.- Throws:
DeviceException
-
getMicronsPerYPixel
Returns the number of microns per Y pixel.- Throws:
DeviceException
-