v1.0.0-rc.82

This commit is contained in:
2025-09-22 19:49:39 +02:00
parent c218661553
commit c0bd8e1215
156 changed files with 259 additions and 228 deletions
+1 -5
View File
@@ -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());