mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 04:34:56 +01:00
WIP
This commit is contained in:
@@ -122,7 +122,6 @@ void qDrawPlot::SetupWidgetWindow() {
|
||||
|
||||
void qDrawPlot::Initialization() {
|
||||
connect(this, SIGNAL(AcquireSignal()), this, SLOT(AcquireThread()));
|
||||
connect(this, SIGNAL(UpdatePlotSignal()), this, SLOT(UpdatePlot()));
|
||||
}
|
||||
|
||||
void qDrawPlot::SetupStatistics() {
|
||||
@@ -207,6 +206,7 @@ void qDrawPlot::SetupPlots() {
|
||||
// default display data
|
||||
for (unsigned int px = 0; px < nPixelsX; ++px) {
|
||||
datax1d[px] = px;
|
||||
datay1d[0][px] = 0;
|
||||
}
|
||||
// add a hist
|
||||
DetachHists();
|
||||
|
||||
Reference in New Issue
Block a user