mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02: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