rapidtide 3.0a9__py3-none-any.whl → 3.0a11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- rapidtide/Colortables.py +45 -10
- rapidtide/OrthoImageItem.py +12 -3
- rapidtide/RapidtideDataset.py +54 -7
- rapidtide/__init__.py +1 -2
- rapidtide/_version.py +63 -93
- rapidtide/data/examples/src/testfmri +10 -4
- rapidtide/data/examples/src/testhappy +1 -6
- rapidtide/tests/test_fastresampler.py +6 -2
- rapidtide/tests/test_fullrunhappy_v1.py +0 -1
- rapidtide/tests/test_fullrunhappy_v4.py +1 -0
- rapidtide/tests/test_runmisc.py +4 -4
- rapidtide/tidepoolTemplate.py +0 -4
- rapidtide/tidepoolTemplate.ui +0 -7
- rapidtide/tidepoolTemplate_alt.py +3 -8
- rapidtide/tidepoolTemplate_alt.ui +6 -16
- rapidtide/tidepoolTemplate_alt_qt6.py +3 -8
- rapidtide/tidepoolTemplate_big.py +10 -15
- rapidtide/tidepoolTemplate_big.ui +14 -24
- rapidtide/tidepoolTemplate_big_qt6.py +10 -15
- rapidtide/tidepoolTemplate_qt6.py +0 -4
- rapidtide/workflows/tidepool.py +343 -199
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/METADATA +1 -1
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/RECORD +27 -28
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/WHEEL +1 -1
- rapidtide/tidepoolTemplate_alt2.ui +0 -1965
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/LICENSE +0 -0
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/entry_points.txt +0 -0
- {rapidtide-3.0a9.dist-info → rapidtide-3.0a11.dist-info}/top_level.txt +0 -0
|
@@ -14,19 +14,19 @@ from PyQt5 import QtCore, QtGui, QtWidgets
|
|
|
14
14
|
class Ui_MainWindow(object):
|
|
15
15
|
def setupUi(self, MainWindow):
|
|
16
16
|
MainWindow.setObjectName("MainWindow")
|
|
17
|
-
MainWindow.resize(
|
|
17
|
+
MainWindow.resize(1595, 810)
|
|
18
18
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.MinimumExpanding)
|
|
19
19
|
sizePolicy.setHorizontalStretch(1)
|
|
20
20
|
sizePolicy.setVerticalStretch(1)
|
|
21
21
|
sizePolicy.setHeightForWidth(MainWindow.sizePolicy().hasHeightForWidth())
|
|
22
22
|
MainWindow.setSizePolicy(sizePolicy)
|
|
23
|
-
MainWindow.setMinimumSize(QtCore.QSize(
|
|
24
|
-
MainWindow.setMaximumSize(QtCore.QSize(
|
|
23
|
+
MainWindow.setMinimumSize(QtCore.QSize(1595, 810))
|
|
24
|
+
MainWindow.setMaximumSize(QtCore.QSize(1595, 810))
|
|
25
25
|
MainWindow.setSizeIncrement(QtCore.QSize(1, 1))
|
|
26
26
|
self.centralwidget = QtWidgets.QWidget(MainWindow)
|
|
27
27
|
self.centralwidget.setObjectName("centralwidget")
|
|
28
28
|
self.imageData_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
29
|
-
self.imageData_groupBox.setGeometry(QtCore.QRect(
|
|
29
|
+
self.imageData_groupBox.setGeometry(QtCore.QRect(440, 7, 561, 591))
|
|
30
30
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.MinimumExpanding, QtWidgets.QSizePolicy.Maximum)
|
|
31
31
|
sizePolicy.setHorizontalStretch(1)
|
|
32
32
|
sizePolicy.setVerticalStretch(1)
|
|
@@ -66,9 +66,6 @@ class Ui_MainWindow(object):
|
|
|
66
66
|
self.setMask_Button = QtWidgets.QPushButton(self.imageData_groupBox)
|
|
67
67
|
self.setMask_Button.setObjectName("setMask_Button")
|
|
68
68
|
self.verticalLayout_3.addWidget(self.setMask_Button)
|
|
69
|
-
self.nextFile_Button = QtWidgets.QPushButton(self.imageData_groupBox)
|
|
70
|
-
self.nextFile_Button.setObjectName("nextFile_Button")
|
|
71
|
-
self.verticalLayout_3.addWidget(self.nextFile_Button)
|
|
72
69
|
self.dispmin_doubleSpinBox = QtWidgets.QDoubleSpinBox(self.imageData_groupBox)
|
|
73
70
|
self.dispmin_doubleSpinBox.setAlignment(QtCore.Qt.Qt::AlignmentFlag::AlignRight|QtCore.Qt.Qt::AlignmentFlag::AlignTrailing|QtCore.Qt.Qt::AlignmentFlag::AlignVCenter)
|
|
74
71
|
self.dispmin_doubleSpinBox.setDecimals(3)
|
|
@@ -257,7 +254,7 @@ class Ui_MainWindow(object):
|
|
|
257
254
|
self.main_graphicsView_ax.setObjectName("main_graphicsView_ax")
|
|
258
255
|
self.gridLayout.addWidget(self.main_graphicsView_ax, 1, 1, 1, 1)
|
|
259
256
|
self.overlays_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
260
|
-
self.overlays_groupBox.setGeometry(QtCore.QRect(
|
|
257
|
+
self.overlays_groupBox.setGeometry(QtCore.QRect(10, 7, 421, 591))
|
|
261
258
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Preferred)
|
|
262
259
|
sizePolicy.setHorizontalStretch(0)
|
|
263
260
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -640,7 +637,7 @@ class Ui_MainWindow(object):
|
|
|
640
637
|
self.overlay_radioButton_15.raise_()
|
|
641
638
|
self.overlay_radioButton_16.raise_()
|
|
642
639
|
self.histogram_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
643
|
-
self.histogram_groupBox.setGeometry(QtCore.QRect(
|
|
640
|
+
self.histogram_groupBox.setGeometry(QtCore.QRect(1010, 225, 571, 186))
|
|
644
641
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
|
645
642
|
sizePolicy.setHorizontalStretch(0)
|
|
646
643
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -663,7 +660,7 @@ class Ui_MainWindow(object):
|
|
|
663
660
|
self.histogram_graphicsView.setMaximumSize(QtCore.QSize(1000, 1000))
|
|
664
661
|
self.histogram_graphicsView.setObjectName("histogram_graphicsView")
|
|
665
662
|
self.mainimagedata_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
666
|
-
self.mainimagedata_groupBox.setGeometry(QtCore.QRect(
|
|
663
|
+
self.mainimagedata_groupBox.setGeometry(QtCore.QRect(1010, 7, 181, 221))
|
|
667
664
|
font = QtGui.QFont()
|
|
668
665
|
font.setFamily("Arial Narrow")
|
|
669
666
|
self.mainimagedata_groupBox.setFont(font)
|
|
@@ -752,7 +749,7 @@ class Ui_MainWindow(object):
|
|
|
752
749
|
self.runMovieButton.setGeometry(QtCore.QRect(20, 160, 151, 32))
|
|
753
750
|
self.runMovieButton.setObjectName("runMovieButton")
|
|
754
751
|
self.regressor_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
755
|
-
self.regressor_groupBox.setGeometry(QtCore.QRect(
|
|
752
|
+
self.regressor_groupBox.setGeometry(QtCore.QRect(10, 595, 1571, 181))
|
|
756
753
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
|
757
754
|
sizePolicy.setHorizontalStretch(0)
|
|
758
755
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -854,7 +851,7 @@ class Ui_MainWindow(object):
|
|
|
854
851
|
self.label_12.setAlignment(QtCore.Qt.Qt::AlignmentFlag::AlignCenter)
|
|
855
852
|
self.label_12.setObjectName("label_12")
|
|
856
853
|
self.logOutput_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
857
|
-
self.logOutput_groupBox.setGeometry(QtCore.QRect(
|
|
854
|
+
self.logOutput_groupBox.setGeometry(QtCore.QRect(1200, 7, 381, 221))
|
|
858
855
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
|
859
856
|
sizePolicy.setHorizontalStretch(0)
|
|
860
857
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -874,7 +871,7 @@ class Ui_MainWindow(object):
|
|
|
874
871
|
self.logOutput.setFont(font)
|
|
875
872
|
self.logOutput.setObjectName("logOutput")
|
|
876
873
|
self.simfunc_groupBox = QtWidgets.QGroupBox(self.centralwidget)
|
|
877
|
-
self.simfunc_groupBox.setGeometry(QtCore.QRect(
|
|
874
|
+
self.simfunc_groupBox.setGeometry(QtCore.QRect(1010, 407, 571, 186))
|
|
878
875
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Expanding)
|
|
879
876
|
sizePolicy.setHorizontalStretch(0)
|
|
880
877
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -929,8 +926,6 @@ class Ui_MainWindow(object):
|
|
|
929
926
|
self.saveDisp_Button.setText(_translate("MainWindow", "Save"))
|
|
930
927
|
self.setMask_Button.setToolTip(_translate("MainWindow", "Right click to select the mask used to display the current map"))
|
|
931
928
|
self.setMask_Button.setText(_translate("MainWindow", "No mask"))
|
|
932
|
-
self.nextFile_Button.setToolTip(_translate("MainWindow", "Right click to select the mask used to display the current map"))
|
|
933
|
-
self.nextFile_Button.setText(_translate("MainWindow", "Next file"))
|
|
934
929
|
self.transparency_checkBox.setToolTip(_translate("MainWindow", "With transparency on, map values outside the range limits are not displayed."))
|
|
935
930
|
self.transparency_checkBox.setText(_translate("MainWindow", "Transparency"))
|
|
936
931
|
self.label_2.setText(_translate("MainWindow", "Colormap"))
|
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<rect>
|
|
7
7
|
<x>0</x>
|
|
8
8
|
<y>0</y>
|
|
9
|
-
<width>
|
|
10
|
-
<height>
|
|
9
|
+
<width>1595</width>
|
|
10
|
+
<height>810</height>
|
|
11
11
|
</rect>
|
|
12
12
|
</property>
|
|
13
13
|
<property name="sizePolicy">
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
</property>
|
|
19
19
|
<property name="minimumSize">
|
|
20
20
|
<size>
|
|
21
|
-
<width>
|
|
22
|
-
<height>
|
|
21
|
+
<width>1595</width>
|
|
22
|
+
<height>810</height>
|
|
23
23
|
</size>
|
|
24
24
|
</property>
|
|
25
25
|
<property name="maximumSize">
|
|
26
26
|
<size>
|
|
27
|
-
<width>
|
|
28
|
-
<height>
|
|
27
|
+
<width>1595</width>
|
|
28
|
+
<height>810</height>
|
|
29
29
|
</size>
|
|
30
30
|
</property>
|
|
31
31
|
<property name="sizeIncrement">
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
<widget class="QGroupBox" name="imageData_groupBox">
|
|
42
42
|
<property name="geometry">
|
|
43
43
|
<rect>
|
|
44
|
-
<x>
|
|
44
|
+
<x>440</x>
|
|
45
45
|
<y>7</y>
|
|
46
46
|
<width>561</width>
|
|
47
47
|
<height>591</height>
|
|
@@ -149,16 +149,6 @@
|
|
|
149
149
|
</property>
|
|
150
150
|
</widget>
|
|
151
151
|
</item>
|
|
152
|
-
<item>
|
|
153
|
-
<widget class="QPushButton" name="nextFile_Button">
|
|
154
|
-
<property name="toolTip">
|
|
155
|
-
<string>Right click to select the mask used to display the current map</string>
|
|
156
|
-
</property>
|
|
157
|
-
<property name="text">
|
|
158
|
-
<string>Next file</string>
|
|
159
|
-
</property>
|
|
160
|
-
</widget>
|
|
161
|
-
</item>
|
|
162
152
|
<item>
|
|
163
153
|
<widget class="QDoubleSpinBox" name="dispmin_doubleSpinBox">
|
|
164
154
|
<property name="alignment">
|
|
@@ -575,7 +565,7 @@
|
|
|
575
565
|
<widget class="QGroupBox" name="overlays_groupBox">
|
|
576
566
|
<property name="geometry">
|
|
577
567
|
<rect>
|
|
578
|
-
<x>
|
|
568
|
+
<x>10</x>
|
|
579
569
|
<y>7</y>
|
|
580
570
|
<width>421</width>
|
|
581
571
|
<height>591</height>
|
|
@@ -1589,7 +1579,7 @@
|
|
|
1589
1579
|
<widget class="QGroupBox" name="histogram_groupBox">
|
|
1590
1580
|
<property name="geometry">
|
|
1591
1581
|
<rect>
|
|
1592
|
-
<x>
|
|
1582
|
+
<x>1010</x>
|
|
1593
1583
|
<y>225</y>
|
|
1594
1584
|
<width>571</width>
|
|
1595
1585
|
<height>186</height>
|
|
@@ -1653,7 +1643,7 @@
|
|
|
1653
1643
|
<widget class="QGroupBox" name="mainimagedata_groupBox">
|
|
1654
1644
|
<property name="geometry">
|
|
1655
1645
|
<rect>
|
|
1656
|
-
<x>
|
|
1646
|
+
<x>1010</x>
|
|
1657
1647
|
<y>7</y>
|
|
1658
1648
|
<width>181</width>
|
|
1659
1649
|
<height>221</height>
|
|
@@ -1949,7 +1939,7 @@
|
|
|
1949
1939
|
<widget class="QGroupBox" name="regressor_groupBox">
|
|
1950
1940
|
<property name="geometry">
|
|
1951
1941
|
<rect>
|
|
1952
|
-
<x>
|
|
1942
|
+
<x>10</x>
|
|
1953
1943
|
<y>595</y>
|
|
1954
1944
|
<width>1571</width>
|
|
1955
1945
|
<height>181</height>
|
|
@@ -2219,7 +2209,7 @@
|
|
|
2219
2209
|
<widget class="QGroupBox" name="logOutput_groupBox">
|
|
2220
2210
|
<property name="geometry">
|
|
2221
2211
|
<rect>
|
|
2222
|
-
<x>
|
|
2212
|
+
<x>1200</x>
|
|
2223
2213
|
<y>7</y>
|
|
2224
2214
|
<width>381</width>
|
|
2225
2215
|
<height>221</height>
|
|
@@ -2271,7 +2261,7 @@
|
|
|
2271
2261
|
<widget class="QGroupBox" name="simfunc_groupBox">
|
|
2272
2262
|
<property name="geometry">
|
|
2273
2263
|
<rect>
|
|
2274
|
-
<x>
|
|
2264
|
+
<x>1010</x>
|
|
2275
2265
|
<y>407</y>
|
|
2276
2266
|
<width>571</width>
|
|
2277
2267
|
<height>186</height>
|
|
@@ -2389,7 +2379,7 @@
|
|
|
2389
2379
|
</property>
|
|
2390
2380
|
</designerdata>
|
|
2391
2381
|
<buttongroups>
|
|
2392
|
-
<buttongroup name="stats_buttonGroup"/>
|
|
2393
2382
|
<buttongroup name="colormap_buttonGroup"/>
|
|
2383
|
+
<buttongroup name="stats_buttonGroup"/>
|
|
2394
2384
|
</buttongroups>
|
|
2395
2385
|
</ui>
|
|
@@ -12,19 +12,19 @@ from PyQt6 import QtCore, QtGui, QtWidgets
|
|
|
12
12
|
class Ui_MainWindow(object):
|
|
13
13
|
def setupUi(self, MainWindow):
|
|
14
14
|
MainWindow.setObjectName("MainWindow")
|
|
15
|
-
MainWindow.resize(
|
|
15
|
+
MainWindow.resize(1595, 810)
|
|
16
16
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.MinimumExpanding, QtWidgets.QSizePolicy.Policy.MinimumExpanding)
|
|
17
17
|
sizePolicy.setHorizontalStretch(1)
|
|
18
18
|
sizePolicy.setVerticalStretch(1)
|
|
19
19
|
sizePolicy.setHeightForWidth(MainWindow.sizePolicy().hasHeightForWidth())
|
|
20
20
|
MainWindow.setSizePolicy(sizePolicy)
|
|
21
|
-
MainWindow.setMinimumSize(QtCore.QSize(
|
|
22
|
-
MainWindow.setMaximumSize(QtCore.QSize(
|
|
21
|
+
MainWindow.setMinimumSize(QtCore.QSize(1595, 810))
|
|
22
|
+
MainWindow.setMaximumSize(QtCore.QSize(1595, 810))
|
|
23
23
|
MainWindow.setSizeIncrement(QtCore.QSize(1, 1))
|
|
24
24
|
self.centralwidget = QtWidgets.QWidget(parent=MainWindow)
|
|
25
25
|
self.centralwidget.setObjectName("centralwidget")
|
|
26
26
|
self.imageData_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
27
|
-
self.imageData_groupBox.setGeometry(QtCore.QRect(
|
|
27
|
+
self.imageData_groupBox.setGeometry(QtCore.QRect(440, 7, 561, 591))
|
|
28
28
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.MinimumExpanding, QtWidgets.QSizePolicy.Policy.Maximum)
|
|
29
29
|
sizePolicy.setHorizontalStretch(1)
|
|
30
30
|
sizePolicy.setVerticalStretch(1)
|
|
@@ -64,9 +64,6 @@ class Ui_MainWindow(object):
|
|
|
64
64
|
self.setMask_Button = QtWidgets.QPushButton(parent=self.imageData_groupBox)
|
|
65
65
|
self.setMask_Button.setObjectName("setMask_Button")
|
|
66
66
|
self.verticalLayout_3.addWidget(self.setMask_Button)
|
|
67
|
-
self.nextFile_Button = QtWidgets.QPushButton(parent=self.imageData_groupBox)
|
|
68
|
-
self.nextFile_Button.setObjectName("nextFile_Button")
|
|
69
|
-
self.verticalLayout_3.addWidget(self.nextFile_Button)
|
|
70
67
|
self.dispmin_doubleSpinBox = QtWidgets.QDoubleSpinBox(parent=self.imageData_groupBox)
|
|
71
68
|
self.dispmin_doubleSpinBox.setAlignment(QtCore.Qt.AlignmentFlag.AlignRight|QtCore.Qt.AlignmentFlag.AlignTrailing|QtCore.Qt.AlignmentFlag.AlignVCenter)
|
|
72
69
|
self.dispmin_doubleSpinBox.setDecimals(3)
|
|
@@ -255,7 +252,7 @@ class Ui_MainWindow(object):
|
|
|
255
252
|
self.main_graphicsView_ax.setObjectName("main_graphicsView_ax")
|
|
256
253
|
self.gridLayout.addWidget(self.main_graphicsView_ax, 1, 1, 1, 1)
|
|
257
254
|
self.overlays_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
258
|
-
self.overlays_groupBox.setGeometry(QtCore.QRect(
|
|
255
|
+
self.overlays_groupBox.setGeometry(QtCore.QRect(10, 7, 421, 591))
|
|
259
256
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Preferred)
|
|
260
257
|
sizePolicy.setHorizontalStretch(0)
|
|
261
258
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -638,7 +635,7 @@ class Ui_MainWindow(object):
|
|
|
638
635
|
self.overlay_radioButton_15.raise_()
|
|
639
636
|
self.overlay_radioButton_16.raise_()
|
|
640
637
|
self.histogram_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
641
|
-
self.histogram_groupBox.setGeometry(QtCore.QRect(
|
|
638
|
+
self.histogram_groupBox.setGeometry(QtCore.QRect(1010, 225, 571, 186))
|
|
642
639
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding)
|
|
643
640
|
sizePolicy.setHorizontalStretch(0)
|
|
644
641
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -661,7 +658,7 @@ class Ui_MainWindow(object):
|
|
|
661
658
|
self.histogram_graphicsView.setMaximumSize(QtCore.QSize(1000, 1000))
|
|
662
659
|
self.histogram_graphicsView.setObjectName("histogram_graphicsView")
|
|
663
660
|
self.mainimagedata_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
664
|
-
self.mainimagedata_groupBox.setGeometry(QtCore.QRect(
|
|
661
|
+
self.mainimagedata_groupBox.setGeometry(QtCore.QRect(1010, 7, 181, 221))
|
|
665
662
|
font = QtGui.QFont()
|
|
666
663
|
font.setFamily("Arial Narrow")
|
|
667
664
|
self.mainimagedata_groupBox.setFont(font)
|
|
@@ -750,7 +747,7 @@ class Ui_MainWindow(object):
|
|
|
750
747
|
self.runMovieButton.setGeometry(QtCore.QRect(20, 160, 151, 32))
|
|
751
748
|
self.runMovieButton.setObjectName("runMovieButton")
|
|
752
749
|
self.regressor_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
753
|
-
self.regressor_groupBox.setGeometry(QtCore.QRect(
|
|
750
|
+
self.regressor_groupBox.setGeometry(QtCore.QRect(10, 595, 1571, 181))
|
|
754
751
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding)
|
|
755
752
|
sizePolicy.setHorizontalStretch(0)
|
|
756
753
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -852,7 +849,7 @@ class Ui_MainWindow(object):
|
|
|
852
849
|
self.label_12.setAlignment(QtCore.Qt.AlignmentFlag.AlignCenter)
|
|
853
850
|
self.label_12.setObjectName("label_12")
|
|
854
851
|
self.logOutput_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
855
|
-
self.logOutput_groupBox.setGeometry(QtCore.QRect(
|
|
852
|
+
self.logOutput_groupBox.setGeometry(QtCore.QRect(1200, 7, 381, 221))
|
|
856
853
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding)
|
|
857
854
|
sizePolicy.setHorizontalStretch(0)
|
|
858
855
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -872,7 +869,7 @@ class Ui_MainWindow(object):
|
|
|
872
869
|
self.logOutput.setFont(font)
|
|
873
870
|
self.logOutput.setObjectName("logOutput")
|
|
874
871
|
self.simfunc_groupBox = QtWidgets.QGroupBox(parent=self.centralwidget)
|
|
875
|
-
self.simfunc_groupBox.setGeometry(QtCore.QRect(
|
|
872
|
+
self.simfunc_groupBox.setGeometry(QtCore.QRect(1010, 407, 571, 186))
|
|
876
873
|
sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Policy.Expanding, QtWidgets.QSizePolicy.Policy.Expanding)
|
|
877
874
|
sizePolicy.setHorizontalStretch(0)
|
|
878
875
|
sizePolicy.setVerticalStretch(0)
|
|
@@ -927,8 +924,6 @@ class Ui_MainWindow(object):
|
|
|
927
924
|
self.saveDisp_Button.setText(_translate("MainWindow", "Save"))
|
|
928
925
|
self.setMask_Button.setToolTip(_translate("MainWindow", "Right click to select the mask used to display the current map"))
|
|
929
926
|
self.setMask_Button.setText(_translate("MainWindow", "No mask"))
|
|
930
|
-
self.nextFile_Button.setToolTip(_translate("MainWindow", "Right click to select the mask used to display the current map"))
|
|
931
|
-
self.nextFile_Button.setText(_translate("MainWindow", "Next file"))
|
|
932
927
|
self.transparency_checkBox.setToolTip(_translate("MainWindow", "With transparency on, map values outside the range limits are not displayed."))
|
|
933
928
|
self.transparency_checkBox.setText(_translate("MainWindow", "Transparency"))
|
|
934
929
|
self.label_2.setText(_translate("MainWindow", "Colormap"))
|
|
@@ -134,9 +134,6 @@ class Ui_MainWindow(object):
|
|
|
134
134
|
self.setMask_Button = QtWidgets.QPushButton(parent=self.layoutWidget)
|
|
135
135
|
self.setMask_Button.setObjectName("setMask_Button")
|
|
136
136
|
self.verticalLayout_3.addWidget(self.setMask_Button)
|
|
137
|
-
self.nextFile_Button = QtWidgets.QPushButton(parent=self.layoutWidget)
|
|
138
|
-
self.nextFile_Button.setObjectName("nextFile_Button")
|
|
139
|
-
self.verticalLayout_3.addWidget(self.nextFile_Button)
|
|
140
137
|
spacerItem1 = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Policy.Minimum, QtWidgets.QSizePolicy.Policy.Expanding)
|
|
141
138
|
self.verticalLayout_3.addItem(spacerItem1)
|
|
142
139
|
self.transparency_checkBox = QtWidgets.QCheckBox(parent=self.layoutWidget)
|
|
@@ -633,7 +630,6 @@ class Ui_MainWindow(object):
|
|
|
633
630
|
self.resetDispSmart_Button.setText(_translate("MainWindow", "Smart"))
|
|
634
631
|
self.saveDisp_Button.setText(_translate("MainWindow", "Save"))
|
|
635
632
|
self.setMask_Button.setText(_translate("MainWindow", "No mask"))
|
|
636
|
-
self.nextFile_Button.setText(_translate("MainWindow", "Next file"))
|
|
637
633
|
self.transparency_checkBox.setToolTip(_translate("MainWindow", "With transparency on, map values outside the range limits are not displayed."))
|
|
638
634
|
self.transparency_checkBox.setText(_translate("MainWindow", "Transparency"))
|
|
639
635
|
self.label_2.setText(_translate("MainWindow", "Colormap"))
|