Interface CalibratedAxesDatasetUpdater
- All Superinterfaces:
gda.observable.IObserver
- All Known Implementing Classes:
AbstractCalibratedAxesDatasetUpdater
public interface CalibratedAxesDatasetUpdater
extends gda.observable.IObserver
Used by
CalibratedAxesProvider, calculates calibrated axes values,
based on an observed scannable. See AbstractCalibratedAxesDatasetUpdater
for an example implementation.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.january.dataset.IDatasetCreates and returns a dataset for the axis scannable this is observing.voidsetNumberOfPixels(int numberOfPixels) Sets the number of pixels in the camera feed dimension corresponding to the observed scannable.Methods inherited from interface gda.observable.IObserver
update
-
Method Details
-
getDataset
org.eclipse.january.dataset.IDataset getDataset()Creates and returns a dataset for the axis scannable this is observing.- Returns:
- the dataset;
-
setNumberOfPixels
void setNumberOfPixels(int numberOfPixels) Sets the number of pixels in the camera feed dimension corresponding to the observed scannable.- Parameters:
numberOfPixels-
-