PaIRS-UniNa 0.2.4__cp311-cp311-macosx_10_9_universal2.whl → 0.2.6__cp311-cp311-macosx_10_9_universal2.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.

Potentially problematic release.


This version of PaIRS-UniNa might be problematic. Click here for more details.

Files changed (60) hide show
  1. PaIRS_UniNa/Changes.txt +35 -0
  2. PaIRS_UniNa/Custom_Top.py +1 -1
  3. PaIRS_UniNa/Explorer.py +3063 -3049
  4. PaIRS_UniNa/FolderLoop.py +371 -371
  5. PaIRS_UniNa/Input_Tab.py +717 -709
  6. PaIRS_UniNa/Input_Tab_CalVi.py +4 -4
  7. PaIRS_UniNa/Input_Tab_tools.py +3018 -3009
  8. PaIRS_UniNa/Output_Tab.py +2 -2
  9. PaIRS_UniNa/PaIRS.py +17 -17
  10. PaIRS_UniNa/PaIRS_PIV.py +56 -1
  11. PaIRS_UniNa/PaIRS_pypacks.py +323 -60
  12. PaIRS_UniNa/Process_Tab.py +8 -13
  13. PaIRS_UniNa/Process_Tab_Disp.py +9 -4
  14. PaIRS_UniNa/Saving_tools.py +277 -277
  15. PaIRS_UniNa/TabTools.py +63 -21
  16. PaIRS_UniNa/Vis_Tab.py +293 -115
  17. PaIRS_UniNa/Whatsnew.py +13 -0
  18. PaIRS_UniNa/_PaIRS_PIV.so +0 -0
  19. PaIRS_UniNa/__init__.py +3 -3
  20. PaIRS_UniNa/gPaIRS.py +3825 -3600
  21. PaIRS_UniNa/icons/flaticon_PaIRS_download_warning.png +0 -0
  22. PaIRS_UniNa/icons/pylog.png +0 -0
  23. PaIRS_UniNa/icons/python_warning.png +0 -0
  24. PaIRS_UniNa/icons/queue.png +0 -0
  25. PaIRS_UniNa/icons/uninitialized.png +0 -0
  26. PaIRS_UniNa/icons/window.png +0 -0
  27. PaIRS_UniNa/listLib.py +301 -301
  28. PaIRS_UniNa/parForMulti.py +433 -433
  29. PaIRS_UniNa/parForWorkers.py +46 -1
  30. PaIRS_UniNa/pivParFor.py +1 -1
  31. PaIRS_UniNa/procTools.py +17 -7
  32. PaIRS_UniNa/rqrdpckgs.txt +9 -0
  33. PaIRS_UniNa/stereo.py +683 -683
  34. PaIRS_UniNa/stereoPivParFor.py +1 -1
  35. PaIRS_UniNa/tabSplitter.py +606 -606
  36. PaIRS_UniNa/ui_Calibration_Tab.py +542 -542
  37. PaIRS_UniNa/ui_Custom_Top.py +294 -294
  38. PaIRS_UniNa/ui_Input_Tab.py +1098 -1098
  39. PaIRS_UniNa/ui_Input_Tab_CalVi.py +1280 -1280
  40. PaIRS_UniNa/ui_Log_Tab.py +261 -261
  41. PaIRS_UniNa/ui_Output_Tab.py +2360 -2360
  42. PaIRS_UniNa/ui_Process_Tab.py +3808 -3808
  43. PaIRS_UniNa/ui_Process_Tab_CalVi.py +1547 -1547
  44. PaIRS_UniNa/ui_Process_Tab_Disp.py +1139 -968
  45. PaIRS_UniNa/ui_Process_Tab_Min.py +435 -435
  46. PaIRS_UniNa/ui_ResizePopup.py +203 -203
  47. PaIRS_UniNa/ui_Vis_Tab.py +1626 -1533
  48. PaIRS_UniNa/ui_Vis_Tab_CalVi.py +1249 -1249
  49. PaIRS_UniNa/ui_Whatsnew.py +131 -131
  50. PaIRS_UniNa/ui_gPairs.py +873 -849
  51. PaIRS_UniNa/ui_infoPaIRS.py +550 -428
  52. PaIRS_UniNa/whatsnew.txt +4 -4
  53. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/METADATA +47 -30
  54. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/RECORD +56 -54
  55. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/WHEEL +1 -1
  56. PaIRS_UniNa/icons/order.png +0 -0
  57. PaIRS_UniNa/icons/order_reverse.png +0 -0
  58. PaIRS_UniNa/icons/run_piv.png +0 -0
  59. PaIRS_UniNa-0.2.4.dist-info/LICENSE +0 -19
  60. {PaIRS_UniNa-0.2.4.dist-info → pairs_unina-0.2.6.dist-info}/top_level.txt +0 -0
