mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
adcinvert for jungfrau, gui for jungfrau dacs
This commit is contained in:
@ -55,7 +55,6 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
|
||||
void ResetAccumulate();
|
||||
void DisplayStatistics(bool enable);
|
||||
void EnableGainPlot(bool enable);
|
||||
void EnableADCInvert(bool enable);
|
||||
void ClonePlot();
|
||||
void SavePlot();
|
||||
|
||||
@ -148,7 +147,6 @@ class qDrawPlot : public QWidget, private Ui::PlotObject {
|
||||
QString fileSaveName{"Image"};
|
||||
bool hasGainData{false};
|
||||
bool isGainDataExtracted{false};
|
||||
bool isADCInvert{false};
|
||||
bool disableZoom{false};
|
||||
|
||||
int progress{0};
|
||||
|
Reference in New Issue
Block a user