v1.0.0-rc.82
This commit is contained in:
@@ -115,10 +115,6 @@ JFJochViewerSidePanel::JFJochViewerSidePanel(QWidget *parent) : QWidget(parent)
|
||||
|
||||
layout->addWidget(new TitleLabel("Data analysis (experimental)", this));
|
||||
|
||||
auto findSpotsButton = new QPushButton("Find spots", this);
|
||||
connect(findSpotsButton, &QPushButton::clicked,[this] {emit findSpots();});
|
||||
layout->addWidget(findSpotsButton);
|
||||
|
||||
auto analyzeButton = new QPushButton("Full analysis", this);
|
||||
connect(analyzeButton, &QPushButton::clicked,[this] {emit analyze();});
|
||||
layout->addWidget(analyzeButton);
|
||||
@@ -128,7 +124,7 @@ JFJochViewerSidePanel::JFJochViewerSidePanel(QWidget *parent) : QWidget(parent)
|
||||
layout->addWidget(findBeamCenterButton);
|
||||
|
||||
// Add preset ice rings button below LaB6 calibration
|
||||
auto iceRingsButton = new QPushButton("Add ice rings (manual)", this);
|
||||
auto iceRingsButton = new QPushButton("Display ice rings", this);
|
||||
connect(iceRingsButton, &QPushButton::clicked, this, [this]() {
|
||||
// Set manual rings and enable display
|
||||
const QVector<float> ice_rings(ICE_RING_RES_A.begin(), ICE_RING_RES_A.end());
|
||||
|
||||
Reference in New Issue
Block a user