PaIRS_UniNa/Output_Tab.py CHANGED
@@ -399,7 +399,7 @@ class Output_Tab(gPaIRS_Tab):
399
399
  self.setOptionValidRoot(ind)
400
400
  self.checkMinCompatibility(ind)
401
401
  self.checkCommonRegion(ind)
402
- OUT.OptionDone=1 if OUT.OptionValidPath==1 and OUT.OptionValidSubFold in (1,-1) and OUT.OptionValidRoot in (1,-2) and OUT.OptionValidMin==1 and not OUT.FlagWarnCR else 0 if OUT.OptionValidPath==0 or OUT.OptionValidSubFold==0 or OUT.OptionValidRoot in (0,-1) or OUT.OptionValidMin==0 or OUT.FlagWarnCR else -1
402
+ OUT.OptionDone=1 if OUT.OptionValidPath==1 and OUT.OptionValidSubFold in (1,-1) and OUT.OptionValidRoot==1 and OUT.OptionValidMin==1 and not OUT.FlagWarnCR else 0 if OUT.OptionValidPath==0 or OUT.OptionValidSubFold==0 or OUT.OptionValidRoot in (0,-1) or OUT.OptionValidMin==0 or OUT.FlagWarnCR else -1
403
403
  #pri.Info.blue(f'Output OptionDone = {OUT.OptionDone}')
404
404
 
405
405
  def get_image_dimensions(self,file_name):
@@ -419,7 +419,7 @@ class Output_Tab(gPaIRS_Tab):
419
419
  ind=OUT.ind
420
420
  else: OUT:OUTpar=self.TABpar_at(ind)
421
421
 
422
- if OUT.imageFile is not None and OUT.imageFileMin is not None and self.get_image_dimensions(self.OUTpar.inputPath+OUT.imageFile)!=self.get_image_dimensions(OUT.imageFileMin):
422
+ if OUT.Step!=StepTypes.min and OUT.imageFile is not None and OUT.imageFileMin is not None and self.get_image_dimensions(OUT.inputPath+OUT.imageFile)!=self.get_image_dimensions(OUT.imageFileMin):
423
423
  OUT.OptionValidMin=0
424
424
  else:
425
425
  OUT.OptionValidMin=1
PaIRS_UniNa/PaIRS.py CHANGED
@@ -1,18 +1,18 @@
1
1
  from .gPaIRS import *
2
-
3
- def run():
4
- gui:gPaIRS
5
- app,gui,flagPrint=launchPaIRS()
6
- quitPaIRS(app,flagPrint)
7
-
8
- def cleanRun():
9
- if os.path.exists(lastcfgname):
10
- os.remove(lastcfgname)
11
- run()
12
-
13
- def debugRun():
14
- gui:gPaIRS
15
- app,gui,flagPrint=launchPaIRS(flagInputDebug=True)
16
- quitPaIRS(app,flagPrint)
17
-
18
-
2
+
3
+ def run():
4
+ gui:gPaIRS
5
+ app,gui,flagPrint=launchPaIRS()
6
+ quitPaIRS(app,flagPrint)
7
+
8
+ def cleanRun():
9
+ if os.path.exists(lastcfgname):
10
+ os.remove(lastcfgname)
11
+ run()
12
+
13
+ def debugRun():
14
+ gui:gPaIRS
15
+ app,gui,flagPrint=launchPaIRS(flagInputDebug=True)
16
+ quitPaIRS(app,flagPrint)
17
+
18
+
PaIRS_UniNa/PaIRS_PIV.py CHANGED
@@ -568,11 +568,17 @@ class DatiProcVect(object):
568
568
  teta = property(_PaIRS_PIV.DatiProcVect_teta_get, _PaIRS_PIV.DatiProcVect_teta_set)
569
569
  dOrt = property(_PaIRS_PIV.DatiProcVect_dOrt_get, _PaIRS_PIV.DatiProcVect_dOrt_set)
570
570
  dPar = property(_PaIRS_PIV.DatiProcVect_dPar_get, _PaIRS_PIV.DatiProcVect_dPar_set)
