firmware reverses slave channels

This commit is contained in:
2022-03-17 12:11:51 +01:00
parent 509946d964
commit 06281ccae9
2 changed files with 7 additions and 8 deletions

View File

@ -94,7 +94,7 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
void rearrangeGotthard25data(double *data);
static const int NUM_PEDESTAL_FRAMES = 20;
static const int NUM_GOTTHARD25_CHANS = 2560;
static const int NUM_GOTTHARD25_CHANS = 1280;
sls::Detector *det;
slsDetectorDefs::detectorType detType;