Class SimpleDummyNexusDetector

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

public class SimpleDummyNexusDetector extends DummyDetector implements NexusDetector
A very simple dummy NexusDetector that writes a single dataset consisting of .tif filenames (the .tif files themselves are not created). The use case for this detector is to simulate a bug that occurs due to the axis dataset being added, while the dataset itself is flattened to be scalar (or rather to have rank equal to the scan rank).
See Also: