ophyd_async.epics.adandor
#
Package Contents#
Classes#
Andor 2 area detector device (CCD detector 56fps with full chip readout). |
|
For controlling the Andor 2 detector. |
|
Epics pv for andor model:DU897_BV as deployed on p99. |
API#
- class ophyd_async.epics.adandor.Andor2Detector(prefix: str, path_provider: PathProvider, drv_suffix='cam1:', writer_cls: type[ADWriter] = adcore.ADHDFWriter, fileio_suffix: str | None = None, name: str = '', config_sigs: Sequence[SignalR] = (), plugins: dict[str, NDPluginBaseIO] | None = None)[source]#
Bases:
ophyd_async.epics.adcore.AreaDetector
[ophyd_async.epics.adandor._andor_controller.Andor2Controller
]Andor 2 area detector device (CCD detector 56fps with full chip readout).
Andor model:DU897_BV.
- class ophyd_async.epics.adandor.Andor2Controller(driver: Andor2DriverIO, good_states: frozenset[ADState] = adcore.DEFAULT_GOOD_STATES)[source]#
Bases:
ophyd_async.epics.adcore.ADBaseController
[ophyd_async.epics.adandor._andor_io.Andor2DriverIO
]For controlling the Andor 2 detector.
- get_deadtime(exposure: float | None) float [source]#
For a given exposure, how long should the time between exposures be.
- async prepare(trigger_info: TriggerInfo)[source]#
Do all necessary steps to prepare the detector for triggers.
- Parameters:
trigger_info – The sort of triggers to expect.
- class ophyd_async.epics.adandor.Andor2DriverIO(prefix: str, name: str = '')[source]#
Bases:
ophyd_async.epics.adcore.ADBaseIO
Epics pv for andor model:DU897_BV as deployed on p99.