Package gda.scan

Class ScanDataPointCache

All Implemented Interfaces:
Configurable, Findable, IScanDataPointObserver, gda.observable.IObserver

public class ScanDataPointCache extends DataPointCache
This is a class designed to cache all the data from scan data points. It allows very quick retrieval of basic scan data for use in Jython or by scan processing.

Note: this class stores values as returned by IScanDataPoint.getAllValuesAsDoubles(), which attempts to convert all values to a Double. Any value that cannot be converted to a Double is replaced with null.

  • Constructor Details

    • ScanDataPointCache

      public ScanDataPointCache()
  • Method Details