Package gda.device.detector.addetector.triggering
package gda.device.detector.addetector.triggering
-
ClassDescriptionFor a CMOS detector which is hardware triggered even in step scans, so this strategy is required to setup the Area Detector PVs, as in this situation there would not be any TriggerProvider.When hardware triggering the acquire period ( which normally would have no effect) has to be set to acquireTime + a 'readout' time.Class to set PCO into Continuous acquire call prepareForCollection and then collectData to startClass of detector to drive the PCO4000 camera using a DIOTriggerClass of detector to drive the PCO4000 camera using an external trigger This class sets up the camera not the trigger source Derived classes should override collectData ( call base version) and set collectingData to true and collectingData to false when appropriateClass of detector used to take multiple exposures that are then added together to make a single collection image The TFG receives a trigger from a signal generator that is also used to vibrate the sample The TFG responds by sending a trigger to the camera after a certain delay Each TFG trigger results in a single exposure if the camera is ready to accept the trigger.Version of MultipleExposureSoftwareTriggerAutoMode that works with te PCO camera The main differences are: In prepareCollection the PCo is armed and the triggerMode set to softwareClass of detector to drive the PCO4000 camera using a TFG2 The TFG is configured for 1 cycle per image with each cycle containg the 3 frames: 0 - wait for software continue 1 - output trigger to camera for collection time 2 - wait for busy signal from camera to go low The tfg is started in prepareforCollection.Class of detector to drive the PCO4000 camera using a TFG2 The TFG is configured for 1 cycle per image with each cycle containg the 3 frames: 0 - wait for software continue 1 - output trigger to camera for collection time 2 - wait for busy signal from camera to go low The tfg is started in prepareforCollection.Implementation of ADTriggeringStrategy that is used when multiple exposures are to be taken per acquisition.Class to configure PCO Software trigger - puts trigger into Auto mode and does not arm Although very slow it works.Deprecated.Decorate SingleExposureStandard with UnsynchronisedExternalShutterDecoratorClass to run a camera continuously with software trigger Use prepareForCollection and then collectDataA collection strategy that sets the detector during the first collectData in a scan line and then keeps going ignoring future calls to collectData.This collection strategy will set the configured trigger mode for an Xspress3 detector.