571
+ dParOld = property(_PaIRS_PIV.DatiProcVect_dParOld_get, _PaIRS_PIV.DatiProcVect_dParOld_set)
572
+ widthPar = property(_PaIRS_PIV.DatiProcVect_widthPar_get, _PaIRS_PIV.DatiProcVect_widthPar_set)
573
+ maxCC = property(_PaIRS_PIV.DatiProcVect_maxCC_get, _PaIRS_PIV.DatiProcVect_maxCC_set)
571
574
  x = property(_PaIRS_PIV.DatiProcVect_x_get, _PaIRS_PIV.DatiProcVect_x_set)
572
575
  y = property(_PaIRS_PIV.DatiProcVect_y_get, _PaIRS_PIV.DatiProcVect_y_set)
573
576
  z = property(_PaIRS_PIV.DatiProcVect_z_get, _PaIRS_PIV.DatiProcVect_z_set)
577
+ info = property(_PaIRS_PIV.DatiProcVect_info_get, _PaIRS_PIV.DatiProcVect_info_set)
574
578
  tanCsi = property(_PaIRS_PIV.DatiProcVect_tanCsi_get, _PaIRS_PIV.DatiProcVect_tanCsi_set)
575
579
  CC = property(_PaIRS_PIV.DatiProcVect_CC_get, _PaIRS_PIV.DatiProcVect_CC_set)
580
+ init4DArrayRot = property(_PaIRS_PIV.DatiProcVect_init4DArrayRot_get, _PaIRS_PIV.DatiProcVect_init4DArrayRot_set)
581
+ CCrot = property(_PaIRS_PIV.DatiProcVect_CCrot_get, _PaIRS_PIV.DatiProcVect_CCrot_set)
576
582
 
577
583
  def __init__(self):
578
584
  _PaIRS_PIV.DatiProcVect_swiginit(self, _PaIRS_PIV.new_DatiProcVect())
@@ -669,13 +675,21 @@ class DispAvgCorr(object):
669
675
  ic = property(_PaIRS_PIV.DispAvgCorr_ic_get, _PaIRS_PIV.DispAvgCorr_ic_set)
670
676
  jc = property(_PaIRS_PIV.DispAvgCorr_jc_get, _PaIRS_PIV.DispAvgCorr_jc_set)
671
677
  NImg = property(_PaIRS_PIV.DispAvgCorr_NImg_get, _PaIRS_PIV.DispAvgCorr_NImg_set)
672
- DeltaZ = property(_PaIRS_PIV.DispAvgCorr_DeltaZ_get, _PaIRS_PIV.DispAvgCorr_DeltaZ_set)
678
+ nIterMaxValid = property(_PaIRS_PIV.DispAvgCorr_nIterMaxValid_get, _PaIRS_PIV.DispAvgCorr_nIterMaxValid_set)
679
+ numStd = property(_PaIRS_PIV.DispAvgCorr_numStd_get, _PaIRS_PIV.DispAvgCorr_numStd_set)
673
680
  dOrtMean = property(_PaIRS_PIV.DispAvgCorr_dOrtMean_get, _PaIRS_PIV.DispAvgCorr_dOrtMean_set)
681
+ dParMean = property(_PaIRS_PIV.DispAvgCorr_dParMean_get, _PaIRS_PIV.DispAvgCorr_dParMean_set)
682
+ percOutlier = property(_PaIRS_PIV.DispAvgCorr_percOutlier_get, _PaIRS_PIV.DispAvgCorr_percOutlier_set)
683
+ DeltaZ = property(_PaIRS_PIV.DispAvgCorr_DeltaZ_get, _PaIRS_PIV.DispAvgCorr_DeltaZ_set)
674
684
  ta0Mean = property(_PaIRS_PIV.DispAvgCorr_ta0Mean_get, _PaIRS_PIV.DispAvgCorr_ta0Mean_set)
675
685
  ta1Mean = property(_PaIRS_PIV.DispAvgCorr_ta1Mean_get, _PaIRS_PIV.DispAvgCorr_ta1Mean_set)
686
+ RisxRadd = property(_PaIRS_PIV.DispAvgCorr_RisxRadd_get, _PaIRS_PIV.DispAvgCorr_RisxRadd_set)
676
687
  RaggioFiltro = property(_PaIRS_PIV.DispAvgCorr_RaggioFiltro_get, _PaIRS_PIV.DispAvgCorr_RaggioFiltro_set)
677
688
  SogliaCor = property(_PaIRS_PIV.DispAvgCorr_SogliaCor_get, _PaIRS_PIV.DispAvgCorr_SogliaCor_set)
