fix: complement text to readme

This commit is contained in:
e20639
2023-09-13 10:58:51 +02:00
parent 60cb11c681
commit 341c49f868
+5
View File
@@ -141,5 +141,10 @@ Sometimes the data backend for the Eiger gets stuck or misses frames, this will
raise EigerTimeoutError(
ophyd_devices.epics.devices.eiger9m_csaxs.EigerTimeoutError: Reached timeout with detector state 1, std_daq state FINISHED and received frames of 100 for the file writer)
```
This happens more likely after CTRL C of a scan. To recover from this more reliably, perform the an acquisition in burst mode with 100 frames, little exposure until no error message is raised after. This can be up to 3 times from former experience.
``` bash
scans.acquire(exp_time=0.02, frames_per_trigger=100, readout_time= 3e-3)
```
Afterwards, you should be good to continue with 2D gridscans.