Class CsvCameraOffsetCalibrationStore

java.lang.Object
uk.ac.gda.client.live.stream.calibration.CsvCameraOffsetCalibrationStore
All Implemented Interfaces:
CalibrationStore

public class CsvCameraOffsetCalibrationStore extends Object implements CalibrationStore
A CalibrationStore composed of CameraOffsetCalibrations constructed from a CSV lookup table file.

The column headings in the CSV file are configurable, but must be given in the following order:
($key), ($x scale), ($y scale), ($x offset), ($y offset),