mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-31 00:44:57 +01:00
adcinvert for jungfrau, gui for jungfrau dacs
This commit is contained in:
@@ -67,7 +67,6 @@ void qTabPlot::SetupWidgetWindow() {
|
||||
case slsDetectorDefs::JUNGFRAU:
|
||||
case slsDetectorDefs::MOENCH:
|
||||
chkGainPlot->setEnabled(true);
|
||||
chkADCInvert->setEnabled(true);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@@ -130,9 +129,6 @@ void qTabPlot::Initialization() {
|
||||
// gap pixels
|
||||
if (chkGapPixels->isEnabled())
|
||||
connect(chkGapPixels, SIGNAL(toggled(bool)), this, SLOT(SetGapPixels(bool)));
|
||||
// adc invert
|
||||
if (chkADCInvert->isEnabled())
|
||||
connect(chkADCInvert, SIGNAL(toggled(bool)), plot, SLOT(EnableADCInvert(bool)));
|
||||
|
||||
// Save, clone
|
||||
connect(btnSave, SIGNAL(clicked()), plot, SLOT(SavePlot()));
|
||||
|
||||
Reference in New Issue
Block a user