Class DummyNexusDetector

All Implemented Interfaces:
Detector, NexusDetector, Device, Scannable, Configurable, Findable, gda.observable.IObservable, Serializable

public class DummyNexusDetector extends DummyDetector implements NexusDetector
A simple implementation of NexusDetector that produces an INexusTree with three main (primary) datasets of different ranks:
  • data: a two-dimensional dataset (i.e. image);
  • spectrum: a one-dimensional dataset;
  • value_: a scalar dataset (i.e. single value). The underscore prevents a name clash with a dataset from a dummy monitor in some tests;
  • external: a two-dimensional dataset written to an external file.
See Also: