Private
Public Access
11
1

Update PixelatorControllerSettings

2022-11-11 14:56:56 +01:00
parent c2e1d5c746
commit 59f92f63a1

@@ -110,8 +110,7 @@ ScanNumber is a three digit number, starting with 001 every day.
 TCP port used to listen for requests
### missing data check
At the end of a point by point line, some data of asynchronous detectors may be missing.
They are read until no more data is missing.
At the end of a point by point line, some data of asynchronous detectors may be missing. Pixelator will wait and keep trying to read data from the asynchronous detector until either no more data is missing, or it has reached the maximum number of tries (i.e. **missingDataCheckMaxChecks**). The product of **missingDataCheckInterval** and **missingDataCheckMaxChecks** is the maximum time that Pixelator will wait before moving on to the next line of scan points.
**missingDataCheckInterval**::<BR>
&emsp;interval (in seconds) at which missing data is read<BR>