Class DarkImageDetector

All Implemented Interfaces:
INexusDevice<NXdetector>, IActivatable, IPausableDevice<DarkImageModel>, IResettableDevice, IRunnableDevice<DarkImageModel>, IRunnableEventDevice<DarkImageModel>, IWritableDetector<DarkImageModel>, IDeviceRoleActor, IConfigurable<DarkImageModel>, ILevel, IModelProvider<DarkImageModel>, INameable, IScanAttributeContainer, IValidator<DarkImageModel>

A dummy detector which must be set up with references to two Scannables representing X and Y positions. When used in a step scan, this detector generates a value of 0 if the point (x, y) is in the Mandelbrot set, and greater than zero otherwise.

Note: values will always be high if used at (x, y) positions more than 2 units away from the origin.