Class PixelCalibration

java.lang.Object
uk.ac.gda.client.live.stream.calibration.PixelCalibration
All Implemented Interfaces:
CalibratedAxesProvider

public class PixelCalibration extends Object implements CalibratedAxesProvider
Create axes datasets for a data stream displaying camera pixel numbers on axes.
  • Constructor Details

    • PixelCalibration

      public PixelCalibration()
      Allows to create/recreate axes
    • PixelCalibration

      public PixelCalibration(Supplier<org.eclipse.january.dataset.ILazyDataset> dataset)
      Associates this provider with a Supplier<ILazyDataset>.

      If a dataset is provided the axes are calculated on the first call of getXAxisDataset() or getYAxisDataset()

      Parameters:
      dataset -
  • Method Details