jungfrau: cannot set partial readout while acquiring

This commit is contained in:
2021-08-17 09:53:34 +02:00
parent 3d90c1527a
commit 24f012e6c7
4 changed files with 23 additions and 23 deletions

View File

@ -2340,7 +2340,7 @@ void *start_timer(void *arg) {
if (dr == 4) {
npixels /= 2;
}
LOG(logDBUG1,
LOG(logDEBUG1,
("pixels:%d pixelsperpacket:%d\n", npixels, pixelsPerPacket));
for (int i = 0; i < npixels; ++i) {
if (i > 0 && i % pixelsPerPacket == 0) {