PaIRS-UniNa 0.2.7__cp311-cp311-win_amd64.whl → 0.2.11__cp311-cp311-win_amd64.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.
Files changed (50) hide show
  1. PaIRS_UniNa/Calibration_Tab.py +40 -24
  2. PaIRS_UniNa/Changes.txt +50 -0
  3. PaIRS_UniNa/Explorer.py +257 -77
  4. PaIRS_UniNa/FolderLoop.py +196 -6
  5. PaIRS_UniNa/Input_Tab.py +160 -53
  6. PaIRS_UniNa/Input_Tab_CalVi.py +11 -12
  7. PaIRS_UniNa/Input_Tab_tools.py +30 -28
  8. PaIRS_UniNa/Output_Tab.py +1 -3
  9. PaIRS_UniNa/PaIRS_pypacks.py +171 -67
  10. PaIRS_UniNa/Process_Tab.py +19 -15
  11. PaIRS_UniNa/Process_Tab_Disp.py +8 -1
  12. PaIRS_UniNa/SPIVCalHelp.py +155 -0
  13. PaIRS_UniNa/Saving_tools.py +3 -0
  14. PaIRS_UniNa/TabTools.py +201 -9
  15. PaIRS_UniNa/Vis_Tab.py +221 -65
  16. PaIRS_UniNa/Vis_Tab_CalVi.py +139 -12
  17. PaIRS_UniNa/Whatsnew.py +4 -3
  18. PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
  19. PaIRS_UniNa/__init__.py +3 -3
  20. PaIRS_UniNa/addwidgets_ps.py +773 -97
  21. PaIRS_UniNa/calibView.py +5 -2
  22. PaIRS_UniNa/gPaIRS.py +307 -48
  23. PaIRS_UniNa/icons/closeAllFloat.png +0 -0
  24. PaIRS_UniNa/icons/defaultWinSize.png +0 -0
  25. PaIRS_UniNa/icons/dockVis.png +0 -0
  26. PaIRS_UniNa/icons/dockVis_disable.png +0 -0
  27. PaIRS_UniNa/icons/floatingVisSize.png +0 -0
  28. PaIRS_UniNa/icons/folder_loop_cleanup.png +0 -0
  29. PaIRS_UniNa/icons/folder_loop_cleanup_off.png +0 -0
  30. PaIRS_UniNa/icons/fullWinsize.png +0 -0
  31. PaIRS_UniNa/icons/icon_PaIRS.ico +0 -0
  32. PaIRS_UniNa/icons/information.png +0 -0
  33. PaIRS_UniNa/icons/information2.png +0 -0
  34. PaIRS_UniNa/icons/scan_path_loop.png +0 -0
  35. PaIRS_UniNa/icons/scan_path_loop_off.png +0 -0
  36. PaIRS_UniNa/icons/smallWinSize.png +0 -0
  37. PaIRS_UniNa/icons/spiv_setup_no.png +0 -0
  38. PaIRS_UniNa/icons/spiv_setup_ok.png +0 -0
  39. PaIRS_UniNa/icons/undockVis.png +0 -0
  40. PaIRS_UniNa/procTools.py +46 -1
  41. PaIRS_UniNa/rqrdpckgs.txt +7 -7
  42. PaIRS_UniNa/tabSplitter.py +6 -1
  43. PaIRS_UniNa/ui_Calibration_Tab.py +92 -59
  44. PaIRS_UniNa/ui_gPairs.py +92 -50
  45. PaIRS_UniNa/ui_infoPaIRS.py +8 -8
  46. PaIRS_UniNa/whatsnew.txt +2 -3
  47. {pairs_unina-0.2.7.dist-info → pairs_unina-0.2.11.dist-info}/METADATA +6 -8
  48. {pairs_unina-0.2.7.dist-info → pairs_unina-0.2.11.dist-info}/RECORD +50 -33
  49. {pairs_unina-0.2.7.dist-info → pairs_unina-0.2.11.dist-info}/WHEEL +1 -1
  50. {pairs_unina-0.2.7.dist-info → pairs_unina-0.2.11.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_gPairs.py CHANGED
@@ -2,7 +2,7 @@ from .addwidgets_ps import icons_path
2
2
  # -*- coding: utf-8 -*-
3
3
 
4
4
  ################################################################################
5
- ## Form generated from reading UI file 'gPairsBWkUdB.ui'
5
+ ## Form generated from reading UI file 'gPairsdoLolq.ui'
6
6
  ##
7
7
  ## Created by: Qt User Interface Compiler version 6.7.2
8
8
  ##
@@ -32,8 +32,8 @@ class Ui_gPairs(object):
32
32
  def setupUi(self, gPairs):
33
33
  if not gPairs.objectName():
34
34
  gPairs.setObjectName(u"gPairs")
35
- gPairs.resize(1800, 550)
36
- gPairs.setMinimumSize(QSize(1100, 550))
35
+ gPairs.resize(1800, 750)
36
+ gPairs.setMinimumSize(QSize(1100, 750))
37
37
  gPairs.setMaximumSize(QSize(16777215, 16777215))
38
38
  font = QFont()
39
39
  font.setPointSize(11)
@@ -125,6 +125,31 @@ class Ui_gPairs(object):
125
125
  icon13 = QIcon()
126
126
  icon13.addFile(u""+ icons_path +"flaticon_PaIRS_download.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
127
127
  self.actionDownload.setIcon(icon13)
128
+ self.actionDefault_sizes = QAction(gPairs)
129
+ self.actionDefault_sizes.setObjectName(u"actionDefault_sizes")
130
+ icon14 = QIcon()
131
+ icon14.addFile(u""+ icons_path +"defaultWinSize.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
132
+ self.actionDefault_sizes.setIcon(icon14)
133
+ self.actionSmall_sizes = QAction(gPairs)
134
+ self.actionSmall_sizes.setObjectName(u"actionSmall_sizes")
135
+ icon15 = QIcon()
136
+ icon15.addFile(u""+ icons_path +"smallWinSize.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
137
+ self.actionSmall_sizes.setIcon(icon15)
138
+ self.actionFull_screen_sizes = QAction(gPairs)
139
+ self.actionFull_screen_sizes.setObjectName(u"actionFull_screen_sizes")
140
+ icon16 = QIcon()
141
+ icon16.addFile(u""+ icons_path +"fullWinsize.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
142
+ self.actionFull_screen_sizes.setIcon(icon16)
143
+ self.actionFloating_Vis_layout = QAction(gPairs)
144
+ self.actionFloating_Vis_layout.setObjectName(u"actionFloating_Vis_layout")
145
+ icon17 = QIcon()
146
+ icon17.addFile(u""+ icons_path +"floatingVisSize.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
147
+ self.actionFloating_Vis_layout.setIcon(icon17)
148
+ self.actionDock_all = QAction(gPairs)
149
+ self.actionDock_all.setObjectName(u"actionDock_all")
150
+ icon18 = QIcon()
151
+ icon18.addFile(u""+ icons_path +"closeAllFloat.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
152
+ self.actionDock_all.setIcon(icon18)
128
153
  self.centralwidget = QWidget(gPairs)
129
154
  self.centralwidget.setObjectName(u"centralwidget")
130
155
  self.centralwidget.setMinimumSize(QSize(0, 0))
@@ -166,7 +191,7 @@ class Ui_gPairs(object):
166
191
  self.w_Buttons_Run.setMinimumSize(QSize(0, 60))
167
192
  self.w_Buttons_Run.setMaximumSize(QSize(16777215, 60))
168
193
  self.horizontalLayout_10 = QHBoxLayout(self.w_Buttons_Run)
169
- self.horizontalLayout_10.setSpacing(5)
194
+ self.horizontalLayout_10.setSpacing(8)
170
195
  self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
171
196
  self.horizontalLayout_10.setContentsMargins(0, 0, 0, 0)
172
197
  self.logo = QLabel(self.w_Buttons_Run)
@@ -185,7 +210,7 @@ class Ui_gPairs(object):
185
210
  font1 = QFont()
186
211
  font1.setPointSize(16)
187
212
  self.button_PaIRS_download.setFont(font1)
188
- self.button_PaIRS_download.setStyleSheet(u"QToolButton#button_PaIRS_download{border: none}")
213
+ self.button_PaIRS_download.setStyleSheet(u"QToolButton{border: none}")
189
214
  self.button_PaIRS_download.setIcon(icon13)
190
215
  self.button_PaIRS_download.setIconSize(QSize(24, 24))
191
216
  self.button_PaIRS_download.setCheckable(False)
@@ -198,9 +223,9 @@ class Ui_gPairs(object):
198
223
  self.button_colormode.setMaximumSize(QSize(30, 30))
199
224
  self.button_colormode.setFont(font1)
200
225
  self.button_colormode.setStyleSheet(u"QToolButton{border: none}")
201
- icon14 = QIcon()
202
- icon14.addFile(u""+ icons_path +"darkmode.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
203
- self.button_colormode.setIcon(icon14)
226
+ icon19 = QIcon()
227
+ icon19.addFile(u""+ icons_path +"darkmode.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
228
+ self.button_colormode.setIcon(icon19)
204
229
  self.button_colormode.setIconSize(QSize(24, 24))
205
230
  self.button_colormode.setCheckable(False)
206
231
 
@@ -212,9 +237,9 @@ class Ui_gPairs(object):
212
237
  self.button_packissue.setMaximumSize(QSize(30, 30))
213
238
  self.button_packissue.setFont(font1)
214
239
  self.button_packissue.setStyleSheet(u"QToolButton{border: none}")
215
- icon15 = QIcon()
216
- icon15.addFile(u""+ icons_path +"python_warning.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
217
- self.button_packissue.setIcon(icon15)
240
+ icon20 = QIcon()
241
+ icon20.addFile(u""+ icons_path +"python_warning.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
242
+ self.button_packissue.setIcon(icon20)
218
243
  self.button_packissue.setIconSize(QSize(24, 24))
219
244
  self.button_packissue.setCheckable(False)
220
245
 
@@ -284,9 +309,9 @@ class Ui_gPairs(object):
284
309
  self.button_pause.setFont(font1)
285
310
  self.button_pause.setToolTipDuration(-1)
286
311
  self.button_pause.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
287
- icon16 = QIcon()
288
- icon16.addFile(u""+ icons_path +"pause.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
289
- self.button_pause.setIcon(icon16)
312
+ icon21 = QIcon()
313
+ icon21.addFile(u""+ icons_path +"pause.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
314
+ self.button_pause.setIcon(icon21)
290
315
  self.button_pause.setIconSize(QSize(28, 28))
291
316
  self.button_pause.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
292
317
  self.button_pause.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
@@ -444,9 +469,9 @@ class Ui_gPairs(object):
444
469
  self.button_Run_CalVi.setMinimumSize(QSize(80, 40))
445
470
  self.button_Run_CalVi.setMaximumSize(QSize(80, 40))
446
471
  self.button_Run_CalVi.setFont(font4)
447
- icon17 = QIcon()
448
- icon17.addFile(u""+ icons_path +"play.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
449
- self.button_Run_CalVi.setIcon(icon17)
472
+ icon22 = QIcon()
473
+ icon22.addFile(u""+ icons_path +"play.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
474
+ self.button_Run_CalVi.setIcon(icon22)
450
475
 
451
476
  self.horizontalLayout_2.addWidget(self.button_Run_CalVi)
452
477
 
@@ -457,9 +482,9 @@ class Ui_gPairs(object):
457
482
  self.button_Abort_CalVi.setMinimumSize(QSize(80, 40))
458
483
  self.button_Abort_CalVi.setMaximumSize(QSize(80, 40))
459
484
  self.button_Abort_CalVi.setFont(font4)
460
- icon18 = QIcon()
461
- icon18.addFile(u""+ icons_path +"abort.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
462
- self.button_Abort_CalVi.setIcon(icon18)
485
+ icon23 = QIcon()
486
+ icon23.addFile(u""+ icons_path +"abort.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
487
+ self.button_Abort_CalVi.setIcon(icon23)
463
488
 
464
489
  self.horizontalLayout_2.addWidget(self.button_Abort_CalVi)
465
490
 
@@ -472,9 +497,9 @@ class Ui_gPairs(object):
472
497
  self.button_restore_undo.setFont(font1)
473
498
  self.button_restore_undo.setToolTipDuration(-1)
474
499
  self.button_restore_undo.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
475
- icon19 = QIcon()
476
- icon19.addFile(u""+ icons_path +"restore_undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
477
- self.button_restore_undo.setIcon(icon19)
500
+ icon24 = QIcon()
501
+ icon24.addFile(u""+ icons_path +"restore_undo.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
502
+ self.button_restore_undo.setIcon(icon24)
478
503
  self.button_restore_undo.setIconSize(QSize(28, 28))
479
504
  self.button_restore_undo.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
480
505
  self.button_restore_undo.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
@@ -490,9 +515,9 @@ class Ui_gPairs(object):
490
515
  self.button_reset_step.setFont(font1)
491
516
  self.button_reset_step.setToolTipDuration(-1)
492
517
  self.button_reset_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
493
- icon20 = QIcon()
494
- icon20.addFile(u""+ icons_path +"reset.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
495
- self.button_reset_step.setIcon(icon20)
518
+ icon25 = QIcon()
519
+ icon25.addFile(u""+ icons_path +"reset.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
520
+ self.button_reset_step.setIcon(icon25)
496
521
  self.button_reset_step.setIconSize(QSize(28, 28))
497
522
  self.button_reset_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
498
523
  self.button_reset_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
@@ -508,9 +533,9 @@ class Ui_gPairs(object):
508
533
  self.button_step_inherit.setFont(font1)
509
534
  self.button_step_inherit.setToolTipDuration(-1)
510
535
  self.button_step_inherit.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
511
- icon21 = QIcon()
512
- icon21.addFile(u""+ icons_path +"step_inheritance.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
513
- self.button_step_inherit.setIcon(icon21)
536
+ icon26 = QIcon()
537
+ icon26.addFile(u""+ icons_path +"step_inheritance.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
538
+ self.button_step_inherit.setIcon(icon26)
514
539
  self.button_step_inherit.setIconSize(QSize(28, 28))
515
540
  self.button_step_inherit.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
516
541
  self.button_step_inherit.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
@@ -526,9 +551,9 @@ class Ui_gPairs(object):
526
551
  self.button_copy_step.setFont(font1)
527
552
  self.button_copy_step.setToolTipDuration(-1)
528
553
  self.button_copy_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
529
- icon22 = QIcon()
530
- icon22.addFile(u""+ icons_path +"copy_process.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
531
- self.button_copy_step.setIcon(icon22)
554
+ icon27 = QIcon()
555
+ icon27.addFile(u""+ icons_path +"copy_process.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
556
+ self.button_copy_step.setIcon(icon27)
532
557
  self.button_copy_step.setIconSize(QSize(28, 28))
533
558
  self.button_copy_step.setPopupMode(QToolButton.ToolButtonPopupMode.DelayedPopup)
534
559
  self.button_copy_step.setToolButtonStyle(Qt.ToolButtonStyle.ToolButtonIconOnly)
@@ -544,9 +569,9 @@ class Ui_gPairs(object):
544
569
  self.button_link_step.setFont(font1)
545
570
  self.button_link_step.setToolTipDuration(-1)
546
571
  self.button_link_step.setLayoutDirection(Qt.LayoutDirection.LeftToRight)
547
- icon23 = QIcon()
548
- icon23.addFile(u""+ icons_path +"unlink.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
549
- self.button_link_step.setIcon(icon23)
572
+ icon28 = QIcon()
573
+ icon28.addFile(u""+ icons_path +"unlink.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
574
+ self.button_link_step.setIcon(icon28)
550
575
  self.button_link_step.setIconSize(QSize(28, 28))
551
576
  self.button_link_step.setCheckable(True)
552
577
  self.button_link_step.setChecked(False)
@@ -560,10 +585,10 @@ class Ui_gPairs(object):
560
585
  self.workspace_icon.setMinimumSize(QSize(60, 60))
561
586
  self.workspace_icon.setMaximumSize(QSize(60, 60))
562
587
  self.workspace_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
563
- icon24 = QIcon()
564
- icon24.addFile(u""+ icons_path +"workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
565
- self.workspace_icon.setIcon(icon24)
566
- self.workspace_icon.setIconSize(QSize(60, 60))
588
+ icon29 = QIcon()
589
+ icon29.addFile(u""+ icons_path +"workspace.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
590
+ self.workspace_icon.setIcon(icon29)
591
+ self.workspace_icon.setIconSize(QSize(57, 57))
567
592
 
568
593
  self.horizontalLayout_2.addWidget(self.workspace_icon)
569
594
 
@@ -631,10 +656,10 @@ class Ui_gPairs(object):
631
656
  self.title_icon.setMinimumSize(QSize(60, 60))
632
657
  self.title_icon.setMaximumSize(QSize(60, 60))
633
658
  self.title_icon.setStyleSheet(u"QPushButton{border: none,;background: none}")
634
- icon25 = QIcon()
635
- icon25.addFile(u""+ icons_path +"project.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
636
- self.title_icon.setIcon(icon25)
637
- self.title_icon.setIconSize(QSize(60, 60))
659
+ icon30 = QIcon()
660
+ icon30.addFile(u""+ icons_path +"project.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
661
+ self.title_icon.setIcon(icon30)
662
+ self.title_icon.setIconSize(QSize(57, 57))
638
663
 
639
664
  self.horizontalLayout_2.addWidget(self.title_icon)
640
665
 
@@ -692,7 +717,7 @@ class Ui_gPairs(object):
692
717
  gPairs.setStatusBar(self.statusbar)
693
718
  self.menubar = QMenuBar(gPairs)
694
719
  self.menubar.setObjectName(u"menubar")
695
- self.menubar.setGeometry(QRect(0, 0, 1800, 43))
720
+ self.menubar.setGeometry(QRect(0, 0, 1800, 39))
696
721
  self.menubar.setFont(font)
697
722
  self.menubar.setNativeMenuBar(False)
698
723
  self.menuFile = QMenu(self.menubar)
@@ -701,14 +726,16 @@ class Ui_gPairs(object):
701
726
  self.menuHelp.setObjectName(u"menuHelp")
702
727
  self.menu = QMenu(self.menubar)
703
728
  self.menu.setObjectName(u"menu")
704
- icon26 = QIcon()
705
- icon26.addFile(u""+ icons_path +"flaticon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
706
- self.menu.setIcon(icon26)
729
+ icon31 = QIcon()
730
+ icon31.addFile(u""+ icons_path +"flaticon_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
731
+ self.menu.setIcon(icon31)
707
732
  self.menuPaIRS = QMenu(self.menu)
708
733
  self.menuPaIRS.setObjectName(u"menuPaIRS")
709
- icon27 = QIcon()
710
- icon27.addFile(u""+ icons_path +"logo_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
711
- self.menuPaIRS.setIcon(icon27)
734
+ icon32 = QIcon()
735
+ icon32.addFile(u""+ icons_path +"logo_PaIRS.png", QSize(), QIcon.Mode.Normal, QIcon.State.Off)
736
+ self.menuPaIRS.setIcon(icon32)
737
+ self.menuWindow = QMenu(self.menubar)
738
+ self.menuWindow.setObjectName(u"menuWindow")
712
739
  gPairs.setMenuBar(self.menubar)
713
740
  QWidget.setTabOrder(self.button_PaIRS_download, self.button_colormode)
714
741
  QWidget.setTabOrder(self.button_colormode, self.spin_nworkers)
@@ -726,6 +753,7 @@ class Ui_gPairs(object):
726
753
 
727
754
  self.menubar.addAction(self.menu.menuAction())
728
755
  self.menubar.addAction(self.menuFile.menuAction())
756
+ self.menubar.addAction(self.menuWindow.menuAction())
729
757
  self.menubar.addAction(self.menuHelp.menuAction())
730
758
  self.menuFile.addAction(self.actionNew)
731
759
  self.menuFile.addAction(self.actionOpen)
@@ -746,6 +774,14 @@ class Ui_gPairs(object):
746
774
  self.menuPaIRS.addAction(self.actionPaIRS_Run)
747
775
  self.menuPaIRS.addAction(self.actionPaIRS_Clean_run)
748
776
  self.menuPaIRS.addAction(self.actionPaIRS_Debug_run)
777
+ self.menuWindow.addSeparator()
778
+ self.menuWindow.addAction(self.actionDefault_sizes)
779
+ self.menuWindow.addSeparator()
780
+ self.menuWindow.addAction(self.actionSmall_sizes)
781
+ self.menuWindow.addAction(self.actionFull_screen_sizes)
782
+ self.menuWindow.addSeparator()
783
+ self.menuWindow.addAction(self.actionFloating_Vis_layout)
784
+ self.menuWindow.addAction(self.actionDock_all)
749
785
 
750
786
  self.retranslateUi(gPairs)
751
787
 
@@ -780,6 +816,11 @@ class Ui_gPairs(object):
780
816
  self.actionCalVi_Debug_run.setText(QCoreApplication.translate("gPairs", u"Debug run", None))
781
817
  self.actionChanges.setText(QCoreApplication.translate("gPairs", u"Changes", None))
782
818
  self.actionDownload.setText(QCoreApplication.translate("gPairs", u"Download app", None))
819
+ self.actionDefault_sizes.setText(QCoreApplication.translate("gPairs", u"Default sizes", None))
820
+ self.actionSmall_sizes.setText(QCoreApplication.translate("gPairs", u"Small sizes", None))
821
+ self.actionFull_screen_sizes.setText(QCoreApplication.translate("gPairs", u"Full-screen sizes", None))
822
+ self.actionFloating_Vis_layout.setText(QCoreApplication.translate("gPairs", u"Floating Vis layout", None))
823
+ self.actionDock_all.setText(QCoreApplication.translate("gPairs", u"Dock all windows", None))
783
824
  #if QT_CONFIG(tooltip)
784
825
  self.logo.setToolTip(QCoreApplication.translate("gPairs", u"PaIRS - Particle Image Reconstruction Software", None))
785
826
  #endif // QT_CONFIG(tooltip)
@@ -873,5 +914,6 @@ class Ui_gPairs(object):
873
914
  self.menuHelp.setTitle(QCoreApplication.translate("gPairs", u"?", None))
874
915
  self.menu.setTitle("")
875
916
  self.menuPaIRS.setTitle(QCoreApplication.translate("gPairs", u"PaIRS", None))
917
+ self.menuWindow.setTitle(QCoreApplication.translate("gPairs", u"Window", None))
876
918
  # retranslateUi
877
919
 
@@ -2,7 +2,7 @@ from .addwidgets_ps import icons_path
2
2
  # -*- coding: utf-8 -*-
3
3
 
4
4
  ################################################################################
5
- ## Form generated from reading UI file 'infoPaIRSWjIuhO.ui'
5
+ ## Form generated from reading UI file 'infoPaIRSwnzWdY.ui'
6
6
  ##
7
7
  ## Created by: Qt User Interface Compiler version 6.9.1
8
8
  ##
@@ -24,8 +24,8 @@ class Ui_InfoPaiRS(object):
24
24
  def setupUi(self, InfoPaiRS):
25
25
  if not InfoPaiRS.objectName():
26
26
  InfoPaiRS.setObjectName(u"InfoPaiRS")
27
- InfoPaiRS.resize(700, 650)
28
- InfoPaiRS.setMinimumSize(QSize(550, 600))
27
+ InfoPaiRS.resize(750, 650)
28
+ InfoPaiRS.setMinimumSize(QSize(600, 600))
29
29
  font = QFont()
30
30
  font.setFamilies([u"Arial"])
31
31
  InfoPaiRS.setFont(font)
@@ -172,7 +172,7 @@ class Ui_InfoPaiRS(object):
172
172
  self.scrollArea_ger_cv.setWidgetResizable(True)
173
173
  self.scrollAreaWidgetContents_ger_cv = QWidget()
174
174
  self.scrollAreaWidgetContents_ger_cv.setObjectName(u"scrollAreaWidgetContents_ger_cv")
175
- self.scrollAreaWidgetContents_ger_cv.setGeometry(QRect(0, 0, 494, 266))
175
+ self.scrollAreaWidgetContents_ger_cv.setGeometry(QRect(0, 0, 544, 266))
176
176
  self.verticalLayout = QVBoxLayout(self.scrollAreaWidgetContents_ger_cv)
177
177
  self.verticalLayout.setSpacing(0)
178
178
  self.verticalLayout.setObjectName(u"verticalLayout")
@@ -247,7 +247,7 @@ class Ui_InfoPaiRS(object):
247
247
  self.scrollArea_tom_cv.setWidgetResizable(True)
248
248
  self.scrollAreaWidgetContents_tom_cv = QWidget()
249
249
  self.scrollAreaWidgetContents_tom_cv.setObjectName(u"scrollAreaWidgetContents_tom_cv")
250
- self.scrollAreaWidgetContents_tom_cv.setGeometry(QRect(0, 0, 494, 266))
250
+ self.scrollAreaWidgetContents_tom_cv.setGeometry(QRect(0, 0, 544, 266))
251
251
  self.verticalLayout_2 = QVBoxLayout(self.scrollAreaWidgetContents_tom_cv)
252
252
  self.verticalLayout_2.setSpacing(0)
253
253
  self.verticalLayout_2.setObjectName(u"verticalLayout_2")
@@ -325,7 +325,7 @@ class Ui_InfoPaiRS(object):
325
325
  self.scrollArea_list_ref.setWidgetResizable(True)
326
326
  self.scrollAreaWidgetContents = QWidget()
327
327
  self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
328
- self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 649, 582))
328
+ self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 699, 582))
329
329
  self.scrollAreaWidgetContents.setStyleSheet(u"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
330
330
  "<ui version=\"4.0\">\n"
331
331
  " <widget name=\"__qt_fake_top_level\">\n"
@@ -445,7 +445,7 @@ class Ui_InfoPaiRS(object):
445
445
  self.scrollArea_req.setWidgetResizable(True)
446
446
  self.scrollAreaWidgetContents_2 = QWidget()
447
447
  self.scrollAreaWidgetContents_2.setObjectName(u"scrollAreaWidgetContents_2")
448
- self.scrollAreaWidgetContents_2.setGeometry(QRect(0, 0, 664, 558))
448
+ self.scrollAreaWidgetContents_2.setGeometry(QRect(0, 0, 714, 558))
449
449
  self.scrollAreaWidgetContents_2.setStyleSheet(u"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
450
450
  "<ui version=\"4.0\">\n"
451
451
  " <widget name=\"__qt_fake_top_level\">\n"
@@ -515,7 +515,7 @@ class Ui_InfoPaiRS(object):
515
515
  InfoPaiRS.setCentralWidget(self.centralwidget)
516
516
  self.menubar = QMenuBar(InfoPaiRS)
517
517
  self.menubar.setObjectName(u"menubar")
518
- self.menubar.setGeometry(QRect(0, 0, 700, 33))
518
+ self.menubar.setGeometry(QRect(0, 0, 750, 33))
519
519
  InfoPaiRS.setMenuBar(self.menubar)
520
520
 
521
521
  self.retranslateUi(InfoPaiRS)
PaIRS_UniNa/whatsnew.txt CHANGED
@@ -1,5 +1,4 @@
1
- % Fixed bugs on streamline visualization in pixel units when a custom resolution is set.<br><br>Fixed incorrect update of reprojection errors in CalVi when enlarging the control point grid.<br><br>Corrected automatic resize/reshape behavior specified in the Output Tab.<br><br>
2
- * Changed behavior of button for restricting view on interrogation-window area for improved usability.<br><br>Process names copied within the process tree are now automatically updated to avoid conflicts.<br><br>Improved selection behavior in editable input fields.<br><br>
3
- § PaIRS now ships with executables! Download them from the <a href="https://www.pairs.unina.it/#download">PaIRS website</a>.<br>
1
+ % Fixed an issue preventing correct restoration of reshape/resize settings in the Output tab at startup.<br><br>
2
+ * Minor UI restyling improving visual feedback during user interactions.<br><br>Introduced detachable Vis plot area for more comfortable and effective result visualization in a separate floating window.<br><br>Added a dedicated Window menu to quickly apply convenient interface layouts and manage detached windows.<br>
4
3
 
5
4
  # !=critical issue, %=bugfix, &=announcement, *=improvement, £=bold font without icon, §=python distribution
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PaIRS_UniNa
3
- Version: 0.2.7
3
+ Version: 0.2.11
4
4
  Summary: PaIRS - Particle Image Reconstruction Software
5
5
  Home-page: https://pairs.unina.it/
6
6
  Author: Gerardo Paolillo and Tommaso Astarita
@@ -48,17 +48,15 @@ PaIRS-UniNa is supported by Python 3.10+ and is compatible with all the operatin
48
48
 
49
49
  For further information, please visit the [PaIRS website](https://www.pairs.unina.it/).
50
50
 
51
- ## What's new in PaIRS-UniNa 0.2.7
51
+ ## What's new in PaIRS-UniNa 0.2.11
52
52
 
53
53
  ### Bug fixes:
54
- - Fixed incorrect streamline visualization when viewing images in pixel units.
55
- - Reprojection errors in CalVi are now correctly recalculated and plotted when expanding the control-point grid.
56
- - Image transformations are now preserved even with automatic reshape/resize option enabled in the Output tab.
54
+ - Fixed an issue preventing correct restoration of reshape/resize settings in the Output tab at startup.
57
55
 
58
56
  ### User-interface enhancements:
59
- - The button for restricting the view on the interrogation-window area now opens a popup menu to select which interrogation-window size to display across process iterations.
60
- - Duplicated process names are automatically updated to avoid conflicts.
61
- - Improved behavior of editable fields: accurate cursor positioning, proper highlighting and background restoration.
57
+ - Minor UI restyling improving visual feedback during user interactions.
58
+ - Introduced detachable Vis plot area for more comfortable and effective result visualization in a separate floating window.
59
+ - Added a dedicated Window menu to quickly apply convenient interface layouts and manage detached windows.
62
60
 
63
61
  ### Distribution:
64
62
  - ready-to-use executables of PaIRS are now available!
@@ -1,33 +1,34 @@
1
- PaIRS_UniNa/Calibration_Tab.py,sha256=76K506LD4XskIcmp0YutfSDVcpNccDXGfLztV57D4bo,13133
2
- PaIRS_UniNa/Changes.txt,sha256=Gcr2QgLRo6tonBqiz7dw0CmrDubMZHGyp8-qsANGS4k,10449
1
+ PaIRS_UniNa/Calibration_Tab.py,sha256=GLrE9KtMS8cF-2ofNKhIgGnl-PCIPrCXomcEIxqVf-k,13853
2
+ PaIRS_UniNa/Changes.txt,sha256=WDXC7Kk6znRl7k0qS4nnXbQk7rDe9QSrv_tk90fB0Gw,14352
3
3
  PaIRS_UniNa/Custom_Top.py,sha256=lBF8_GmJYauWSuhOUH0R-kllv7_gBLIcVZruarVe6kg,11943
4
- PaIRS_UniNa/Explorer.py,sha256=3Sa2AOFRKCsrsafMLK0ePDPq2P8HHOCPPCMXWG22A_g,138025
5
- PaIRS_UniNa/FolderLoop.py,sha256=5NSzQQHc1ek3Jj_3nwAJ6dVaRGmE_BXCc7o8-6QGHXQ,16237
6
- PaIRS_UniNa/Input_Tab.py,sha256=7mJsvE2v0vq2Dwig1jBzYjToSa9XxOiQj51GvD7KQLM,33291
7
- PaIRS_UniNa/Input_Tab_CalVi.py,sha256=0Wxm3D541A48k3zgeHY1WE9VgP3YCnRijZQNYbB1jbw,34477
8
- PaIRS_UniNa/Input_Tab_tools.py,sha256=eVWFxIoYrEXCumbvSxTx6EqLcPzWZP6zzFzahPoyNQk,124008
4
+ PaIRS_UniNa/Explorer.py,sha256=XDNrLvlW2R7Dh0SyjpEoP8mYczA-7nxyduzmwUn4_VU,145735
5
+ PaIRS_UniNa/FolderLoop.py,sha256=V1OKKf_iscHtNFI3ilOsx7sLZ1oKlKaUa1Lcz-zYk3U,25244
6
+ PaIRS_UniNa/Input_Tab.py,sha256=9-ugZ2ZI1BtFN_HZJvJR_lniBf7CzY8xeaNg1UCjQeE,37850
7
+ PaIRS_UniNa/Input_Tab_CalVi.py,sha256=p4YtSr69yi_F7H-7rZriMeB_knJTn9Rr_3_HZcyAvcA,34347
8
+ PaIRS_UniNa/Input_Tab_tools.py,sha256=slrJ6GL8BmyEcX-e2-_SfYFHVhhk7SDo8HBkUSye_Q8,123968
9
9
  PaIRS_UniNa/Log_Tab.py,sha256=beiXlmPlIpt1VMl10ZxFGK6mTpWmm8Jy4d2ckNsQigs,3603
10
- PaIRS_UniNa/Output_Tab.py,sha256=BUYJVELC__OC0nfDaWV0tEkWTdzqbZ0weihkQq7yTmc,41144
10
+ PaIRS_UniNa/Output_Tab.py,sha256=oUwP0WhrOLcV_g3jKgKfGHdqPs5ydtQNknwgbYIZxR0,41024
11
11
  PaIRS_UniNa/PaIRS.py,sha256=paXrJMdEqwjH18suV1GREZi5VNo1x--Bam2JT1kpoBs,347
12
12
  PaIRS_UniNa/PaIRS_PIV.py,sha256=ROaCHUP7QWyy4CqHOH0mYWp-IiOCvuayn2mJGUQ0ewY,47077
13
- PaIRS_UniNa/PaIRS_pypacks.py,sha256=ugVcj454eYcirIHeXA55ZiO9IJJKYXe-Np7GUt3Ey-c,60071
14
- PaIRS_UniNa/Process_Tab.py,sha256=qYL03F32Vi_k66XtkzmNXKMbjeWm_t5qE-iEmrrQFlg,77092
13
+ PaIRS_UniNa/PaIRS_pypacks.py,sha256=y4LSgWxDq-E1W5PwE02KZCnNzSUVFnS1Br0N4UXEaHs,63534
14
+ PaIRS_UniNa/Process_Tab.py,sha256=ryOYGL0zDayVchn-asu6iGAHMDGI3-2O2v04-fkEZVM,77325
15
15
  PaIRS_UniNa/Process_Tab_CalVi.py,sha256=wpYzuI4a-mb5kowxDywA93k3AJHQAA4wZ6LwZsjArpo,12756
16
- PaIRS_UniNa/Process_Tab_Disp.py,sha256=D5L39ploEAgf7AI_eCGULp6nYVJmjRhW1E07_DRhsj8,5930
16
+ PaIRS_UniNa/Process_Tab_Disp.py,sha256=JJnhSz55gq2BsIQRJWL7j1HzgSTlow6MqYKjmt0-JmE,6186
17
17
  PaIRS_UniNa/Process_Tab_Min.py,sha256=RCP11E7aKoP_wU6yhktUN6N9rD5SwYZhfCGGldq7tYs,4085
18
18
  PaIRS_UniNa/ResizePopup.py,sha256=XvS5VFDE_s3sNv6pcWIt4rodSk5I_oFl3S9tRK90evg,1804
19
- PaIRS_UniNa/Saving_tools.py,sha256=_ku71sU7tTRiNahJjLumagw4mclqFVPJDsweluc34C0,11150
20
- PaIRS_UniNa/TabTools.py,sha256=_geVIsK2yVy2BoxKGDmLCO55y6SoSsRvBAMLylaP4n8,54484
21
- PaIRS_UniNa/Vis_Tab.py,sha256=UyCBltsgf4yDC06NDc_J24-6PuwEo-jJQgOyat_svqE,96562
22
- PaIRS_UniNa/Vis_Tab_CalVi.py,sha256=w9eI_MfFiIp3puk74g3gyPw0vzI1wajKYH15IxwKFg8,42803
23
- PaIRS_UniNa/Whatsnew.py,sha256=F1ysfb67HWdTpUrmBIFrmHRXGh38KwsggqsRp0xTExc,5682
24
- PaIRS_UniNa/_PaIRS_PIV.pyd,sha256=yYZTlT9e3EtrGqECDvQNck0aSjQPuiEpGCCt6AE_WV4,3559424
25
- PaIRS_UniNa/__init__.py,sha256=8xjLzYEMav_W1q57ZciEHJaSr74kVLePaL9anR9HO9M,143
19
+ PaIRS_UniNa/SPIVCalHelp.py,sha256=I_cU4bml5FeAmjRHdLJCrgxJ46u2arvmA8HUTfoSxHA,5950
20
+ PaIRS_UniNa/Saving_tools.py,sha256=hWFwIhePxmt43XzI5z4T8hCz_SPdA1a-cpkhQueVTZ4,11297
21
+ PaIRS_UniNa/TabTools.py,sha256=311YcYQ6-XvLtiZhWJdRBn-CB_IpcG0Bun91gQ6Ehsg,62601
22
+ PaIRS_UniNa/Vis_Tab.py,sha256=j2XLJoftoHrbfMeS7hDEpwfa_gnDYcR4o5Su2Y9052E,104174
23
+ PaIRS_UniNa/Vis_Tab_CalVi.py,sha256=8gVRi_7hSLVvWK5hOxuY52_ShaVXIHuyfIve0PY2GtA,48970
24
+ PaIRS_UniNa/Whatsnew.py,sha256=fqpSBLU0uFap-ZlYQyOtE6kOwWyuXJPJz8LUHA4Zi58,5816
25
+ PaIRS_UniNa/_PaIRS_PIV.pyd,sha256=mHNy7VNGkOSDOTuk7UC32Io-LdEM4CltanIvWr-ocTQ,3559424
26
+ PaIRS_UniNa/__init__.py,sha256=4a3fCpytXoAbQiH_P5nwd_kXfjZ-CVXQjAAx6kxnzjQ,144
26
27
  PaIRS_UniNa/__main__.py,sha256=639RU4DJEr8cAWbT8BOikjT_hd6Vxvo5xgWxyo54GAI,1369
27
- PaIRS_UniNa/addwidgets_ps.py,sha256=2KvIs_GkeN9w77vinEDLa67eVRrmqNGCIGMuUSvHhdE,43021
28
+ PaIRS_UniNa/addwidgets_ps.py,sha256=v2RSC7Wdlw10cgYU-959JNO4ztxuBntpKhz9ibuYZCI,66990
28
29
  PaIRS_UniNa/calib.py,sha256=njCPx4qMcOrpJBLQjQXVKneqo-svl4gjGWoNIAB2jgk,66036
29
- PaIRS_UniNa/calibView.py,sha256=jzOw-rHko87Cl11GnOH5zZzko3Ri86T9fIwgmU2JZig,34366
30
- PaIRS_UniNa/gPaIRS.py,sha256=9LaIylzqUsr0Beyj8CpLz8L2AvMX5WijPhWPTUUVOLM,181891
30
+ PaIRS_UniNa/calibView.py,sha256=alwIzLTl_wHOPiwsqiOljPDLMi5l_jOjw0ENYhLJEIQ,34411
31
+ PaIRS_UniNa/gPaIRS.py,sha256=RTddmogRCdjQ6KDvbSCcH_9s5bB4HhFLyKOxNyfMEgI,193660
31
32
  PaIRS_UniNa/gPalette.py,sha256=UcGqKO1OlaunCNIrGjUAKQRbZkwJnUn1-lT-ojZMbdU,17390
32
33
  PaIRS_UniNa/listLib.py,sha256=eyWTLZiIG4B60L87tcTZtRfNwJOMTkd_3_d0gHvU20Q,12135
33
34
  PaIRS_UniNa/mtfPIV.py,sha256=z8MrMUIEG934TM7O0MX1IYcT7dnW35NumVkthm7YUlI,8051
@@ -36,13 +37,13 @@ PaIRS_UniNa/parForWorkers.py,sha256=W_4A5A4GtRQ0GLlPw5nkW5xs3hmgv9FH2LuU6HixhL0,
36
37
  PaIRS_UniNa/pivParFor.py,sha256=oQX0Pz9EJh2Yf2KKGtM9RQ5wNpM452lWxkrilWJ6v4s,11153
37
38
  PaIRS_UniNa/plt_util.py,sha256=fqVCrAptE55qpFPPiKHUfFa3S4jUUETPRrB6w6CoWbs,3327
38
39
  PaIRS_UniNa/preProcParFor.py,sha256=XqigjWdcTWtYlEcdINx6YY_jE9BE3gw5ET_hITAMxJc,7474
39
- PaIRS_UniNa/procTools.py,sha256=N3n1B8xdC6Mx66iM33AOwTjNMlRRgovh4eRD967f38k,65862
40
+ PaIRS_UniNa/procTools.py,sha256=qjamhgHfl8lLbuRAVBJW6zZ_dx8VkmnuzKxmnm5ae1g,67651
40
41
  PaIRS_UniNa/readcfg.py,sha256=RBbQNVNfChA8O-ZEWJliuu7T4xOS7PRxFE08TlJKekc,2122
41
- PaIRS_UniNa/rqrdpckgs.txt,sha256=3m2BSs46Z_l4rDFF2xvSGfGTUMNn1m0Xgmc4UD9U8jE,219
42
+ PaIRS_UniNa/rqrdpckgs.txt,sha256=7NZJnGKTWjyRvoA9UYCjHBBByR17ufCms7hE9f3F-lw,220
42
43
  PaIRS_UniNa/stereoPivParFor.py,sha256=_5_9_G2F52FLmYcX_UDLBj_CN-7r17vKUcZavAxB53c,11248
43
44
  PaIRS_UniNa/tAVarie.py,sha256=ijMLekwWY4SqLYKAqsPSQiGScdYonM4_MjikGvICEGk,9400
44
- PaIRS_UniNa/tabSplitter.py,sha256=MHN6QeIKJywmdEY69k5KzvPzFr8B1tS8sgzRjgmCoG8,26597
45
- PaIRS_UniNa/ui_Calibration_Tab.py,sha256=ycCuIYL0FI13u2eHYL0ZG8qGA5kW8WLRktpE36RTeis,25244
45
+ PaIRS_UniNa/tabSplitter.py,sha256=mNmwUm9Jv3DfBdrSqECZtC4zD-mwVnrMLAJQW2j6v-E,26890
46
+ PaIRS_UniNa/ui_Calibration_Tab.py,sha256=vXL5hLgbwjsgAbtuchLlzMVWSxI43m51w4yi_6xMKig,27367
46
47
  PaIRS_UniNa/ui_Custom_Top.py,sha256=eyJ39I2mVJCxkYUDZZNoGIzr5Ut19nB72F8ssllh2oo,13972
47
48
  PaIRS_UniNa/ui_Input_Tab.py,sha256=wsDgtCsqgYw2gL8JAgiYp7m2i0rMiKRmZzXfSETk5II,54767
48
49
  PaIRS_UniNa/ui_Input_Tab_CalVi.py,sha256=0VgKTX0NnFpla0U2TmsCCaZMjVhOHPvqChsshkVyWOI,63458
@@ -56,9 +57,9 @@ PaIRS_UniNa/ui_ResizePopup.py,sha256=QvHCYUn4gop6ad0FRQwk_Vwic-GDs352zgW4nOEwPOw
56
57
  PaIRS_UniNa/ui_Vis_Tab.py,sha256=zqMSxbiZZELXaGkCK5f7yz5A6tbygtayNdg9LqdppWI,83577
57
58
  PaIRS_UniNa/ui_Vis_Tab_CalVi.py,sha256=-YpyQgycMVP_AzLdreNshprk1n_lNDxCtoeVgwmBEL8,63205
58
59
  PaIRS_UniNa/ui_Whatsnew.py,sha256=mQkGMzgHQeQqAftF3icu7GvczazFDLMX8BCTem_27ss,5776
59
- PaIRS_UniNa/ui_gPairs.py,sha256=QKzIIp8Ogfb09pSAKH3gBq3F7Sfl75EBfsmFM6lVH2g,46026
60
- PaIRS_UniNa/ui_infoPaIRS.py,sha256=AhJ8YUfH9zj6OEIec351cSAUFhpkHdzLWPOG1V0yj4M,37835
61
- PaIRS_UniNa/whatsnew.txt,sha256=KDLUkgPgG5qoW2hmTVv5c2jPwrrU4hkSj5VqtZ05xeo,797
60
+ PaIRS_UniNa/ui_gPairs.py,sha256=2-S_oovpJrEDaZ-ZPd2FNDOqMPjMbFRW3xsaqoxlNTY,48765
61
+ PaIRS_UniNa/ui_infoPaIRS.py,sha256=q2c5nzY2sTIAaD7AR2SAvVMB_wHcDkO3NbFUDaKGCls,37835
62
+ PaIRS_UniNa/whatsnew.txt,sha256=6x-qerhxm9ZSgwsPzyG4xWDZIXExaK8W1F6NoWIeQ7M,546
62
63
  PaIRS_UniNa/icons/abort.png,sha256=gdSz0VMk5BgZRPthvUgH_ZE5MmyOdOrE3jf2FG5qe2U,79115
63
64
  PaIRS_UniNa/icons/about.png,sha256=svhha0azUto_21uljl1BEdhtSfvm7AyOBcjGMvgms2o,15523
64
65
  PaIRS_UniNa/icons/align_all.png,sha256=rAzKfmsg6zI3CGmvAj8A5XhFsltsofdK5zYWLFezkDc,20200
@@ -90,6 +91,7 @@ PaIRS_UniNa/icons/checklist.png,sha256=orsGoRDrPF5DTSnbshvIZtyFIyjGnyzZgSknVR_Lo
90
91
  PaIRS_UniNa/icons/clean.png,sha256=Hi1oY0DjOBlq8ofoT3hntFMOrE3_yxQq3j1xqMFmeVM,33061
91
92
  PaIRS_UniNa/icons/clean_run.png,sha256=1L5m1mOYvoH0BmYiB4f5E-GSIv3wqeJYF9Cx6Lr-oL8,18298
92
93
  PaIRS_UniNa/icons/close.png,sha256=lOGBGV77_I-TNEWWsf1gqUmXNfnwXl8kAWiFR7arWCU,3049
94
+ PaIRS_UniNa/icons/closeAllFloat.png,sha256=GYUyfbiKBEbFe71dAiaRALjtyb8fzGNbWD8verOUOmU,4758
93
95
  PaIRS_UniNa/icons/close_all.png,sha256=18AkJJQLvrIIsxS22-HYXgDCOuUTb6w5zmarv5eOduM,14735
94
96
  PaIRS_UniNa/icons/close_project.png,sha256=pjTcKmT6HDJuL0wqmZXPZZHIg9M2luIhFvnxLMdR8BU,2213
95
97
  PaIRS_UniNa/icons/close_workspace.png,sha256=I5WHx8saqeqIiO6szz_pAyu3RuW8t8xpy2HRvyUygMc,6230
@@ -108,10 +110,13 @@ PaIRS_UniNa/icons/cut.png,sha256=VTm_W1SJ-MUkEEdbnRwFYvPAgGHE09pCjUjLgauUHqY,287
108
110
  PaIRS_UniNa/icons/cut_warnings.png,sha256=wb1e_33s_hxDRAeHh0j3BkYuvIu473FLnNPlFpCj_fU,27260
109
111
  PaIRS_UniNa/icons/darkmode.png,sha256=o19kZCvAWozzQHmXg17O45CNz4rdq8LYhyLmt24TpjA,22424
110
112
  PaIRS_UniNa/icons/debug_run.png,sha256=9Fgn7_K6v_TQICF5DAyGuXzIcOlqO1Kj-AtEpFt81FA,20076
113
+ PaIRS_UniNa/icons/defaultWinSize.png,sha256=GC5kMspcK883dU6EStznSaGZwJCQB8T9EPn9r1kiz4I,4846
111
114
  PaIRS_UniNa/icons/delete.png,sha256=-Y_hzF6tTLBqETGh3oVu7sbVHn3txQ5dfFEUsCZpWBk,1255
112
115
  PaIRS_UniNa/icons/deleteErr.png,sha256=uJrFxSZlEMDwTIPE6M9HEJUBbXQ6P2te69wh5YHOhjA,8035
113
116
  PaIRS_UniNa/icons/disp_step.png,sha256=uSHnoTsK4Xo9flSg4RELy83QDF6_HiAypxK21LHuF1g,50266
114
117
  PaIRS_UniNa/icons/disp_step_off.png,sha256=qdc3b3kWoDWbbPqPTp6BQ_l4S2t24J7zg5DJgclE2uw,35765
118
+ PaIRS_UniNa/icons/dockVis.png,sha256=tieypJwqS-9iF3IZt9H7qv2_DUMmiVUsHUdvqtQUDg8,29455
119
+ PaIRS_UniNa/icons/dockVis_disable.png,sha256=tcFYvCT4vwyFrbxvfZWwgLOcES-ahDAXWDIAnlZDeRI,66927
115
120
  PaIRS_UniNa/icons/down.png,sha256=5mQhLKTnAUvZ-CeSmW6fxd4hl_cSTVNyc8Vc--pjffA,7958
116
121
  PaIRS_UniNa/icons/edit_list.png,sha256=vS2oxDto3vh0zc8RPG3y798Z4W3zjkrYTxbboDppd2c,11480
117
122
  PaIRS_UniNa/icons/editing.png,sha256=jtPXGeXJc9YCi9W8t0PtFlfHqrgKkhyFdpAmVKGZjWQ,78692
@@ -124,17 +129,23 @@ PaIRS_UniNa/icons/flaticon_PaIRS_download.png,sha256=s4XjqnttNF8zoqN_xpkwuVpcGcx
124
129
  PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png,sha256=NKqoTqENrm07-83eoz-fnGGEbTKMRw00csSKTXbQ36o,27160
125
130
  PaIRS_UniNa/icons/flip_y_off.png,sha256=JLw8pxFv4qrOWaFNG0wO1t8P-tc_hhEqN9ygToWgQNU,8368
126
131
  PaIRS_UniNa/icons/flip_y_on.png,sha256=K6_pd63-qN6G_X7hkTg-QM9UV0Y743kbbst8YnK-sEs,9060
132
+ PaIRS_UniNa/icons/floatingVisSize.png,sha256=OFUmavYzUKnG2_GjUNrT74x9EjyxZXiYmt_ObVQF5SA,5141
127
133
  PaIRS_UniNa/icons/focusErrr.png,sha256=8VAc6ZyNE3L76neaDZ3NfFIxmG7yo0lYGT0Zcj1kf74,5471
134
+ PaIRS_UniNa/icons/folder_loop_cleanup.png,sha256=D6ViSfqgj8oDweQa7FyMVH4z3H18SqYGQH4-VF4_NXo,131184
135
+ PaIRS_UniNa/icons/folder_loop_cleanup_off.png,sha256=pPt0RHYLxcOqsg8H-SY8L9CbF2jHsW5s47FayWfcsGE,75870
136
+ PaIRS_UniNa/icons/fullWinsize.png,sha256=vWOO-BeOpe_WqeW3dp9pWhgbqD1YbtzyXPAcBHCHkZc,7907
128
137
  PaIRS_UniNa/icons/gear.gif,sha256=m7sIA0rc7gKw9KQiZICbcLHil5O5Ikl5yd6h27k_L-I,397036
129
138
  PaIRS_UniNa/icons/gear.png,sha256=NFW8Lh0DFsh0YgfxdSsOzW5eGXaq1TMOAWKK92Cus90,18442
130
139
  PaIRS_UniNa/icons/ger.png,sha256=2K4ZK24TAioFC0ZDa2iS1RqSW65DZmW9ytDhKvMPbg0,59314
131
140
  PaIRS_UniNa/icons/greenv.png,sha256=kkpQC3LwA_NfkPGB_yk9g7zEkX7iRbzRh7F7Orsg__Y,22458
132
141
  PaIRS_UniNa/icons/guide.png,sha256=8rAT6At9Dm5TU3R0SwNxbKKuxhgpQDKEriDkKEsRtOs,16673
133
142
  PaIRS_UniNa/icons/icon_CalVi.png,sha256=MBSK_59ezYrh8b_LNa5c-sXMDKr9xf5_DeoQV47o7Cc,10301
143
+ PaIRS_UniNa/icons/icon_PaIRS.ico,sha256=Jc1GEc-raQN4hjTbSfhmVZ9HWKRKMlEHYAe4PVJfH0Q,26342
134
144
  PaIRS_UniNa/icons/icon_PaIRS.png,sha256=JiBJ-KJT0F-hGReCn_jj7pZWv3QPJxxcBsnmV0dUV4Q,12735
135
145
  PaIRS_UniNa/icons/import.png,sha256=I3sf9OCf4809Rus0zazwxkIt_8htd0Rpvo5EaffFIyo,10255
136
146
  PaIRS_UniNa/icons/import_set.png,sha256=BuM3V6EDltqvSw34yHvQnO-z5tLQ-X_kmZr9tq-24zI,42674
137
- PaIRS_UniNa/icons/information.png,sha256=7UboDvVU06epXnkU_ycgOw5TSOMiIQI8D83nlzGuA2I,6077
147
+ PaIRS_UniNa/icons/information.png,sha256=Z9t9O9glTXtyxr6Gx-6eVkTj4jq6KT8yyZPhKpUqHvo,47956
148
+ PaIRS_UniNa/icons/information2.png,sha256=Y8X8sGHpoyNZmz1HREggBcswkhg9zjXb5U5Llt4qKPo,46340
138
149
  PaIRS_UniNa/icons/input_logo.png,sha256=Ky84VLrnccPbCmTQnaZjmNmTWiWTq5b9FshMVtt-zME,28341
139
150
  PaIRS_UniNa/icons/issue.png,sha256=Tld4fymZj8hnKBj7DPfyutRKYcwihbcmbesL9jsaG9M,20336
140
151
  PaIRS_UniNa/icons/laser_NTR.png,sha256=Y2ZjL9jjM7pWnARXGyamgYMLyLAF05QPsVt21SRuot4,95270
@@ -223,14 +234,19 @@ PaIRS_UniNa/icons/scale_down.png,sha256=-WSKusP3wsPs_sueAn3A4UKmZfgFdeQdr0pbBsiM
223
234
  PaIRS_UniNa/icons/scale_up.png,sha256=RBhQSNP1ee8rZS7Rec4UpoZeNeHWiXcJcb6_IXyCahI,12425
224
235
  PaIRS_UniNa/icons/scan_list.png,sha256=5g4FKfk6krOPSkFpysUd_Ljk73TBTSwlCEJjSO5PqOw,52945
225
236
  PaIRS_UniNa/icons/scan_path.png,sha256=ZufiFQuUZjqvc-TkbjARecoE8E6unvgsnqu4gmBWL9Y,16428
237
+ PaIRS_UniNa/icons/scan_path_loop.png,sha256=EaHie73NuPXTIPSIIbcE0R8gUDJteunqAtSJs8OvZss,37143
238
+ PaIRS_UniNa/icons/scan_path_loop_off.png,sha256=Yv8hMQXRbaKns4EEvIHBnTeEIJ6vH-WmN4fn19Qbe30,64894
226
239
  PaIRS_UniNa/icons/search.png,sha256=LyiFYEGJe-UpzKKyFF0smqOTMg16PzlB0VEXL-ELZLw,25771
227
240
  PaIRS_UniNa/icons/showIW_off.png,sha256=Br3vtrt3I58zpg3iYAR5his5ZckDbDxK-2GWBGU2NnU,6787
228
241
  PaIRS_UniNa/icons/showIW_on.png,sha256=lVZVLJbnVlOKTb13P47ES04kZXOCQZ7c6ZAXVZ45HcM,7597
229
242
  PaIRS_UniNa/icons/show_all.png,sha256=vfv_-HKyCxbCEKnCmZqXc4Whl_WNirPHN5ihEuRYFtk,15809
243
+ PaIRS_UniNa/icons/smallWinSize.png,sha256=FGQ7y8-v_2PxWLAjQroP7Ul2F1FBwoYsULy8TCiTxLU,8675
230
244
  PaIRS_UniNa/icons/sort.png,sha256=7Xr-7PewlF3dhhajvg-yRAM1_i5v30Rt0mm4cg_EdX8,9558
231
245
  PaIRS_UniNa/icons/sort_reversed.png,sha256=NMp03EKpB4iPv2GlanqlNe2VvCxVH1QoQ43pdmCBs2Y,9524
232
246
  PaIRS_UniNa/icons/spiv_proc.png,sha256=uEIn6J3jdCgmYMjfmp9kNt-RZrpuOHD_E8UVl_HV_Gc,72305
233
247
  PaIRS_UniNa/icons/spiv_proc_off.png,sha256=qsmWCSCnox0hhl3ts8KLbDfTHkGp7_08jfc6zbX59Jw,44651
248
+ PaIRS_UniNa/icons/spiv_setup_no.png,sha256=TKYh-SVqGxTbiJcCV9HkZnuB4Z7Gtu9kqeZWs3WNOxY,505785
249
+ PaIRS_UniNa/icons/spiv_setup_ok.png,sha256=tTayaSOKmp2Afkwtf1jCabn7OHbzbDZuMp-MixlEYtg,504226
234
250
  PaIRS_UniNa/icons/star.png,sha256=x4MMCbfs6x1SpxxBK2xMlwVvxMnZM79sgEcA2VE3Wgg,18352
235
251
  PaIRS_UniNa/icons/step_inheritance.png,sha256=h_ftfhyX9h0wM8Fra-VPvqEyc3cuuIcXBF48U4hXdko,2419
236
252
  PaIRS_UniNa/icons/subMIN_off.png,sha256=iaqOcEGzaERoVft5tWOG4UHhVWTyDrf6HNuy6nQKEHI,28055
@@ -238,6 +254,7 @@ PaIRS_UniNa/icons/subMIN_on.png,sha256=aVfAcsIWnrsn8TM7tQDPfyvzG4MOqUWb6_jQiEztF
238
254
  PaIRS_UniNa/icons/tom.png,sha256=OxYJlJy1KOaPcPRSFtrawUSuusUKnOLoqy1WrNlMlYc,72340
239
255
  PaIRS_UniNa/icons/trash.png,sha256=rNVcHc14qOOa2HCu2bpQaJDT4rMlvaliN5UjkLqud-U,4972
240
256
  PaIRS_UniNa/icons/undo.png,sha256=CEwvqFdJt0lfA24mvxW78wNhouQeChFJpua8WOcNHt8,3360
257
+ PaIRS_UniNa/icons/undockVis.png,sha256=0kfY_gtLeg-EB7dwg-oWFxaKpnOssDt--YgQ05kUHjA,43985
241
258
  PaIRS_UniNa/icons/unedited.png,sha256=Celh_2EGqS_Bw3DVQrLOe0ZF0Mzgz16g5FF90GfAUDY,21471
242
259
  PaIRS_UniNa/icons/unina_dii.png,sha256=G6z8dLUydRI31HYVWD53Z-po8dWQkJH_AK8y3KG7slk,29487
243
260
  PaIRS_UniNa/icons/uninitialized.png,sha256=tBuRT4nLgdc9DUgufj_vdfzuZAXOV1c8xhqmmQR7fRU,14618
@@ -319,7 +336,7 @@ PaIRS_UniNa/icons/colormaps/viridis.png,sha256=AYaCSf5zUaSiyfuC1aGnMxawTUTqVl-81
319
336
  PaIRS_UniNa/icons/colormaps/whiteVector.png,sha256=-TPqm1S9e4OQ4Ee-9piT3bFfXg6TWEw20lvrmeCrnKY,350
320
337
  PaIRS_UniNa/icons/colormaps/winter.png,sha256=ANqoViwtVfvAULokJaAp21xx8sjQJ1jEzYjAVo5WPtM,250
321
338
  PaIRS_UniNa/icons/colormaps/yellowVector.png,sha256=RQJhq_Ft9GxpiH5Mac0E0KXJlfGtPdP5M4kn0qsrFz4,353
322
- pairs_unina-0.2.7.dist-info/METADATA,sha256=eWo-FkP2XRRFWAntdbgZM3-TNDZKseEgS0_h4qOEvDc,8750
323
- pairs_unina-0.2.7.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
324
- pairs_unina-0.2.7.dist-info/top_level.txt,sha256=zxMsZBZRcjIXsv4CLSJ6RV0GhzeX89lx-JMfCCMkkYE,23
325
- pairs_unina-0.2.7.dist-info/RECORD,,
339
+ pairs_unina-0.2.11.dist-info/METADATA,sha256=DFLCJA8VAmu_uA9sMj9ThjJrmToRegVNUn9MhqFRzn4,8481
340
+ pairs_unina-0.2.11.dist-info/WHEEL,sha256=bVDps4tOb0nHmbMU4uK7h9NZsZJmyTqcRbrvK3TZLY4,102
341
+ pairs_unina-0.2.11.dist-info/top_level.txt,sha256=zxMsZBZRcjIXsv4CLSJ6RV0GhzeX89lx-JMfCCMkkYE,23
342
+ pairs_unina-0.2.11.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp311-cp311-win_amd64
5
5