PaIRS-UniNa 0.1.13__cp310-cp310-win_amd64.whl → 0.2.8__cp310-cp310-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.
- PaIRS_UniNa/Calibration_Tab.py +331 -0
- PaIRS_UniNa/Changes.txt +134 -2
- PaIRS_UniNa/Custom_Top.py +299 -299
- PaIRS_UniNa/Explorer.py +3136 -0
- PaIRS_UniNa/FolderLoop.py +562 -0
- PaIRS_UniNa/Input_Tab.py +831 -0
- PaIRS_UniNa/Input_Tab_CalVi.py +786 -0
- PaIRS_UniNa/Input_Tab_tools.py +3025 -0
- PaIRS_UniNa/Log_Tab.py +57 -14
- PaIRS_UniNa/Output_Tab.py +922 -0
- PaIRS_UniNa/PaIRS_PIV.py +111 -18
- PaIRS_UniNa/PaIRS_pypacks.py +698 -140
- PaIRS_UniNa/Process_Tab.py +1221 -1402
- PaIRS_UniNa/Process_Tab_CalVi.py +137 -262
- PaIRS_UniNa/Process_Tab_Disp.py +163 -0
- PaIRS_UniNa/Process_Tab_Min.py +120 -0
- PaIRS_UniNa/Saving_tools.py +296 -0
- PaIRS_UniNa/TabTools.py +863 -543
- PaIRS_UniNa/Vis_Tab.py +1898 -1315
- PaIRS_UniNa/Vis_Tab_CalVi.py +484 -356
- PaIRS_UniNa/Whatsnew.py +59 -10
- PaIRS_UniNa/_PaIRS_PIV.pyd +0 -0
- PaIRS_UniNa/__init__.py +4 -3
- PaIRS_UniNa/addwidgets_ps.py +326 -56
- PaIRS_UniNa/calib.py +19 -12
- PaIRS_UniNa/calibView.py +48 -25
- PaIRS_UniNa/gPaIRS.py +3902 -3461
- PaIRS_UniNa/gPalette.py +189 -170
- PaIRS_UniNa/icons/align_all.png +0 -0
- PaIRS_UniNa/icons/announcement.png +0 -0
- PaIRS_UniNa/icons/automatic_levels_off.png +0 -0
- PaIRS_UniNa/icons/automatic_levels_on.png +0 -0
- PaIRS_UniNa/icons/automatic_off.png +0 -0
- PaIRS_UniNa/icons/automatic_on.png +0 -0
- PaIRS_UniNa/icons/automatic_size_off.png +0 -0
- PaIRS_UniNa/icons/automatic_size_on.png +0 -0
- PaIRS_UniNa/icons/bin_off.png +0 -0
- PaIRS_UniNa/icons/bin_on.png +0 -0
- PaIRS_UniNa/icons/brush_cursor.png +0 -0
- PaIRS_UniNa/icons/bugfix.png +0 -0
- PaIRS_UniNa/icons/cal_proc.png +0 -0
- PaIRS_UniNa/icons/cal_proc_off.png +0 -0
- PaIRS_UniNa/icons/cal_step.png +0 -0
- PaIRS_UniNa/icons/cal_step_off.png +0 -0
- PaIRS_UniNa/icons/calibration_logo.png +0 -0
- PaIRS_UniNa/icons/change_folder.png +0 -0
- PaIRS_UniNa/icons/change_folder_off.png +0 -0
- PaIRS_UniNa/icons/close_all.png +0 -0
- PaIRS_UniNa/icons/close_workspace.png +0 -0
- PaIRS_UniNa/icons/colormap.png +0 -0
- PaIRS_UniNa/icons/colormaps/Accent.png +0 -0
- PaIRS_UniNa/icons/colormaps/BrBG.png +0 -0
- PaIRS_UniNa/icons/colormaps/Dark2.png +0 -0
- PaIRS_UniNa/icons/colormaps/PRGn.png +0 -0
- PaIRS_UniNa/icons/colormaps/Paired.png +0 -0
- PaIRS_UniNa/icons/colormaps/Pastel1.png +0 -0
- PaIRS_UniNa/icons/colormaps/Pastel2.png +0 -0
- PaIRS_UniNa/icons/colormaps/PiYG.png +0 -0
- PaIRS_UniNa/icons/colormaps/PuOr.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdBu.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdGy.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdYlBu.png +0 -0
- PaIRS_UniNa/icons/colormaps/RdYlGn.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set1.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set2.png +0 -0
- PaIRS_UniNa/icons/colormaps/Set3.png +0 -0
- PaIRS_UniNa/icons/colormaps/Spectral.png +0 -0
- PaIRS_UniNa/icons/colormaps/Wistia.png +0 -0
- PaIRS_UniNa/icons/colormaps/afmhot.png +0 -0
- PaIRS_UniNa/icons/colormaps/autumn.png +0 -0
- PaIRS_UniNa/icons/colormaps/binary.png +0 -0
- PaIRS_UniNa/icons/colormaps/blackVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/blueVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/bone.png +0 -0
- PaIRS_UniNa/icons/colormaps/brg.png +0 -0
- PaIRS_UniNa/icons/colormaps/bwr.png +0 -0
- PaIRS_UniNa/icons/colormaps/cividis.png +0 -0
- PaIRS_UniNa/icons/colormaps/cool.png +0 -0
- PaIRS_UniNa/icons/colormaps/coolwarm.png +0 -0
- PaIRS_UniNa/icons/colormaps/copper.png +0 -0
- PaIRS_UniNa/icons/colormaps/cubehelix.png +0 -0
- PaIRS_UniNa/icons/colormaps/cyanVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/flag.png +0 -0
- PaIRS_UniNa/icons/colormaps/gist_heat.png +0 -0
- PaIRS_UniNa/icons/colormaps/gray.png +0 -0
- PaIRS_UniNa/icons/colormaps/greenVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/hot.png +0 -0
- PaIRS_UniNa/icons/colormaps/hsv.png +0 -0
- PaIRS_UniNa/icons/colormaps/inferno.png +0 -0
- PaIRS_UniNa/icons/colormaps/jet.png +0 -0
- PaIRS_UniNa/icons/colormaps/magentaVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/magma.png +0 -0
- PaIRS_UniNa/icons/colormaps/ocean.png +0 -0
- PaIRS_UniNa/icons/colormaps/pink.png +0 -0
- PaIRS_UniNa/icons/colormaps/plasma.png +0 -0
- PaIRS_UniNa/icons/colormaps/prism.png +0 -0
- PaIRS_UniNa/icons/colormaps/rainbow.png +0 -0
- PaIRS_UniNa/icons/colormaps/redVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/seismic.png +0 -0
- PaIRS_UniNa/icons/colormaps/spring.png +0 -0
- PaIRS_UniNa/icons/colormaps/summer.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab10.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20b.png +0 -0
- PaIRS_UniNa/icons/colormaps/tab20c.png +0 -0
- PaIRS_UniNa/icons/colormaps/terrain.png +0 -0
- PaIRS_UniNa/icons/colormaps/twilight.png +0 -0
- PaIRS_UniNa/icons/colormaps/viridis.png +0 -0
- PaIRS_UniNa/icons/colormaps/whiteVector.png +0 -0
- PaIRS_UniNa/icons/colormaps/winter.png +0 -0
- PaIRS_UniNa/icons/colormaps/yellowVector.png +0 -0
- PaIRS_UniNa/icons/common_region.png +0 -0
- PaIRS_UniNa/icons/common_region_off.png +0 -0
- PaIRS_UniNa/icons/completed.png +0 -0
- PaIRS_UniNa/icons/contourf_off.png +0 -0
- PaIRS_UniNa/icons/contourf_on.png +0 -0
- PaIRS_UniNa/icons/copy.png +0 -0
- PaIRS_UniNa/icons/copy_process.png +0 -0
- PaIRS_UniNa/icons/copy_process_off.png +0 -0
- PaIRS_UniNa/icons/cut.png +0 -0
- PaIRS_UniNa/icons/cut_warnings.png +0 -0
- PaIRS_UniNa/icons/darkmode.png +0 -0
- PaIRS_UniNa/icons/disp_step.png +0 -0
- PaIRS_UniNa/icons/disp_step_off.png +0 -0
- PaIRS_UniNa/icons/edit_list.png +0 -0
- PaIRS_UniNa/icons/example_list.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_beta.png +0 -0
- PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
- PaIRS_UniNa/icons/flip_y_off.png +0 -0
- PaIRS_UniNa/icons/flip_y_on.png +0 -0
- PaIRS_UniNa/icons/folder_loop_cleanup.png +0 -0
- PaIRS_UniNa/icons/folder_loop_cleanup_off.png +0 -0
- PaIRS_UniNa/icons/gear.gif +0 -0
- PaIRS_UniNa/icons/gear.png +0 -0
- PaIRS_UniNa/icons/import_set.png +0 -0
- PaIRS_UniNa/icons/information.png +0 -0
- PaIRS_UniNa/icons/input_logo.png +0 -0
- PaIRS_UniNa/icons/issue.png +0 -0
- PaIRS_UniNa/icons/laser_NTR.png +0 -0
- PaIRS_UniNa/icons/laser_TR_double.png +0 -0
- PaIRS_UniNa/icons/laser_TR_single.png +0 -0
- PaIRS_UniNa/icons/link.png +0 -0
- PaIRS_UniNa/icons/linked.png +0 -0
- PaIRS_UniNa/icons/log_logo.png +0 -0
- PaIRS_UniNa/icons/logo_opaco.png +0 -0
- PaIRS_UniNa/icons/measure.png +0 -0
- PaIRS_UniNa/icons/measure_off.png +0 -0
- PaIRS_UniNa/icons/min_proc.png +0 -0
- PaIRS_UniNa/icons/min_proc_off.png +0 -0
- PaIRS_UniNa/icons/min_step.png +0 -0
- PaIRS_UniNa/icons/min_step_off.png +0 -0
- PaIRS_UniNa/icons/new_workspace.png +0 -0
- PaIRS_UniNa/icons/open_image.png +0 -0
- PaIRS_UniNa/icons/open_new_window.png +0 -0
- PaIRS_UniNa/icons/open_result.png +0 -0
- PaIRS_UniNa/icons/open_workspace.png +0 -0
- PaIRS_UniNa/icons/output_logo.png +0 -0
- PaIRS_UniNa/icons/paste_above.png +0 -0
- PaIRS_UniNa/icons/paste_below.png +0 -0
- PaIRS_UniNa/icons/paused.png +0 -0
- PaIRS_UniNa/icons/piv_proc.png +0 -0
- PaIRS_UniNa/icons/piv_proc_off.png +0 -0
- PaIRS_UniNa/icons/piv_step.png +0 -0
- PaIRS_UniNa/icons/piv_step_off.png +0 -0
- PaIRS_UniNa/icons/process_logo.png +0 -0
- PaIRS_UniNa/icons/process_loop.png +0 -0
- PaIRS_UniNa/icons/project.png +0 -0
- PaIRS_UniNa/icons/pylog.png +0 -0
- PaIRS_UniNa/icons/python_warning.png +0 -0
- PaIRS_UniNa/icons/queue.png +0 -0
- PaIRS_UniNa/icons/read.png +0 -0
- PaIRS_UniNa/icons/read_list.png +0 -0
- PaIRS_UniNa/icons/reset.png +0 -0
- PaIRS_UniNa/icons/reset_levels.png +0 -0
- PaIRS_UniNa/icons/restore_undo.png +0 -0
- PaIRS_UniNa/icons/running.gif +0 -0
- PaIRS_UniNa/icons/running.png +0 -0
- PaIRS_UniNa/icons/running_warn.png +0 -0
- PaIRS_UniNa/icons/save_and_stop.png +0 -0
- PaIRS_UniNa/icons/save_cfg.png +0 -0
- PaIRS_UniNa/icons/saveas_workspace.png +0 -0
- PaIRS_UniNa/icons/scale_all.png +0 -0
- PaIRS_UniNa/icons/scale_down.png +0 -0
- PaIRS_UniNa/icons/scale_up.png +0 -0
- PaIRS_UniNa/icons/scan_list.png +0 -0
- PaIRS_UniNa/icons/scan_path.png +0 -0
- PaIRS_UniNa/icons/scan_path_loop.png +0 -0
- PaIRS_UniNa/icons/scan_path_loop_off.png +0 -0
- PaIRS_UniNa/icons/search.png +0 -0
- PaIRS_UniNa/icons/showIW_off.png +0 -0
- PaIRS_UniNa/icons/showIW_on.png +0 -0
- PaIRS_UniNa/icons/show_all.png +0 -0
- PaIRS_UniNa/icons/sort.png +0 -0
- PaIRS_UniNa/icons/sort_reversed.png +0 -0
- PaIRS_UniNa/icons/spiv_proc.png +0 -0
- PaIRS_UniNa/icons/spiv_proc_off.png +0 -0
- PaIRS_UniNa/icons/star.png +0 -0
- PaIRS_UniNa/icons/step_inheritance.png +0 -0
- PaIRS_UniNa/icons/subMIN_off.png +0 -0
- PaIRS_UniNa/icons/subMIN_on.png +0 -0
- PaIRS_UniNa/icons/unedited.png +0 -0
- PaIRS_UniNa/icons/uninitialized.png +0 -0
- PaIRS_UniNa/icons/unlink.png +0 -0
- PaIRS_UniNa/icons/unwrap_items.png +0 -0
- PaIRS_UniNa/icons/vectorColor.png +0 -0
- PaIRS_UniNa/icons/view.png +0 -0
- PaIRS_UniNa/icons/view_off.png +0 -0
- PaIRS_UniNa/icons/vis_logo.png +0 -0
- PaIRS_UniNa/icons/warning_circle.png +0 -0
- PaIRS_UniNa/icons/window.png +0 -0
- PaIRS_UniNa/icons/workspace.png +0 -0
- PaIRS_UniNa/icons/wrap_items.png +0 -0
- PaIRS_UniNa/icons/write_list.png +0 -0
- PaIRS_UniNa/listLib.py +303 -0
- PaIRS_UniNa/mtfPIV.py +8 -8
- PaIRS_UniNa/parForMulti.py +7 -5
- PaIRS_UniNa/parForWorkers.py +370 -31
- PaIRS_UniNa/pivParFor.py +233 -229
- PaIRS_UniNa/plt_util.py +141 -141
- PaIRS_UniNa/preProcParFor.py +153 -148
- PaIRS_UniNa/procTools.py +631 -178
- PaIRS_UniNa/readcfg.py +31 -1
- PaIRS_UniNa/rqrdpckgs.txt +9 -0
- PaIRS_UniNa/stereoPivParFor.py +227 -0
- PaIRS_UniNa/tAVarie.py +215 -215
- PaIRS_UniNa/tabSplitter.py +612 -0
- PaIRS_UniNa/ui_Calibration_Tab.py +545 -0
- PaIRS_UniNa/ui_Custom_Top.py +5 -5
- PaIRS_UniNa/ui_Input_Tab.py +1101 -0
- PaIRS_UniNa/{ui_Import_Tab_CalVi.py → ui_Input_Tab_CalVi.py} +1282 -1275
- PaIRS_UniNa/ui_Log_Tab.py +262 -257
- PaIRS_UniNa/{ui_Export_Tab.py → ui_Output_Tab.py} +2361 -1778
- PaIRS_UniNa/ui_Process_Tab.py +3809 -3758
- PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1546
- PaIRS_UniNa/ui_Process_Tab_Disp.py +1141 -0
- PaIRS_UniNa/ui_Process_Tab_Min.py +437 -0
- PaIRS_UniNa/ui_Vis_Tab.py +1626 -1208
- PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
- PaIRS_UniNa/ui_Whatsnew.py +131 -131
- PaIRS_UniNa/ui_gPairs.py +876 -950
- PaIRS_UniNa/ui_infoPaIRS.py +550 -425
- PaIRS_UniNa/whatsnew.txt +6 -4
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/METADATA +69 -51
- pairs_unina-0.2.8.dist-info/RECORD +329 -0
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/WHEEL +1 -1
- PaIRS_UniNa/CalVi.py +0 -18
- PaIRS_UniNa/Export_Tab.py +0 -574
- PaIRS_UniNa/Import_Tab.py +0 -657
- PaIRS_UniNa/Import_Tab_CalVi.py +0 -861
- PaIRS_UniNa/Import_Tab_tools.py +0 -598
- PaIRS_UniNa/Tree_Tab.py +0 -543
- PaIRS_UniNa/gCalVi.py +0 -2024
- PaIRS_UniNa/icons/add.png +0 -0
- PaIRS_UniNa/icons/cancelled.png +0 -0
- PaIRS_UniNa/icons/chain.png +0 -0
- PaIRS_UniNa/icons/chain_broken.png +0 -0
- PaIRS_UniNa/icons/default_sizes.png +0 -0
- PaIRS_UniNa/icons/dock_tabs.png +0 -0
- PaIRS_UniNa/icons/done.png +0 -0
- PaIRS_UniNa/icons/down_arrow.png +0 -0
- PaIRS_UniNa/icons/export_logo.png +0 -0
- PaIRS_UniNa/icons/fast_delete.png +0 -0
- PaIRS_UniNa/icons/flip_y.png +0 -0
- PaIRS_UniNa/icons/ganci.png +0 -0
- PaIRS_UniNa/icons/import_blue.png +0 -0
- PaIRS_UniNa/icons/import_logo.png +0 -0
- PaIRS_UniNa/icons/missing.png +0 -0
- PaIRS_UniNa/icons/process_icon.png +0 -0
- PaIRS_UniNa/icons/processing.png +0 -0
- PaIRS_UniNa/icons/restart.png +0 -0
- PaIRS_UniNa/icons/right_arrow.png +0 -0
- PaIRS_UniNa/icons/run_piv.png +0 -0
- PaIRS_UniNa/icons/terminal.png +0 -0
- PaIRS_UniNa/icons/undock_tabs.png +0 -0
- PaIRS_UniNa/icons/vect_field.png +0 -0
- PaIRS_UniNa/icons/w0.png +0 -0
- PaIRS_UniNa/icons/w1.png +0 -0
- PaIRS_UniNa/icons/w2.png +0 -0
- PaIRS_UniNa/icons/w3.png +0 -0
- PaIRS_UniNa/icons/w4.png +0 -0
- PaIRS_UniNa/icons/w5.png +0 -0
- PaIRS_UniNa/run_CalVi.py +0 -14
- PaIRS_UniNa/run_gcalvi.py +0 -5
- PaIRS_UniNa/ui_Import_Tab.py +0 -1077
- PaIRS_UniNa/ui_Tree_Tab.py +0 -684
- PaIRS_UniNa/ui_gCalVi.py +0 -640
- PaIRS_UniNa/ui_infoCalVi.py +0 -428
- PaIRS_UniNa-0.1.13.dist-info/LICENSE +0 -19
- PaIRS_UniNa-0.1.13.dist-info/RECORD +0 -174
- /PaIRS_UniNa/icons/{clean_queue.png → clean.png} +0 -0
- /PaIRS_UniNa/icons/{waiting_c.png → sandglass.png} +0 -0
- {PaIRS_UniNa-0.1.13.dist-info → pairs_unina-0.2.8.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/ui_infoCalVi.py
DELETED
|
@@ -1,428 +0,0 @@
|
|
|
1
|
-
from .addwidgets_ps import icons_path
|
|
2
|
-
# -*- coding: utf-8 -*-
|
|
3
|
-
|
|
4
|
-
################################################################################
|
|
5
|
-
## Form generated from reading UI file 'infoCalViDPgDhD.ui'
|
|
6
|
-
##
|
|
7
|
-
## Created by: Qt User Interface Compiler version 6.3.1
|
|
8
|
-
##
|
|
9
|
-
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
10
|
-
################################################################################
|
|
11
|
-
|
|
12
|
-
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
13
|
-
QMetaObject, QObject, QPoint, QRect,
|
|
14
|
-
QSize, QTime, QUrl, Qt)
|
|
15
|
-
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
16
|
-
QFont, QFontDatabase, QGradient, QIcon,
|
|
17
|
-
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
18
|
-
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
19
|
-
from PySide6.QtWidgets import (QApplication, QGridLayout, QHBoxLayout, QLabel,
|
|
20
|
-
QMainWindow, QMenuBar, QScrollArea, QSizePolicy,
|
|
21
|
-
QTabWidget, QVBoxLayout, QWidget)
|
|
22
|
-
|
|
23
|
-
class Ui_InfoCalVi(object):
|
|
24
|
-
def setupUi(self, InfoCalVi):
|
|
25
|
-
if not InfoCalVi.objectName():
|
|
26
|
-
InfoCalVi.setObjectName(u"InfoCalVi")
|
|
27
|
-
InfoCalVi.resize(700, 560)
|
|
28
|
-
InfoCalVi.setMinimumSize(QSize(550, 500))
|
|
29
|
-
font = QFont()
|
|
30
|
-
font.setFamilies([u"Arial"])
|
|
31
|
-
InfoCalVi.setFont(font)
|
|
32
|
-
icon = QIcon()
|
|
33
|
-
icon.addFile(u""+ icons_path +"icon_CalVi.png", QSize(), QIcon.Normal, QIcon.Off)
|
|
34
|
-
InfoCalVi.setWindowIcon(icon)
|
|
35
|
-
self.centralwidget = QWidget(InfoCalVi)
|
|
36
|
-
self.centralwidget.setObjectName(u"centralwidget")
|
|
37
|
-
font1 = QFont()
|
|
38
|
-
font1.setFamilies([u"Arial"])
|
|
39
|
-
font1.setPointSize(10)
|
|
40
|
-
self.centralwidget.setFont(font1)
|
|
41
|
-
self.horizontalLayout = QHBoxLayout(self.centralwidget)
|
|
42
|
-
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
43
|
-
self.tabWidget = QTabWidget(self.centralwidget)
|
|
44
|
-
self.tabWidget.setObjectName(u"tabWidget")
|
|
45
|
-
self.tabWidget.setAutoFillBackground(False)
|
|
46
|
-
self.tabWidget.setTabPosition(QTabWidget.North)
|
|
47
|
-
self.tabWidget.setTabShape(QTabWidget.Rounded)
|
|
48
|
-
self.tabWidget.setDocumentMode(True)
|
|
49
|
-
self.tabWidget.setTabBarAutoHide(True)
|
|
50
|
-
self.about = QWidget()
|
|
51
|
-
self.about.setObjectName(u"about")
|
|
52
|
-
self.about.setStyleSheet(u"background-color: rgba(255, 255, 255, 0);")
|
|
53
|
-
self.gridLayout_2 = QGridLayout(self.about)
|
|
54
|
-
self.gridLayout_2.setSpacing(10)
|
|
55
|
-
self.gridLayout_2.setObjectName(u"gridLayout_2")
|
|
56
|
-
self.gridLayout_2.setContentsMargins(-1, 15, -1, -1)
|
|
57
|
-
self.logo = QLabel(self.about)
|
|
58
|
-
self.logo.setObjectName(u"logo")
|
|
59
|
-
self.logo.setMinimumSize(QSize(240, 240))
|
|
60
|
-
self.logo.setMaximumSize(QSize(240, 240))
|
|
61
|
-
#if QT_CONFIG(accessibility)
|
|
62
|
-
self.logo.setAccessibleDescription(u"")
|
|
63
|
-
#endif // QT_CONFIG(accessibility)
|
|
64
|
-
self.logo.setPixmap(QPixmap(u""+ icons_path +"logo_CalVi_completo.png"))
|
|
65
|
-
self.logo.setScaledContents(True)
|
|
66
|
-
|
|
67
|
-
self.gridLayout_2.addWidget(self.logo, 0, 0, 1, 1)
|
|
68
|
-
|
|
69
|
-
self.info = QLabel(self.about)
|
|
70
|
-
self.info.setObjectName(u"info")
|
|
71
|
-
font2 = QFont()
|
|
72
|
-
font2.setFamilies([u"Arial"])
|
|
73
|
-
font2.setPointSize(14)
|
|
74
|
-
self.info.setFont(font2)
|
|
75
|
-
self.info.setTextFormat(Qt.RichText)
|
|
76
|
-
self.info.setWordWrap(True)
|
|
77
|
-
self.info.setOpenExternalLinks(True)
|
|
78
|
-
self.info.setTextInteractionFlags(Qt.LinksAccessibleByKeyboard|Qt.LinksAccessibleByMouse|Qt.TextBrowserInteraction|Qt.TextSelectableByKeyboard|Qt.TextSelectableByMouse)
|
|
79
|
-
|
|
80
|
-
self.gridLayout_2.addWidget(self.info, 0, 1, 1, 1)
|
|
81
|
-
|
|
82
|
-
self.unina_dii = QLabel(self.about)
|
|
83
|
-
self.unina_dii.setObjectName(u"unina_dii")
|
|
84
|
-
self.unina_dii.setMaximumSize(QSize(16777215, 90))
|
|
85
|
-
self.unina_dii.setPixmap(QPixmap(u""+ icons_path +"unina_dii.png"))
|
|
86
|
-
self.unina_dii.setAlignment(Qt.AlignCenter)
|
|
87
|
-
|
|
88
|
-
self.gridLayout_2.addWidget(self.unina_dii, 1, 0, 1, 1)
|
|
89
|
-
|
|
90
|
-
self.info_uni = QLabel(self.about)
|
|
91
|
-
self.info_uni.setObjectName(u"info_uni")
|
|
92
|
-
self.info_uni.setTextFormat(Qt.RichText)
|
|
93
|
-
self.info_uni.setWordWrap(True)
|
|
94
|
-
|
|
95
|
-
self.gridLayout_2.addWidget(self.info_uni, 1, 1, 1, 1)
|
|
96
|
-
|
|
97
|
-
self.tabWidget.addTab(self.about, "")
|
|
98
|
-
self.authors = QWidget()
|
|
99
|
-
self.authors.setObjectName(u"authors")
|
|
100
|
-
self.authors.setStyleSheet(u"background-color: rgba(255, 255, 255, 0);")
|
|
101
|
-
self.gridLayout = QGridLayout(self.authors)
|
|
102
|
-
self.gridLayout.setSpacing(20)
|
|
103
|
-
self.gridLayout.setObjectName(u"gridLayout")
|
|
104
|
-
self.gridLayout.setContentsMargins(-1, 15, -1, -1)
|
|
105
|
-
self.tom = QLabel(self.authors)
|
|
106
|
-
self.tom.setObjectName(u"tom")
|
|
107
|
-
self.tom.setMinimumSize(QSize(150, 150))
|
|
108
|
-
self.tom.setMaximumSize(QSize(150, 150))
|
|
109
|
-
self.tom.setPixmap(QPixmap(u""+ icons_path +"tom.png"))
|
|
110
|
-
self.tom.setScaledContents(True)
|
|
111
|
-
|
|
112
|
-
self.gridLayout.addWidget(self.tom, 1, 0, 1, 1)
|
|
113
|
-
|
|
114
|
-
self.ger = QLabel(self.authors)
|
|
115
|
-
self.ger.setObjectName(u"ger")
|
|
116
|
-
self.ger.setMinimumSize(QSize(150, 150))
|
|
117
|
-
self.ger.setMaximumSize(QSize(150, 150))
|
|
118
|
-
self.ger.setPixmap(QPixmap(u""+ icons_path +"ger.png"))
|
|
119
|
-
self.ger.setScaledContents(True)
|
|
120
|
-
|
|
121
|
-
self.gridLayout.addWidget(self.ger, 0, 0, 1, 1)
|
|
122
|
-
|
|
123
|
-
self.scrollArea_ger_cv = QScrollArea(self.authors)
|
|
124
|
-
self.scrollArea_ger_cv.setObjectName(u"scrollArea_ger_cv")
|
|
125
|
-
self.scrollArea_ger_cv.setStyleSheet(u" QScrollArea {\n"
|
|
126
|
-
" border: 1pix solid gray;\n"
|
|
127
|
-
" }\n"
|
|
128
|
-
"\n"
|
|
129
|
-
"QScrollBar:horizontal\n"
|
|
130
|
-
" {\n"
|
|
131
|
-
" height: 15px;\n"
|
|
132
|
-
" margin: 3px 0px 3px 0px;\n"
|
|
133
|
-
" border: 1px transparent #2A2929;\n"
|
|
134
|
-
" border-radius: 4px;\n"
|
|
135
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
136
|
-
" }\n"
|
|
137
|
-
"\n"
|
|
138
|
-
"QScrollBar::handle:horizontal\n"
|
|
139
|
-
" {\n"
|
|
140
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
141
|
-
" min-width: 5px;\n"
|
|
142
|
-
" border-radius: 4px;\n"
|
|
143
|
-
" }\n"
|
|
144
|
-
"\n"
|
|
145
|
-
"QScrollBar:vertical\n"
|
|
146
|
-
" {\n"
|
|
147
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
148
|
-
" width: 15px;\n"
|
|
149
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
150
|
-
" border: 1px transparent #2A2929;\n"
|
|
151
|
-
" border-radius: 4px;\n"
|
|
152
|
-
" }\n"
|
|
153
|
-
"\n"
|
|
154
|
-
"QScrollBar::handle:vertical\n"
|
|
155
|
-
" {\n"
|
|
156
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
157
|
-
" min-height: 5px;\n"
|
|
158
|
-
" border-radius: 4px;\n"
|
|
159
|
-
" }\n"
|
|
160
|
-
"\n"
|
|
161
|
-
"QScrollBar::add-line {\n"
|
|
162
|
-
" border: none;\n"
|
|
163
|
-
" "
|
|
164
|
-
"background: none;\n"
|
|
165
|
-
" }\n"
|
|
166
|
-
"\n"
|
|
167
|
-
"QScrollBar::sub-line {\n"
|
|
168
|
-
" border: none;\n"
|
|
169
|
-
" background: none;\n"
|
|
170
|
-
" }\n"
|
|
171
|
-
"")
|
|
172
|
-
self.scrollArea_ger_cv.setWidgetResizable(True)
|
|
173
|
-
self.scrollAreaWidgetContents_ger_cv = QWidget()
|
|
174
|
-
self.scrollAreaWidgetContents_ger_cv.setObjectName(u"scrollAreaWidgetContents_ger_cv")
|
|
175
|
-
self.scrollAreaWidgetContents_ger_cv.setGeometry(QRect(0, 0, 494, 228))
|
|
176
|
-
self.verticalLayout = QVBoxLayout(self.scrollAreaWidgetContents_ger_cv)
|
|
177
|
-
self.verticalLayout.setSpacing(0)
|
|
178
|
-
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
179
|
-
self.verticalLayout.setContentsMargins(0, 0, 0, 0)
|
|
180
|
-
self.ger_cv = QLabel(self.scrollAreaWidgetContents_ger_cv)
|
|
181
|
-
self.ger_cv.setObjectName(u"ger_cv")
|
|
182
|
-
font3 = QFont()
|
|
183
|
-
font3.setFamilies([u"Arial"])
|
|
184
|
-
font3.setPointSize(11)
|
|
185
|
-
self.ger_cv.setFont(font3)
|
|
186
|
-
self.ger_cv.setTextFormat(Qt.RichText)
|
|
187
|
-
self.ger_cv.setScaledContents(True)
|
|
188
|
-
self.ger_cv.setWordWrap(True)
|
|
189
|
-
self.ger_cv.setMargin(5)
|
|
190
|
-
self.ger_cv.setIndent(-5)
|
|
191
|
-
|
|
192
|
-
self.verticalLayout.addWidget(self.ger_cv)
|
|
193
|
-
|
|
194
|
-
self.scrollArea_ger_cv.setWidget(self.scrollAreaWidgetContents_ger_cv)
|
|
195
|
-
|
|
196
|
-
self.gridLayout.addWidget(self.scrollArea_ger_cv, 0, 1, 1, 1)
|
|
197
|
-
|
|
198
|
-
self.scrollArea_tom_cv = QScrollArea(self.authors)
|
|
199
|
-
self.scrollArea_tom_cv.setObjectName(u"scrollArea_tom_cv")
|
|
200
|
-
self.scrollArea_tom_cv.setStyleSheet(u" QScrollArea {\n"
|
|
201
|
-
" border: 1pix solid gray;\n"
|
|
202
|
-
" }\n"
|
|
203
|
-
"\n"
|
|
204
|
-
"QScrollBar:horizontal\n"
|
|
205
|
-
" {\n"
|
|
206
|
-
" height: 15px;\n"
|
|
207
|
-
" margin: 3px 0px 3px 0px;\n"
|
|
208
|
-
" border: 1px transparent #2A2929;\n"
|
|
209
|
-
" border-radius: 4px;\n"
|
|
210
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
211
|
-
" }\n"
|
|
212
|
-
"\n"
|
|
213
|
-
"QScrollBar::handle:horizontal\n"
|
|
214
|
-
" {\n"
|
|
215
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
216
|
-
" min-width: 5px;\n"
|
|
217
|
-
" border-radius: 4px;\n"
|
|
218
|
-
" }\n"
|
|
219
|
-
"\n"
|
|
220
|
-
"QScrollBar:vertical\n"
|
|
221
|
-
" {\n"
|
|
222
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
223
|
-
" width: 15px;\n"
|
|
224
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
225
|
-
" border: 1px transparent #2A2929;\n"
|
|
226
|
-
" border-radius: 4px;\n"
|
|
227
|
-
" }\n"
|
|
228
|
-
"\n"
|
|
229
|
-
"QScrollBar::handle:vertical\n"
|
|
230
|
-
" {\n"
|
|
231
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
232
|
-
" min-height: 5px;\n"
|
|
233
|
-
" border-radius: 4px;\n"
|
|
234
|
-
" }\n"
|
|
235
|
-
"\n"
|
|
236
|
-
"QScrollBar::add-line {\n"
|
|
237
|
-
" border: none;\n"
|
|
238
|
-
" "
|
|
239
|
-
"background: none;\n"
|
|
240
|
-
" }\n"
|
|
241
|
-
"\n"
|
|
242
|
-
"QScrollBar::sub-line {\n"
|
|
243
|
-
" border: none;\n"
|
|
244
|
-
" background: none;\n"
|
|
245
|
-
" }\n"
|
|
246
|
-
"")
|
|
247
|
-
self.scrollArea_tom_cv.setWidgetResizable(True)
|
|
248
|
-
self.scrollAreaWidgetContents_tom_cv = QWidget()
|
|
249
|
-
self.scrollAreaWidgetContents_tom_cv.setObjectName(u"scrollAreaWidgetContents_tom_cv")
|
|
250
|
-
self.scrollAreaWidgetContents_tom_cv.setGeometry(QRect(0, 0, 494, 227))
|
|
251
|
-
self.verticalLayout_2 = QVBoxLayout(self.scrollAreaWidgetContents_tom_cv)
|
|
252
|
-
self.verticalLayout_2.setSpacing(0)
|
|
253
|
-
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
254
|
-
self.verticalLayout_2.setContentsMargins(0, 0, 0, 0)
|
|
255
|
-
self.tom_cv = QLabel(self.scrollAreaWidgetContents_tom_cv)
|
|
256
|
-
self.tom_cv.setObjectName(u"tom_cv")
|
|
257
|
-
self.tom_cv.setFont(font3)
|
|
258
|
-
self.tom_cv.setTextFormat(Qt.RichText)
|
|
259
|
-
self.tom_cv.setWordWrap(True)
|
|
260
|
-
self.tom_cv.setMargin(5)
|
|
261
|
-
self.tom_cv.setIndent(-5)
|
|
262
|
-
|
|
263
|
-
self.verticalLayout_2.addWidget(self.tom_cv)
|
|
264
|
-
|
|
265
|
-
self.scrollArea_tom_cv.setWidget(self.scrollAreaWidgetContents_tom_cv)
|
|
266
|
-
|
|
267
|
-
self.gridLayout.addWidget(self.scrollArea_tom_cv, 1, 1, 1, 1)
|
|
268
|
-
|
|
269
|
-
self.tabWidget.addTab(self.authors, "")
|
|
270
|
-
self.references = QWidget()
|
|
271
|
-
self.references.setObjectName(u"references")
|
|
272
|
-
self.references.setStyleSheet(u"background-color: rgba(255, 255, 255, 0);")
|
|
273
|
-
self.horizontalLayout_2 = QHBoxLayout(self.references)
|
|
274
|
-
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
275
|
-
self.horizontalLayout_2.setContentsMargins(-1, 15, -1, -1)
|
|
276
|
-
self.scrollArea_list_ref = QScrollArea(self.references)
|
|
277
|
-
self.scrollArea_list_ref.setObjectName(u"scrollArea_list_ref")
|
|
278
|
-
self.scrollArea_list_ref.setStyleSheet(u" QScrollArea {\n"
|
|
279
|
-
" border: 1pix solid gray;\n"
|
|
280
|
-
" }\n"
|
|
281
|
-
"\n"
|
|
282
|
-
"QScrollBar:horizontal\n"
|
|
283
|
-
" {\n"
|
|
284
|
-
" height: 15px;\n"
|
|
285
|
-
" margin: 3px 0px 3px 0px;\n"
|
|
286
|
-
" border: 1px transparent #2A2929;\n"
|
|
287
|
-
" border-radius: 4px;\n"
|
|
288
|
-
" background-color: rgba(200,200,200,50); /* #2A2929; */\n"
|
|
289
|
-
" }\n"
|
|
290
|
-
"\n"
|
|
291
|
-
"QScrollBar::handle:horizontal\n"
|
|
292
|
-
" {\n"
|
|
293
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
294
|
-
" min-width: 5px;\n"
|
|
295
|
-
" border-radius: 4px;\n"
|
|
296
|
-
" }\n"
|
|
297
|
-
"\n"
|
|
298
|
-
"QScrollBar:vertical\n"
|
|
299
|
-
" {\n"
|
|
300
|
-
" background-color: rgba(200,200,200,50); ;\n"
|
|
301
|
-
" width: 15px;\n"
|
|
302
|
-
" margin: 10px 3px 10px 3px;\n"
|
|
303
|
-
" border: 1px transparent #2A2929;\n"
|
|
304
|
-
" border-radius: 4px;\n"
|
|
305
|
-
" }\n"
|
|
306
|
-
"\n"
|
|
307
|
-
"QScrollBar::handle:vertical\n"
|
|
308
|
-
" {\n"
|
|
309
|
-
" background-color: rgba(180,180,180,180); /* #605F5F; */\n"
|
|
310
|
-
" min-height: 5px;\n"
|
|
311
|
-
" border-radius: 4px;\n"
|
|
312
|
-
" }\n"
|
|
313
|
-
"\n"
|
|
314
|
-
"QScrollBar::add-line {\n"
|
|
315
|
-
" border: none;\n"
|
|
316
|
-
" "
|
|
317
|
-
"background: none;\n"
|
|
318
|
-
" }\n"
|
|
319
|
-
"\n"
|
|
320
|
-
"QScrollBar::sub-line {\n"
|
|
321
|
-
" border: none;\n"
|
|
322
|
-
" background: none;\n"
|
|
323
|
-
" }\n"
|
|
324
|
-
"")
|
|
325
|
-
self.scrollArea_list_ref.setWidgetResizable(True)
|
|
326
|
-
self.scrollAreaWidgetContents = QWidget()
|
|
327
|
-
self.scrollAreaWidgetContents.setObjectName(u"scrollAreaWidgetContents")
|
|
328
|
-
self.scrollAreaWidgetContents.setGeometry(QRect(0, 0, 649, 518))
|
|
329
|
-
self.scrollAreaWidgetContents.setStyleSheet(u"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"
|
|
330
|
-
"<ui version=\"4.0\">\n"
|
|
331
|
-
" <widget name=\"__qt_fake_top_level\">\n"
|
|
332
|
-
" <widget class=\"QLabel\" name=\"list_ref\">\n"
|
|
333
|
-
" <property name=\"geometry\">\n"
|
|
334
|
-
" <rect>\n"
|
|
335
|
-
" <x>20</x>\n"
|
|
336
|
-
" <y>12</y>\n"
|
|
337
|
-
" <width>636</width>\n"
|
|
338
|
-
" <height>433</height>\n"
|
|
339
|
-
" </rect>\n"
|
|
340
|
-
" </property>\n"
|
|
341
|
-
" <property name=\"text\">\n"
|
|
342
|
-
" <string><html><head/><body><p align="justify"><span style=" font-size:11pt;">Please cite the following works if you are intended to use PaIRS-UniNa for your purposes: </span></p><p align="justify"><span style=" font-size:11pt; font-weight:700;">[1] </span><span style=" font-size:11pt;">Astarita, T., &amp; Cardone, G. (2005). &quot;Analysis of interpolation schemes for image deformation methods in PIV&quot;. </span><span style=" font-size:11pt; font-style:italic;">Experiments in Fluids<"
|
|
343
|
-
";/span><span style=" font-size:11pt;">, 38(2), 233-243.doi: </span><a href="https://doi.org/10.1007/s00348-004-0902-3"><span style=" text-decoration: underline; color:#0000ff;">10.1007/s00348-004-0902-3</span></a><span style=" font-size:11pt;">. </span></p><p align="justify"><span style=" font-size:11pt; font-weight:700;">[2] </span><span style=" font-size:11pt;">Astarita, T. (2006). &quot;Analysis of interpolation schemes for image deformation methods in PIV: effect of noise on the accuracy and spatial resolution&quot;. </span><span style=" font-size:11pt; font-style:italic;">Experiments in Fluids</span><span style=" font-size:11pt;">, vol. 40 (6): 977-987. doi: </span><a href="https://doi.org/10.1007/s00348-006-0139-4"><span style=" text-decoration: underline; color:#0000ff;""
|
|
344
|
-
";>10.1007/s00348-006-0139-4</span></a><span style=" font-size:11pt;">. </span></p><p align="justify"><span style=" font-size:11pt; font-weight:700;">[3] </span><span style=" font-size:11pt;">Astarita, T. (2007). &quot;Analysis of weighting windows for image deformation methods in PIV.&quot; </span><span style=" font-size:11pt; font-style:italic;">Experiments in Fluids</span><span style=" font-size:11pt;">, 43(6), 859-872. doi: </span><a href="https://doi.org/10.1007/s00348-007-0314-2"><span style=" text-decoration: underline; color:#0000ff;">10.1007/s00348-007-0314-2</span></a><span style=" font-size:11pt;">. </span></p><p align="justify"><span style=" font-size:11pt; font-weight:700;">[4]</span><span style=" font-size:11pt;"> Astarit"
|
|
345
|
-
"a, T. (2008). &quot;Analysis of velocity interpolation schemes for image deformation methods in PIV&quot;. </span><span style=" font-size:11pt; font-style:italic;">Experiments in Fluids</span><span style=" font-size:11pt;">, 45(2), 257-266. doi: </span><a href="https://doi.org/10.1007/s00348-008-0475-7"><span style=" text-decoration: underline; color:#0000ff;">10.1007/s00348-008-0475-7</span></a><span style=" font-size:11pt;">. </span></p><p align="justify"><span style=" font-size:11pt; font-weight:700;">[5] </span><span style=" font-size:11pt;">Astarita, T. (2009). &quot;Adaptive space resolution for PIV&quot;. </span><span style=" font-size:11pt; font-style:italic;">Experiments in Fluids</span><span style=" font-size:11pt;">, 46(6), 1115-1123. doi: </span><a href=&quo"
|
|
346
|
-
"t;https://doi.org/10.1007/s00348-009-0618-5"><span style=" text-decoration: underline; color:#0000ff;">10.1007/s00348-009-0618-5</span></a><span style=" font-size:11pt;">. </span></p></body></html></string>\n"
|
|
347
|
-
" </property>\n"
|
|
348
|
-
" <property name=\"textFormat\">\n"
|
|
349
|
-
" <enum>Qt::RichText</enum>\n"
|
|
350
|
-
" </property>\n"
|
|
351
|
-
" <property name=\"alignment\">\n"
|
|
352
|
-
" <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>\n"
|
|
353
|
-
" </property>\n"
|
|
354
|
-
" <property name=\"wordWrap\">\n"
|
|
355
|
-
" <bool>true</bool>\n"
|
|
356
|
-
" </property>\n"
|
|
357
|
-
" <property name=\"margin\">\n"
|
|
358
|
-
" <number>5</number>\n"
|
|
359
|
-
" </property>\n"
|
|
360
|
-
" <property name=\"openExternalLinks\">\n"
|
|
361
|
-
" <bool>true</bool>\n"
|
|
362
|
-
" </property>\n"
|
|
363
|
-
" <property name=\"textInteractionFlags\">\n"
|
|
364
|
-
" <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>\n"
|
|
365
|
-
" </property>\n"
|
|
366
|
-
" </widget>\n"
|
|
367
|
-
" </widget>\n"
|
|
368
|
-
" <"
|
|
369
|
-
"resources/>\n"
|
|
370
|
-
"</ui>\n"
|
|
371
|
-
"")
|
|
372
|
-
self.verticalLayout_3 = QVBoxLayout(self.scrollAreaWidgetContents)
|
|
373
|
-
self.verticalLayout_3.setSpacing(0)
|
|
374
|
-
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
375
|
-
self.verticalLayout_3.setContentsMargins(0, 0, 0, 0)
|
|
376
|
-
self.list_ref = QLabel(self.scrollAreaWidgetContents)
|
|
377
|
-
self.list_ref.setObjectName(u"list_ref")
|
|
378
|
-
self.list_ref.setTextFormat(Qt.RichText)
|
|
379
|
-
self.list_ref.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
|
|
380
|
-
self.list_ref.setWordWrap(True)
|
|
381
|
-
self.list_ref.setMargin(5)
|
|
382
|
-
self.list_ref.setOpenExternalLinks(True)
|
|
383
|
-
self.list_ref.setTextInteractionFlags(Qt.LinksAccessibleByKeyboard|Qt.LinksAccessibleByMouse|Qt.TextBrowserInteraction|Qt.TextSelectableByKeyboard|Qt.TextSelectableByMouse)
|
|
384
|
-
|
|
385
|
-
self.verticalLayout_3.addWidget(self.list_ref)
|
|
386
|
-
|
|
387
|
-
self.scrollArea_list_ref.setWidget(self.scrollAreaWidgetContents)
|
|
388
|
-
|
|
389
|
-
self.horizontalLayout_2.addWidget(self.scrollArea_list_ref)
|
|
390
|
-
|
|
391
|
-
self.tabWidget.addTab(self.references, "")
|
|
392
|
-
|
|
393
|
-
self.horizontalLayout.addWidget(self.tabWidget)
|
|
394
|
-
|
|
395
|
-
InfoCalVi.setCentralWidget(self.centralwidget)
|
|
396
|
-
self.menubar = QMenuBar(InfoCalVi)
|
|
397
|
-
self.menubar.setObjectName(u"menubar")
|
|
398
|
-
self.menubar.setGeometry(QRect(0, 0, 700, 20))
|
|
399
|
-
InfoCalVi.setMenuBar(self.menubar)
|
|
400
|
-
|
|
401
|
-
self.retranslateUi(InfoCalVi)
|
|
402
|
-
|
|
403
|
-
self.tabWidget.setCurrentIndex(0)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
QMetaObject.connectSlotsByName(InfoCalVi)
|
|
407
|
-
# setupUi
|
|
408
|
-
|
|
409
|
-
def retranslateUi(self, InfoCalVi):
|
|
410
|
-
InfoCalVi.setWindowTitle(QCoreApplication.translate("InfoCalVi", u"About CalVi", None))
|
|
411
|
-
self.logo.setText("")
|
|
412
|
-
self.info.setText(QCoreApplication.translate("InfoCalVi", u"<html><head/><body><p><span style=\" font-size:18pt; font-weight:700;\">CalVi - PaIRS version: #.#.#</span></p><p><span style=\" font-size:16pt; font-weight:700;\">Cal</span><span style=\" font-size:16pt;\">ibration </span><span style=\" font-size:16pt; font-weight:700;\">Vi</span><span style=\" font-size:16pt;\">sualizer</span></p><p><span style=\" font-size:16pt;\">\u00a9 yyyy Gerardo Paolillo & Tommaso Astarita. All rights reserved. </span></p><p><span style=\" font-size:16pt;\">email: </span>mmmm</p><p>website: wwww</p></body></html>", None))
|
|
413
|
-
self.unina_dii.setText("")
|
|
414
|
-
self.info_uni.setText(QCoreApplication.translate("InfoCalVi", u"<html><head/><body><p><span style=\" font-size:12pt;\">Experimental Thermo-Fluid Dynamics (ETFD) group, Department of Industrial Engineering (DII)</span></p><p><span style=\" font-size:12pt;\">University of Naples "Federico II", Naples, Italy</span></p></body></html>", None))
|
|
415
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.about), QCoreApplication.translate("InfoCalVi", u"About CalVi", None))
|
|
416
|
-
self.tom.setText("")
|
|
417
|
-
self.ger.setText("")
|
|
418
|
-
self.ger_cv.setText(QCoreApplication.translate("InfoCalVi", u"<html><head/><body><p align=\"justify\"><span style=\" font-weight:700;\">Gerardo Paolillo</span><span style=\" font-size:10pt;\"> received a Master's degree in Aerospace Engineering and a PhD degree in Industrial Engineering from Universit\u00e0 di Napoli "Federico II" in 2015 and 2018, respectively. </span></p><p align=\"justify\"><span style=\" font-size:10pt;\">He is currently a Research Associate in the Department of Industrial Engineering at Universit\u00e0 di Napoli "Federico II".</span></p><p align=\"justify\"><span style=\" font-size:10pt;\">His research interests lie in the area of experimental fluid mechanics, with focus on applications of unsteady jets to flow control and electronics cooling, investigation into dynamics of turbulent Rayleigh-B\u00e8nard convection and development of 3D optical velocimetry techniques.</span></p></body></html>", None))
|
|
419
|
-
self.tom_cv.setText(QCoreApplication.translate("InfoCalVi", u"<html><head/><body><p align=\"justify\"><span style=\" font-weight:700;\">Tommaso Astarita</span><span style=\" font-size:10pt;\"> received a Master's degree in Aeronautical Engineering in 1993 and a PhD degree in Aerospace Engineering in 1997, both from Universit\u00e0 di Napoli "Federico II". </span></p><p align=\"justify\"><span style=\" font-size:10pt;\">He was Post-doc at the von K\u00e0rm\u00e0n Institute for Fluid Dynamics and he is currently full Professor of Fluid Mechanics at Universit\u00e0 di Napoli "Federico II". </span></p><p align=\"justify\"><span style=\" font-size:10pt;\">His main research interests are dedicated to the experimental study of problems in the fields of fluid mechanics and convective heat transfer, in particular, the application and development of IR thermography and stereoscopic and tomographic PIV techniques for fluid mechanics problems.</span></p></body></html>", None))
|
|
420
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.authors), QCoreApplication.translate("InfoCalVi", u"Authors", None))
|
|
421
|
-
self.list_ref.setText(QCoreApplication.translate("InfoCalVi", u"<html><head/><body><p align=\"justify\"><span style=\" font-size:11pt;\">Please cite the following works if you are intended to use CalVi for your purposes: <br/><br/></span><span style=\" font-size:11pt; font-weight:700;\">[1] </span><span style=\" font-size:11pt;\">Paolillo, G., & Astarita, T. (2020). "Perspective camera model with refraction correction for optical velocimetry measurements in complex geometries". </span><span style=\" font-size:11pt; font-style:italic;\">IEEE Transactions on Pattern Analysis and Machine Intelligence, </span><span style=\" font-size:11pt;\">44(6), 3185-3196</span><span style=\" font-size:11pt; font-weight:700;\">.</span><span style=\" font-size:11pt;\"> doi: </span><a href=\"https://doi.org/10.1109/TPAMI.2020.3046467\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1109/TPAMI.2020.3046467</span></a><span style=\" font-size:11pt;\">. <br/><br/></span><span style=\" font-size:11pt; font-weight:700;\">[2] </span><span style=\" font-size:11pt;\">Paol"
|
|
422
|
-
"illo, G., & Astarita, T. (2021). "On the PIV/PTV uncertainty related to calibration of camera systems with refractive surfaces". </span><span style=\" font-size:11pt; font-style:italic;\">Measurement Science and Technology</span><span style=\" font-size:11pt;\">, 32(9), 094006. doi: </span><a href=\"https://doi.org/10.1088/1361-6501/abf3fc\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1088/1361-6501/abf3fc</span></a><span style=\" font-size:11pt;\">. <br/></span></p><p><span style=\" font-size:11pt;\">If you use PaIRS also acknowledge the following works: </span></p><p align=\"justify\"><span style=\" font-size:11pt; font-weight:700;\">[1] </span><span style=\" font-size:11pt;\">Astarita, T., & Cardone, G. (2005). "Analysis of interpolation schemes for image deformation methods in PIV". </span><span style=\" font-size:11pt; font-style:italic;\">Experiments in Fluids</span><span style=\" font-size:11pt;\">, 38(2), 233-243. doi: </span><a href=\"https://doi.org/10.1"
|
|
423
|
-
"007/s00348-004-0902-3\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1007/s00348-004-0902-3</span></a><span style=\" font-size:11pt;\">. </span></p><p align=\"justify\"><span style=\" font-size:11pt; font-weight:700;\">[2] </span><span style=\" font-size:11pt;\">Astarita, T. (2006). "Analysis of interpolation schemes for image deformation methods in PIV: effect of noise on the accuracy and spatial resolution". </span><span style=\" font-size:11pt; font-style:italic;\">Experiments in Fluids</span><span style=\" font-size:11pt;\">, vol. 40 (6): 977-987. doi: </span><a href=\"https://doi.org/10.1007/s00348-006-0139-4\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1007/s00348-006-0139-4</span></a><span style=\" font-size:11pt;\">. </span></p><p align=\"justify\"><span style=\" font-size:11pt; font-weight:700;\">[3] </span><span style=\" font-size:11pt;\">Astarita, T. (2007). "Analysis of weighting windows for image deformation methods in PIV." </span><span st"
|
|
424
|
-
"yle=\" font-size:11pt; font-style:italic;\">Experiments in Fluids</span><span style=\" font-size:11pt;\">, 43(6), 859-872. doi: </span><a href=\"https://doi.org/10.1007/s00348-007-0314-2\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1007/s00348-007-0314-2</span></a><span style=\" font-size:11pt;\">. </span></p><p align=\"justify\"><span style=\" font-size:11pt; font-weight:700;\">[4]</span><span style=\" font-size:11pt;\"> Astarita, T. (2008). "Analysis of velocity interpolation schemes for image deformation methods in PIV". </span><span style=\" font-size:11pt; font-style:italic;\">Experiments in Fluids</span><span style=\" font-size:11pt;\">, 45(2), 257-266. doi: </span><a href=\"https://doi.org/10.1007/s00348-008-0475-7\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1007/s00348-008-0475-7</span></a><span style=\" font-size:11pt;\">. </span></p><p align=\"justify\"><span style=\" font-size:11pt; font-weight:700;\">[5] </span><span style=\" font-size:11pt;\">Asta"
|
|
425
|
-
"rita, T. (2009). "Adaptive space resolution for PIV". </span><span style=\" font-size:11pt; font-style:italic;\">Experiments in Fluids</span><span style=\" font-size:11pt;\">, 46(6), 1115-1123. doi: </span><a href=\"https://doi.org/10.1007/s00348-009-0618-5\"><span style=\" text-decoration: underline; color:#0000ff;\">10.1007/s00348-009-0618-5</span></a><span style=\" font-size:11pt;\">. </span></p></body></html>", None))
|
|
426
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.references), QCoreApplication.translate("InfoCalVi", u"References", None))
|
|
427
|
-
# retranslateUi
|
|
428
|
-
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
Copyright 2022 Gerardo Paolilo and Tommaso Astarita <PaIRS@gmail.com>
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
-
this software and associated documentation files (the "Software"), to deal in
|
|
5
|
-
the Software without restriction, including without limitation the rights to
|
|
6
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
7
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
|
8
|
-
so, subject to the following conditions:
|
|
9
|
-
|
|
10
|
-
The above copyright notice and this permission notice shall be included in all
|
|
11
|
-
copies or substantial portions of the Software.
|
|
12
|
-
|
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
-
SOFTWARE.
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
PaIRS_UniNa/CalVi.py,sha256=fC2EStBFtB24zgvZ0WIIRhXz7-ePgmOVyUmKX-uw4tk,359
|
|
2
|
-
PaIRS_UniNa/Changes.txt,sha256=OQmpQt64BL52H1qH88YOTOg-5PtKZ51KGX1XrWkjW8o,2714
|
|
3
|
-
PaIRS_UniNa/Custom_Top.py,sha256=EPnB18SoDD_It-LosbBlxcmT9Jt8DyQDJZLSv6i5QUc,11527
|
|
4
|
-
PaIRS_UniNa/Export_Tab.py,sha256=YMnDLbtWRdV25Fen4sIYh3g5E4SZJwsB4xffCXSjVlA,23105
|
|
5
|
-
PaIRS_UniNa/Import_Tab.py,sha256=-T12c0eTrhXkxlEjblEZRcpYyZ5qf_6J_ndj7AtlU2k,28808
|
|
6
|
-
PaIRS_UniNa/Import_Tab_CalVi.py,sha256=9KevXIrXEqTC2LtIssx1VzK5GWAnLfytBGI3UDeN7GI,37734
|
|
7
|
-
PaIRS_UniNa/Import_Tab_tools.py,sha256=doYJ1K_X_C8fAqkJi2t9H3_m9ZJQlgG5C17V5NvSCs0,20451
|
|
8
|
-
PaIRS_UniNa/Log_Tab.py,sha256=d52LWX6IBeDKo9xCpOyKgBzhHtkz0HSEc3MIldUMAeY,1995
|
|
9
|
-
PaIRS_UniNa/PaIRS.py,sha256=rSGoVEEMIqk3_kcEecR9hWht5ZG7p3U9WiwAEBx5_4A,330
|
|
10
|
-
PaIRS_UniNa/PaIRS_PIV.py,sha256=F01Ytixu1h55p48itIuvup3KAFedsPE2IoaK6cN8qsk,41739
|
|
11
|
-
PaIRS_UniNa/PaIRS_pypacks.py,sha256=REEhG0J8TCWptWs7hNMVolt2CQEZkczVkd6L6FZD78U,37108
|
|
12
|
-
PaIRS_UniNa/Process_Tab.py,sha256=RWpfyP81MMcfRD6VPJ5lgQNj0zkvz9pPHEQhXCXdT1g,84285
|
|
13
|
-
PaIRS_UniNa/Process_Tab_CalVi.py,sha256=IIYugzybPiXoR4tjvMJdgH9RmC1ZFEryrsjsWsSECRI,17233
|
|
14
|
-
PaIRS_UniNa/ResizePopup.py,sha256=XvS5VFDE_s3sNv6pcWIt4rodSk5I_oFl3S9tRK90evg,1804
|
|
15
|
-
PaIRS_UniNa/TabTools.py,sha256=_xReH6ow206YeIhLLqPNe8hr50XKVTnIdg-wFbSljGc,38017
|
|
16
|
-
PaIRS_UniNa/Tree_Tab.py,sha256=oIExouy6uDWzKGvDY5rhj9_Q2J-HlusnfCjBLqgazc0,23061
|
|
17
|
-
PaIRS_UniNa/Vis_Tab.py,sha256=M4jMOgq0HmXCBACpGGfST-ZjLIlEoeQJT21SyAA3MRk,65688
|
|
18
|
-
PaIRS_UniNa/Vis_Tab_CalVi.py,sha256=w7OkbbPMVI3CuZCU-IxFQmHc0h0LRIdGqrjehbcvJSM,37266
|
|
19
|
-
PaIRS_UniNa/Whatsnew.py,sha256=xxBPI83a8fE19cgsz94TtGEwRBvo_G3yCLspCHhlBu0,3723
|
|
20
|
-
PaIRS_UniNa/_PaIRS_PIV.pyd,sha256=P31XLlMWvWI3PaYjxgRjN2nhSARoxcW2n3VwEPUL2bU,3392000
|
|
21
|
-
PaIRS_UniNa/__init__.py,sha256=xhRxkdfAacy2zfZfhSbd2hnX0Wq-Lxf0J4TBZs2O3ew,123
|
|
22
|
-
PaIRS_UniNa/__main__.py,sha256=639RU4DJEr8cAWbT8BOikjT_hd6Vxvo5xgWxyo54GAI,1369
|
|
23
|
-
PaIRS_UniNa/addwidgets_ps.py,sha256=nFDAAi46T7-8dLVwCRqsSdigxzcgbi32uYvp6_aMp4Q,32457
|
|
24
|
-
PaIRS_UniNa/calib.py,sha256=0DRnCRaJ06CvK8KIjDZ4MW9EWIto-cXgJGx6j7UFcEo,65685
|
|
25
|
-
PaIRS_UniNa/calibView.py,sha256=_y2wAEojY9Yr0tFTZg2FSBWGqcf5NL4yvR2J8JiolKA,33506
|
|
26
|
-
PaIRS_UniNa/gCalVi.py,sha256=t1IAl8weiOqDqOl8AfEZeTpBtMNSWldnskoGoC7-HT0,89913
|
|
27
|
-
PaIRS_UniNa/gPaIRS.py,sha256=MsYV4sD4JJcQZWlr5gRn6HuxKqbRWn3RD6uxg0hUeY4,163356
|
|
28
|
-
PaIRS_UniNa/gPalette.py,sha256=CzNTU5Tz2-Zr4yIBhJvCz85L4TEB0HYZKARVvMGrqoM,16231
|
|
29
|
-
PaIRS_UniNa/mtfPIV.py,sha256=1_vVR_vXOfPWmEOX_WTb5p_8kXKWSZ0e5qWVbLir_Ok,8067
|
|
30
|
-
PaIRS_UniNa/parForMulti.py,sha256=SxoKi5OjF39JqJjqdjGOuuvAnMhZARNwdwOEhpdwVIs,17931
|
|
31
|
-
PaIRS_UniNa/parForWorkers.py,sha256=VaQjSMW9J2KSXm_CSPhzRattDu1YGysDWJGEvvjFmBQ,12643
|
|
32
|
-
PaIRS_UniNa/pivParFor.py,sha256=lYlbEdJFsGBvaBlG_bmiBgKoy9RWIY3wGm19m4Y9HXc,10760
|
|
33
|
-
PaIRS_UniNa/plt_util.py,sha256=CZ1rjiv9lZQQc8k2pSKKdi8Epb93sMbIbd5JapzH2hM,3186
|
|
34
|
-
PaIRS_UniNa/preProcParFor.py,sha256=zaYpPmli35JB2Fo3OM159fwn4dya-FfAHvjhiCDa5oE,7107
|
|
35
|
-
PaIRS_UniNa/procTools.py,sha256=Tpl3vrxSOj9wm4fExH3xSb4_z0_m29agYWf61rpnXL0,46293
|
|
36
|
-
PaIRS_UniNa/readcfg.py,sha256=aRSrsmo18dw_2kk7iud6_x0JkRQydntIKx6dNHS9SiA,801
|
|
37
|
-
PaIRS_UniNa/run_CalVi.py,sha256=d5BE4xsdYV69LDwHLd6i6yZW7irPDU2N_r2kHubk2C0,276
|
|
38
|
-
PaIRS_UniNa/run_gcalvi.py,sha256=gYw0NiORpmipadC8a1oZtyl0-hyJB0f9loBK0VMd2j8,144
|
|
39
|
-
PaIRS_UniNa/tAVarie.py,sha256=e-WzvImsH86t3B1-b716iJTETHesrNsNEfgwcl4u6Vg,9185
|
|
40
|
-
PaIRS_UniNa/ui_Custom_Top.py,sha256=uH3V1Ldu_MtZpgMr4InwPgnc7vDl9lZRFdugJ0nUXOs,13636
|
|
41
|
-
PaIRS_UniNa/ui_Export_Tab.py,sha256=E9_o1oBl7xP4bBVldEPx8PZxc5ckCJu1DAna1bAPlOY,87442
|
|
42
|
-
PaIRS_UniNa/ui_Import_Tab.py,sha256=UA73e8_vhgYtXMzXX8qN7fcE8yvv6GDfECUT8IVIWXk,52588
|
|
43
|
-
PaIRS_UniNa/ui_Import_Tab_CalVi.py,sha256=4OWRBT5zv8-6RugmT-asnliT3yvrZKA1ixNDaCV8RBo,62114
|
|
44
|
-
PaIRS_UniNa/ui_Log_Tab.py,sha256=oZzW--az6AYa8X-AHC-Oudsu3h3tS8qzJhbWgSJ_yJw,13829
|
|
45
|
-
PaIRS_UniNa/ui_Process_Tab.py,sha256=E6WxvYeWXymmQA47lX7R4iUhaGrjOTGB4WvQkKj2n9Y,200277
|
|
46
|
-
PaIRS_UniNa/ui_Process_Tab_CalVi.py,sha256=qUMBwtABuEAFmmZZflU5g0JTxXDWqDXiVuTz7UlASaU,81451
|
|
47
|
-
PaIRS_UniNa/ui_ResizePopup.py,sha256=vnJ4SnW4P8i0CN3U9GqvwisgHC-ohP6Sc0d-liHAXSU,8697
|
|
48
|
-
PaIRS_UniNa/ui_Tree_Tab.py,sha256=Bxfkb2kDbAXxxsUA6S-PjbxB4j6X9BEmw4IdatJFilk,31904
|
|
49
|
-
PaIRS_UniNa/ui_Vis_Tab.py,sha256=rsdbG8YQ72kXVub4b-TjwTgEVNA6M81HIgR9CJMyMLc,61089
|
|
50
|
-
PaIRS_UniNa/ui_Vis_Tab_CalVi.py,sha256=Ob9I66zDaKqmdMpRHEMDF_0oyfPmsTi-3PWV9Wz_aoI,61397
|
|
51
|
-
PaIRS_UniNa/ui_Whatsnew.py,sha256=LmlRD95vTTnOgWnXqvtELeNgSP58tk8MHSG7wf-GYiA,5575
|
|
52
|
-
PaIRS_UniNa/ui_gCalVi.py,sha256=R4L5Yhil8_WK0yUqwR7loABLjZ5g_5YnfTEwkwnKd1U,31220
|
|
53
|
-
PaIRS_UniNa/ui_gPairs.py,sha256=FARPQJev3FhLcrElszhM4kwTqSLOnzXPpJjFez6GwQk,46354
|
|
54
|
-
PaIRS_UniNa/ui_infoCalVi.py,sha256=rl3qH4nRAiQSj7zX0KYbrrky7Rm3VymgMgTpqhD5R6k,27863
|
|
55
|
-
PaIRS_UniNa/ui_infoPaIRS.py,sha256=IBF4fa6IdOtpmg_wsYT6CNqN7TTl2bpMUyNBbqmV_Uw,26553
|
|
56
|
-
PaIRS_UniNa/whatsnew.txt,sha256=PesF5LkYgKU1jB6CvbSf6ayMXrrkmtjlf8WQ92-nU7o,449
|
|
57
|
-
PaIRS_UniNa/icons/abort.png,sha256=gdSz0VMk5BgZRPthvUgH_ZE5MmyOdOrE3jf2FG5qe2U,79115
|
|
58
|
-
PaIRS_UniNa/icons/about.png,sha256=svhha0azUto_21uljl1BEdhtSfvm7AyOBcjGMvgms2o,15523
|
|
59
|
-
PaIRS_UniNa/icons/add.png,sha256=Ke2wuqwgWpN52vqjjarZ25EZktJ01c6FCQZYhOGo5Ek,881
|
|
60
|
-
PaIRS_UniNa/icons/axes.png,sha256=bfsiSCih3RTMTJs5VqqAoyapy4D5W6KjgXamLWTFNe4,1386
|
|
61
|
-
PaIRS_UniNa/icons/background.png,sha256=TpJVTbye7WE50TWet5rIB5VSL0wD0mxn6Fnb-_V8Xhw,1493
|
|
62
|
-
PaIRS_UniNa/icons/background_vectors.png,sha256=TjgZWkfhbfWch6igkaNo10K1-aPf5Y9f6iWFSVQgBGA,3818
|
|
63
|
-
PaIRS_UniNa/icons/browse_file_c.png,sha256=LiC_XeNqQnI5wkCbU0nqvwQ2Eaeror1U7zhe1Ovp__A,26366
|
|
64
|
-
PaIRS_UniNa/icons/browse_folder_c.png,sha256=mcvZ1ZT5wMijTDg-k5OTvZBsmTBa3DqNAezMLTgPII8,75201
|
|
65
|
-
PaIRS_UniNa/icons/calibrate.png,sha256=-d-cP55L_9OG4E0yrvGNii9M0X_4IXx4s_u7c8rhtco,5105
|
|
66
|
-
PaIRS_UniNa/icons/cancelled.png,sha256=ko8nb5I01BxBVvQwRyNNXJIiStBbX7ToGd4VMt9tKkk,3427
|
|
67
|
-
PaIRS_UniNa/icons/chain.png,sha256=SKWkKKkJ3A2n-8mACBBY2ewE348WZXEgUuAEhg_Ukjk,24743
|
|
68
|
-
PaIRS_UniNa/icons/chain_broken.png,sha256=M9sd9DI6AYTX9tx0OUAPWfk17JqUiwgeLW6vc_X2Shw,26977
|
|
69
|
-
PaIRS_UniNa/icons/checklist.png,sha256=orsGoRDrPF5DTSnbshvIZtyFIyjGnyzZgSknVR_LoIk,20321
|
|
70
|
-
PaIRS_UniNa/icons/clean_queue.png,sha256=Hi1oY0DjOBlq8ofoT3hntFMOrE3_yxQq3j1xqMFmeVM,33061
|
|
71
|
-
PaIRS_UniNa/icons/clean_run.png,sha256=1L5m1mOYvoH0BmYiB4f5E-GSIv3wqeJYF9Cx6Lr-oL8,18298
|
|
72
|
-
PaIRS_UniNa/icons/close.png,sha256=lOGBGV77_I-TNEWWsf1gqUmXNfnwXl8kAWiFR7arWCU,3049
|
|
73
|
-
PaIRS_UniNa/icons/close_project.png,sha256=pjTcKmT6HDJuL0wqmZXPZZHIg9M2luIhFvnxLMdR8BU,2213
|
|
74
|
-
PaIRS_UniNa/icons/completed.png,sha256=826I7Y0KUB83h8FQjsDBiIfP-XD_AYXwoD8JAKBEuhg,5329
|
|
75
|
-
PaIRS_UniNa/icons/copygrid.png,sha256=dUiTs5E3eKiRZU2efI5XBbb2KbeQ_dfYBBi_MZQ1DUw,1860
|
|
76
|
-
PaIRS_UniNa/icons/cursor_lamp.png,sha256=vX0_xVv6evWrgEQydj0-jTF9HdtXpBylCzZB2xaTSGs,3262
|
|
77
|
-
PaIRS_UniNa/icons/debug_run.png,sha256=9Fgn7_K6v_TQICF5DAyGuXzIcOlqO1Kj-AtEpFt81FA,20076
|
|
78
|
-
PaIRS_UniNa/icons/default_sizes.png,sha256=O8WT2GoXFBViX4Cfw-HEO5iO0oSt-qorg8PxQ-X4xkY,4261
|
|
79
|
-
PaIRS_UniNa/icons/delete.png,sha256=-Y_hzF6tTLBqETGh3oVu7sbVHn3txQ5dfFEUsCZpWBk,1255
|
|
80
|
-
PaIRS_UniNa/icons/deleteErr.png,sha256=uJrFxSZlEMDwTIPE6M9HEJUBbXQ6P2te69wh5YHOhjA,8035
|
|
81
|
-
PaIRS_UniNa/icons/dock_tabs.png,sha256=iic1Q53jWDup13IY_bVn0C3R8oYgcGyNPHis8OSz-8c,2794
|
|
82
|
-
PaIRS_UniNa/icons/done.png,sha256=RkhSQh-5GHF9SYY59nnE_ayV_4Nyj5GAlxJhpMxsYTQ,5138
|
|
83
|
-
PaIRS_UniNa/icons/down.png,sha256=5mQhLKTnAUvZ-CeSmW6fxd4hl_cSTVNyc8Vc--pjffA,7958
|
|
84
|
-
PaIRS_UniNa/icons/down_arrow.png,sha256=ptel2w2yuQzjYy7N61mTLB5jb-B3_MSN1ipBqPZPg5s,4969
|
|
85
|
-
PaIRS_UniNa/icons/editing.png,sha256=jtPXGeXJc9YCi9W8t0PtFlfHqrgKkhyFdpAmVKGZjWQ,78692
|
|
86
|
-
PaIRS_UniNa/icons/export_logo.png,sha256=Xz3_s0O89BQiXi2Ys1-MgmeHcpteSJw8wqf4Mm2eLoc,23068
|
|
87
|
-
PaIRS_UniNa/icons/fast_delete.png,sha256=LxwNBGNj-x7vbqSGJ6d6Mtx8_NnNR8EChpoVZ8o5TKE,2453
|
|
88
|
-
PaIRS_UniNa/icons/find_all_planes.png,sha256=EgPYKJ8LA9juGZx2gUaRQPpl9dpMuwtSa110HzgLF8g,13609
|
|
89
|
-
PaIRS_UniNa/icons/find_plane.png,sha256=7h2t-JTAbEtJbosO35MSZFKbJLq83IFEYMI1tQgVwWA,20901
|
|
90
|
-
PaIRS_UniNa/icons/flaticon_PaIRS.png,sha256=4RAgkTv6zROKMRpFFHgQjWxa8mzVo5LzhjzTMSMaJ4c,17087
|
|
91
|
-
PaIRS_UniNa/icons/flaticon_PaIRS_download.png,sha256=s4XjqnttNF8zoqN_xpkwuVpcGcx5vk2sJkTTibBt7gA,18846
|
|
92
|
-
PaIRS_UniNa/icons/flip_y.png,sha256=NEPwaeVrIYZTNMv3GCMgCiXSc9zXDIS2ZlQpG_HI-Zc,3166
|
|
93
|
-
PaIRS_UniNa/icons/focusErrr.png,sha256=8VAc6ZyNE3L76neaDZ3NfFIxmG7yo0lYGT0Zcj1kf74,5471
|
|
94
|
-
PaIRS_UniNa/icons/ganci.png,sha256=rCRku4ptXAt2pQOhKh-klhmgS2toEAxl3dbXKeYz_F0,901
|
|
95
|
-
PaIRS_UniNa/icons/ger.png,sha256=2K4ZK24TAioFC0ZDa2iS1RqSW65DZmW9ytDhKvMPbg0,59314
|
|
96
|
-
PaIRS_UniNa/icons/greenv.png,sha256=kkpQC3LwA_NfkPGB_yk9g7zEkX7iRbzRh7F7Orsg__Y,22458
|
|
97
|
-
PaIRS_UniNa/icons/guide.png,sha256=8rAT6At9Dm5TU3R0SwNxbKKuxhgpQDKEriDkKEsRtOs,16673
|
|
98
|
-
PaIRS_UniNa/icons/icon_CalVi.png,sha256=MBSK_59ezYrh8b_LNa5c-sXMDKr9xf5_DeoQV47o7Cc,10301
|
|
99
|
-
PaIRS_UniNa/icons/icon_PaIRS.png,sha256=JiBJ-KJT0F-hGReCn_jj7pZWv3QPJxxcBsnmV0dUV4Q,12735
|
|
100
|
-
PaIRS_UniNa/icons/import.png,sha256=I3sf9OCf4809Rus0zazwxkIt_8htd0Rpvo5EaffFIyo,10255
|
|
101
|
-
PaIRS_UniNa/icons/import_blue.png,sha256=E0JQTwyNX1keYlEK0hHoewoNoC0CgA0RaBKkekK1jtg,3436
|
|
102
|
-
PaIRS_UniNa/icons/import_logo.png,sha256=pjeiJrIfdtXJ52QTT0UX3Ly5cPinYXtmFNAXVZ3xZoQ,15687
|
|
103
|
-
PaIRS_UniNa/icons/issue.png,sha256=Pe_cVSazw-SEFFXfZsYxWWC5vz3mwZf3BbORpVr-Xhs,4421
|
|
104
|
-
PaIRS_UniNa/icons/loaded.png,sha256=ZWc-DRZoXBtAQ8iH2cvuLgvOIyZiJkAD-7CdUEbLbO4,453
|
|
105
|
-
PaIRS_UniNa/icons/loading_2.gif,sha256=SHcbBtY20uw6mlzYpQl6bomTuv3SfqHvs9S0S8I5pdM,16813
|
|
106
|
-
PaIRS_UniNa/icons/logo_CalVi.png,sha256=K7A41mS_H1wcJzKNS9OgbG2H1CLCZfP0EMF4YQrRzXY,24310
|
|
107
|
-
PaIRS_UniNa/icons/logo_CalVi_completo.png,sha256=juSAyuVMJnlwyn8AfObRWpv90GdIx6qd7nCqhr6utxo,68048
|
|
108
|
-
PaIRS_UniNa/icons/logo_CalVi_party.png,sha256=WV0OEHYyPeiK8dPm4mJMcVSnna8gibQ-9DwodVTXaVg,28983
|
|
109
|
-
PaIRS_UniNa/icons/logo_PaIRS.png,sha256=TO8UGltvIBKVaQbfpY0ZpoWCYaR3Rsxm8umvEE3BzLQ,40251
|
|
110
|
-
PaIRS_UniNa/icons/logo_PaIRS_completo.png,sha256=no--aiVxhIgSY3UgHXCH4XsaOtLgCWwnHpM79s-DEY0,90567
|
|
111
|
-
PaIRS_UniNa/icons/logo_PaIRS_download.png,sha256=-XAKGxmUvbKNArbxdSvsOrRof1LzPm9EgGTOxn2u8ig,75838
|
|
112
|
-
PaIRS_UniNa/icons/logo_PaIRS_party_rect.png,sha256=XANDNaASlTeBK3R8M3lYRMz_qSOhuKclm1vj_mrtoCY,61369
|
|
113
|
-
PaIRS_UniNa/icons/logo_PaIRS_rect.png,sha256=s9SGRe6zZrMp2ZvHqjyz4_uQ4wfBgotozzTkb6kwlQM,38486
|
|
114
|
-
PaIRS_UniNa/icons/mask.png,sha256=tBnBgLpEPE6mSqStgxR3SOTCvDk7ozjUjni9WhayBRk,11460
|
|
115
|
-
PaIRS_UniNa/icons/minus.png,sha256=r0IKsxe7uXQnAZ7l38-D46RAq6OaCb3pmHjVGKJsJHE,2286
|
|
116
|
-
PaIRS_UniNa/icons/mirror_u.png,sha256=mS4qfhQh-cWX9ImaPOM30oh0L5qCkXo87mRddt9ErHU,2035
|
|
117
|
-
PaIRS_UniNa/icons/mirror_v.png,sha256=8V86RxlFHOus-H5Yhbt5svRqKUx2CQYDGF_jeMJmcoE,12810
|
|
118
|
-
PaIRS_UniNa/icons/mirror_x.png,sha256=M-3w_a9V4JPflMRKo3yF0ILBCOwhPtjLNZzkacXr6CE,1985
|
|
119
|
-
PaIRS_UniNa/icons/mirror_y.png,sha256=Wbfyl_dLxaN2J3yClbw5lJ58fEhHu6aYN2lxWriKYyI,1831
|
|
120
|
-
PaIRS_UniNa/icons/missing.png,sha256=drsFXKxD2jP9UwenyYiTWLe3xX1Kt7XONBAzqihAMJY,4499
|
|
121
|
-
PaIRS_UniNa/icons/mtplt.png,sha256=EeAC7lbIiovNaIfkX62RSkI1rG540i4ns_qjXGnTESA,435115
|
|
122
|
-
PaIRS_UniNa/icons/new.png,sha256=B9e5VG_fRoQEj8Da60pP8lrDxq_xLXAqP3NZcpXpz9g,2043
|
|
123
|
-
PaIRS_UniNa/icons/news.png,sha256=PYzy-9HiXsVRZD2MTfb3-C_hrr4peIeVo-7kHl00O2o,12711
|
|
124
|
-
PaIRS_UniNa/icons/normal_run.png,sha256=xk_9j26eAbdqhYeLNCxeWxwVZdVI3d7J28z0nCjA9VA,25007
|
|
125
|
-
PaIRS_UniNa/icons/open.png,sha256=Jv1BryJUSCRkvJ_NtC5tJ_WLHqSjxOC5dp_lltrVdw8,1060
|
|
126
|
-
PaIRS_UniNa/icons/pause.png,sha256=uMKwjZdeVkdlCxYtUwEIThxRpiDSMCYJc4sIIMt4j7U,20613
|
|
127
|
-
PaIRS_UniNa/icons/paused.png,sha256=oiVls_92uATnen-dNAbed4ihbxw2o4uAaOhQ1p3cC8k,3856
|
|
128
|
-
PaIRS_UniNa/icons/pencil_bw.png,sha256=WM90jrY4cknYeykjPFlrExYC23TAD-rNbQizTzv9VR4,13001
|
|
129
|
-
PaIRS_UniNa/icons/plane.png,sha256=o_rjPHDKoO_IO6Pe7wPoIMcoOB64rxDZFTiYwQ-oIL0,16684
|
|
130
|
-
PaIRS_UniNa/icons/play.png,sha256=FPvDv3dHsVPp2vP3q7ke688b-BSub_YTjghhXomv7jk,2716
|
|
131
|
-
PaIRS_UniNa/icons/plus.png,sha256=T_k49FUGARrE-6tR0aDxlfZ8uPghoWoml99Wy1XQK6g,3024
|
|
132
|
-
PaIRS_UniNa/icons/process_icon.png,sha256=utNlzIR3jWTMxQCL1feCLBlt_Lp-VbfXagdRk_wbmXY,12097
|
|
133
|
-
PaIRS_UniNa/icons/processing.png,sha256=quYrJxlgexcUtZjJblBOgT6eYVZGVjDdlCYT9X-7vk4,23508
|
|
134
|
-
PaIRS_UniNa/icons/quit.png,sha256=f6hO3sThI6i-vThtzTYl74XmgC-nfprNMdkTblAtzhE,1507
|
|
135
|
-
PaIRS_UniNa/icons/redo.png,sha256=N04n_dQN07mVhfZ1310x2LyYDI4BN8Gg_nWIT8JQwp8,3226
|
|
136
|
-
PaIRS_UniNa/icons/redx.png,sha256=DsVZheVG2GB64sKEBlaGN_FMdqo2qUfslyisHgneldg,14385
|
|
137
|
-
PaIRS_UniNa/icons/reset.png,sha256=AzRT3Lg4_a1fndr14yaiNUKjeXPr_Mb6m7QJJTrpIcI,1926
|
|
138
|
-
PaIRS_UniNa/icons/resize_icon.png,sha256=54Mz02PhQXRZ4G_1KnQZfVyrSKTo6RPnr7qf7dH0MfU,25743
|
|
139
|
-
PaIRS_UniNa/icons/restart.png,sha256=B9YUA6KJA11dINSJm-SVP8i7hXRiGoxBB6L7uR8ZuI4,18906
|
|
140
|
-
PaIRS_UniNa/icons/restore.png,sha256=4xy5LZoeFuWvuA9AKNe0ge1jbgreK4D7U9-KOjvOxRE,1840
|
|
141
|
-
PaIRS_UniNa/icons/right_arrow.png,sha256=nTCQCuUuJtpAbytJZUDgxRo2Xwk2KH_18zY73-TZ7JA,4288
|
|
142
|
-
PaIRS_UniNa/icons/rotate_clock.png,sha256=ra4Q-aPIky4wqULrxizwBDPF9_ALNWWBG0kSSevbR9c,3190
|
|
143
|
-
PaIRS_UniNa/icons/rotate_counter.png,sha256=gGo-ajMva1x6gGirCWoq4hfb_KPhdux-BZnfOraGCsE,3155
|
|
144
|
-
PaIRS_UniNa/icons/rotate_v_clock.png,sha256=H9wmYtoUxnp2Ro3n4qeSQ1ZkGes690aGZG-P9lp5xLc,2190
|
|
145
|
-
PaIRS_UniNa/icons/rotate_v_counter.png,sha256=9R8mI50rS0gbU33tB8_cWM19E-zBdT_mliEDESgCPMI,2199
|
|
146
|
-
PaIRS_UniNa/icons/run_piv.png,sha256=LxA_MWoo6azJ16qqCWzy1AvEO0JQdmKrpESZedQYaBU,1248
|
|
147
|
-
PaIRS_UniNa/icons/save.png,sha256=_iKvtrg7IHpr5ey-GWaPEMo6qnM7ydtD8Hm1gwQdIak,2527
|
|
148
|
-
PaIRS_UniNa/icons/saveas.png,sha256=sbVQme8IkKWjZQxxQ1z1ao7-93X2pvJpLaMNarWFges,2671
|
|
149
|
-
PaIRS_UniNa/icons/terminal.png,sha256=UqUcn6ZX7pPOgCaJpzq-8CElf73GzcZB2lLUbwx6m_I,177133
|
|
150
|
-
PaIRS_UniNa/icons/tom.png,sha256=OxYJlJy1KOaPcPRSFtrawUSuusUKnOLoqy1WrNlMlYc,72340
|
|
151
|
-
PaIRS_UniNa/icons/trash.png,sha256=rNVcHc14qOOa2HCu2bpQaJDT4rMlvaliN5UjkLqud-U,4972
|
|
152
|
-
PaIRS_UniNa/icons/undo.png,sha256=CEwvqFdJt0lfA24mvxW78wNhouQeChFJpua8WOcNHt8,3360
|
|
153
|
-
PaIRS_UniNa/icons/undock_tabs.png,sha256=mSYIjIJA1l_lZZY3DcpNA-s5bbf_RfMmtfGc7ArxSfc,2804
|
|
154
|
-
PaIRS_UniNa/icons/unina_dii.png,sha256=G6z8dLUydRI31HYVWD53Z-po8dWQkJH_AK8y3KG7slk,29487
|
|
155
|
-
PaIRS_UniNa/icons/up.png,sha256=2lPiRDTEKiJr_Flit2kZS3Be7r0HRxiaTIRm5vLzHUk,4465
|
|
156
|
-
PaIRS_UniNa/icons/updating_import.gif,sha256=F93E2wItrn-hvEecVEjg4sSAPKNRcJBXxYqcbGXAchw,109116
|
|
157
|
-
PaIRS_UniNa/icons/updating_pairs.gif,sha256=uVK5NU2uZ86Grz9tmIZ4m2PMruPquxxX0n4e3D8MRx8,127123
|
|
158
|
-
PaIRS_UniNa/icons/vect_field.png,sha256=wopzLu3AdAzpsustG0jf6d3OHG8o2UMV7aPsk60XEzU,50438
|
|
159
|
-
PaIRS_UniNa/icons/vettore.png,sha256=bEnYIn-3-EPlwX2gqj5I_O_CFl5-l53bpqIhejVNC3Y,681
|
|
160
|
-
PaIRS_UniNa/icons/w0.png,sha256=iJXy_kXmbtFD-E66oJ0c76pR2uGdLVik7u46qABXo9s,1421
|
|
161
|
-
PaIRS_UniNa/icons/w1.png,sha256=dPSwXxG63NdfWgVYdyzyg1mz-ggOFML9OHAAGo0rPtg,872
|
|
162
|
-
PaIRS_UniNa/icons/w2.png,sha256=P0bLGt_M-hi9Xh-Y9GWo2OILb8bYZJHxZUjxjChQB-o,1435
|
|
163
|
-
PaIRS_UniNa/icons/w3.png,sha256=BujUrQZAq7t8i8HftoPcokbzUKrjM91vHH0lO3YsBw4,1580
|
|
164
|
-
PaIRS_UniNa/icons/w4.png,sha256=tvU_kU7lB5GTimnSlbLqpITiDjs7_qRerXHMKLTeKM8,1272
|
|
165
|
-
PaIRS_UniNa/icons/w5.png,sha256=FOzCRgjpSNA3Qwb4p8qjcRFiP82zZ2Jiufs5Nh94w7k,1701
|
|
166
|
-
PaIRS_UniNa/icons/waiting_c.png,sha256=ckslaQUM2r7xtLI9Zd9x6XUbX0MM-cwHvzIN4ZDtQGY,9252
|
|
167
|
-
PaIRS_UniNa/icons/waiting_circle.png,sha256=9VyVl178wJkf1zx5_K9U_RXk17RBUaBtciuA56r-dmU,7729
|
|
168
|
-
PaIRS_UniNa/icons/warning.png,sha256=qjX64lHIajQigD2MjMWmdZvOIcBQEszB4b9vzC5rp3E,152235
|
|
169
|
-
PaIRS_UniNa/icons/warning_circle.png,sha256=ZFU87fWB_UbzSgdreThALt76wPU2O8e6BSL3tHBvfHA,15127
|
|
170
|
-
PaIRS_UniNa-0.1.13.dist-info/LICENSE,sha256=GdoleX-pIMpQiFJQyogPnut2ubiN-UOHSPasK6qWlnc,1095
|
|
171
|
-
PaIRS_UniNa-0.1.13.dist-info/METADATA,sha256=7HxprvE04DvcxD6TDT1cND9aLBSEnrCQ7K077XOeSo8,8361
|
|
172
|
-
PaIRS_UniNa-0.1.13.dist-info/WHEEL,sha256=5JPYeYl5ZdvdSkrGS4u21mmpPzpFx42qrXOSIgWf4pg,102
|
|
173
|
-
PaIRS_UniNa-0.1.13.dist-info/top_level.txt,sha256=zxMsZBZRcjIXsv4CLSJ6RV0GhzeX89lx-JMfCCMkkYE,23
|
|
174
|
-
PaIRS_UniNa-0.1.13.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|