678
689
  N_NormEpi = property(_PaIRS_PIV.DispAvgCorr_N_NormEpi_get, _PaIRS_PIV.DispAvgCorr_N_NormEpi_set)
690
+ minStdDOrt = property(_PaIRS_PIV.DispAvgCorr_minStdDOrt_get, _PaIRS_PIV.DispAvgCorr_minStdDOrt_set)
691
+ minStdDPar = property(_PaIRS_PIV.DispAvgCorr_minStdDPar_get, _PaIRS_PIV.DispAvgCorr_minStdDPar_set)
692
+ minStdMaxCC = property(_PaIRS_PIV.DispAvgCorr_minStdMaxCC_get, _PaIRS_PIV.DispAvgCorr_minStdMaxCC_set)
679
693
 
680
694
  def __init__(self):
681
695
  _PaIRS_PIV.DispAvgCorr_swiginit(self, _PaIRS_PIV.new_DispAvgCorr())
@@ -759,6 +773,47 @@ class StereoDisp(StereoBase):
759
773
 
760
774
  # Register StereoDisp in _PaIRS_PIV:
761
775
  _PaIRS_PIV.StereoDisp_swigregister(StereoDisp)
776
+ class AniDiff(object):
777
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
778
+ __repr__ = _swig_repr
779
+ nIt = property(_PaIRS_PIV.AniDiff_nIt_get, _PaIRS_PIV.AniDiff_nIt_set)
780
+ K = property(_PaIRS_PIV.AniDiff_K_get, _PaIRS_PIV.AniDiff_K_set)
781
+ lam = property(_PaIRS_PIV.AniDiff_lam_get, _PaIRS_PIV.AniDiff_lam_set)
782
+ semiLen = property(_PaIRS_PIV.AniDiff_semiLen_get, _PaIRS_PIV.AniDiff_semiLen_set)
783
+ flagFilter = property(_PaIRS_PIV.AniDiff_flagFilter_get, _PaIRS_PIV.AniDiff_flagFilter_set)
784
+ flagBC = property(_PaIRS_PIV.AniDiff_flagBC_get, _PaIRS_PIV.AniDiff_flagBC_set)
785
+ numThreads = property(_PaIRS_PIV.AniDiff_numThreads_get, _PaIRS_PIV.AniDiff_numThreads_set)
786
+ numBoxes = property(_PaIRS_PIV.AniDiff_numBoxes_get, _PaIRS_PIV.AniDiff_numBoxes_set)
787
+ indBoxes = property(_PaIRS_PIV.AniDiff_indBoxes_get, _PaIRS_PIV.AniDiff_indBoxes_set)
788
+
789
+ def __init__(self):
790
+ _PaIRS_PIV.AniDiff_swiginit(self, _PaIRS_PIV.new_AniDiff())
791
+ __swig_destroy__ = _PaIRS_PIV.delete_AniDiff
792
+
793
+ # Register AniDiff in _PaIRS_PIV:
794
+ _PaIRS_PIV.AniDiff_swigregister(AniDiff)
795
+ class AniDif(object):
796
+ thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
797
+ __repr__ = _swig_repr
798
+
799
+ def __init__(self):
800
+ _PaIRS_PIV.AniDif_swiginit(self, _PaIRS_PIV.new_AniDif())
801
+ __swig_destroy__ = _PaIRS_PIV.delete_AniDif
802
+
803
+ def SizeOfReal(self):
804
+ return _PaIRS_PIV.AniDif_SizeOfReal(self)
805
+
806
+ def run(self, npArr):
807
+ return _PaIRS_PIV.AniDif_run(self, npArr)
808
+
809
+ def initAll(self, npArr):
810
+ return _PaIRS_PIV.AniDif_initAll(self, npArr)
811
+ data = property(_PaIRS_PIV.AniDif_data_get, _PaIRS_PIV.AniDif_data_set)
812
+ indBoxes = property(_PaIRS_PIV.AniDif_indBoxes_get, _PaIRS_PIV.AniDif_indBoxes_set)
813
+ boxAverage = property(_PaIRS_PIV.AniDif_boxAverage_get, _PaIRS_PIV.AniDif_boxAverage_set)
814
+
815
+ # Register AniDif in _PaIRS_PIV:
816
+ _PaIRS_PIV.AniDif_swigregister(AniDif)
762
817
  class DataFromPIV(object):
763
818
  thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
764
819
  __repr__ = _swig_repr