Polarimetry 2.6.4__tar.gz

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 (77) hide show
  1. polarimetry-2.6.4/LICENSE +25 -0
  2. polarimetry-2.6.4/MANIFEST.in +5 -0
  3. polarimetry-2.6.4/PKG-INFO +54 -0
  4. polarimetry-2.6.4/README.md +21 -0
  5. polarimetry-2.6.4/pyproject.toml +50 -0
  6. polarimetry-2.6.4/setup.cfg +4 -0
  7. polarimetry-2.6.4/src/Polarimetry.egg-info/PKG-INFO +54 -0
  8. polarimetry-2.6.4/src/Polarimetry.egg-info/SOURCES.txt +75 -0
  9. polarimetry-2.6.4/src/Polarimetry.egg-info/dependency_links.txt +1 -0
  10. polarimetry-2.6.4/src/Polarimetry.egg-info/requires.txt +11 -0
  11. polarimetry-2.6.4/src/Polarimetry.egg-info/top_level.txt +1 -0
  12. polarimetry-2.6.4/src/polarimetry/PyPOLAR.py +2048 -0
  13. polarimetry-2.6.4/src/polarimetry/__init__.py +0 -0
  14. polarimetry-2.6.4/src/polarimetry/calibration/Calib_20231009_2D.txt +4 -0
  15. polarimetry-2.6.4/src/polarimetry/calibration/Calib_th_2D.txt +4 -0
  16. polarimetry-2.6.4/src/polarimetry/calibration/Calib_th_3D.txt +4 -0
  17. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.1_Pa10_Ta0_Gb0.1_Pb30_Tb0_Gc0.2_Pc0_Tc0.mat +0 -0
  18. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb10_Tb45_Gc-0.2_Pc0_Tc0.mat +0 -0
  19. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb10_Tb45_Gc0.1_Pc0_Tc0.mat +0 -0
  20. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb20_Tb45_Gc-0.2_Pc0_Tc0.mat +0 -0
  21. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta0_Gb0.1_Pb0_Tb0_Gc-0.2_Pc0_Tc0.mat +0 -0
  22. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta0_Gb0.2_Pb20_Tb0_Gc-0.2_Pc0_Tc0.mat +0 -0
  23. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta45_Gb0.1_Pb0_Tb45_Gc-0.1_Pc0_Tc0.mat +0 -0
  24. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga0.1_Pa0_Ta45_Gb-0.1_Pb20_Tb0_Gc-0.1_Pc0_Tc0.mat +0 -0
  25. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga0_Pa0_Ta0_Gb0_Pb0_Tb0_Gc0_Pc0_Tc0.mat +0 -0
  26. polarimetry-2.6.4/src/polarimetry/diskcones/Disk_Ga0_Pa20_Ta45_Gb-0.1_Pb0_Tb0_Gc-0.1_Pc0_Tc0.mat +0 -0
  27. polarimetry-2.6.4/src/polarimetry/generate_json.py +152 -0
  28. polarimetry-2.6.4/src/polarimetry/icons/GitHub.png +0 -0
  29. polarimetry-2.6.4/src/polarimetry/icons/backward.png +0 -0
  30. polarimetry-2.6.4/src/polarimetry/icons/blur_circular-512.png +0 -0
  31. polarimetry-2.6.4/src/polarimetry/icons/blur_circular.png +0 -0
  32. polarimetry-2.6.4/src/polarimetry/icons/build.png +0 -0
  33. polarimetry-2.6.4/src/polarimetry/icons/build_fill.png +0 -0
  34. polarimetry-2.6.4/src/polarimetry/icons/check_circle.png +0 -0
  35. polarimetry-2.6.4/src/polarimetry/icons/clockwise.png +0 -0
  36. polarimetry-2.6.4/src/polarimetry/icons/close.png +0 -0
  37. polarimetry-2.6.4/src/polarimetry/icons/colorize.png +0 -0
  38. polarimetry-2.6.4/src/polarimetry/icons/contact_support.png +0 -0
  39. polarimetry-2.6.4/src/polarimetry/icons/contrast.png +0 -0
  40. polarimetry-2.6.4/src/polarimetry/icons/counterclockwise.png +0 -0
  41. polarimetry-2.6.4/src/polarimetry/icons/crop.png +0 -0
  42. polarimetry-2.6.4/src/polarimetry/icons/delete.png +0 -0
  43. polarimetry-2.6.4/src/polarimetry/icons/delete_forever.png +0 -0
  44. polarimetry-2.6.4/src/polarimetry/icons/download.png +0 -0
  45. polarimetry-2.6.4/src/polarimetry/icons/download_file.png +0 -0
  46. polarimetry-2.6.4/src/polarimetry/icons/download_folder.png +0 -0
  47. polarimetry-2.6.4/src/polarimetry/icons/folder_open.png +0 -0
  48. polarimetry-2.6.4/src/polarimetry/icons/format_list.png +0 -0
  49. polarimetry-2.6.4/src/polarimetry/icons/forward.png +0 -0
  50. polarimetry-2.6.4/src/polarimetry/icons/home.png +0 -0
  51. polarimetry-2.6.4/src/polarimetry/icons/imagesmode.png +0 -0
  52. polarimetry-2.6.4/src/polarimetry/icons/layers_clear.png +0 -0
  53. polarimetry-2.6.4/src/polarimetry/icons/mail.png +0 -0
  54. polarimetry-2.6.4/src/polarimetry/icons/merge.png +0 -0
  55. polarimetry-2.6.4/src/polarimetry/icons/microscope.png +0 -0
  56. polarimetry-2.6.4/src/polarimetry/icons/multiline_chart.png +0 -0
  57. polarimetry-2.6.4/src/polarimetry/icons/open_in_new.png +0 -0
  58. polarimetry-2.6.4/src/polarimetry/icons/palette.png +0 -0
  59. polarimetry-2.6.4/src/polarimetry/icons/pan.png +0 -0
  60. polarimetry-2.6.4/src/polarimetry/icons/pause.png +0 -0
  61. polarimetry-2.6.4/src/polarimetry/icons/photo.png +0 -0
  62. polarimetry-2.6.4/src/polarimetry/icons/photo_fill.png +0 -0
  63. polarimetry-2.6.4/src/polarimetry/icons/play.png +0 -0
  64. polarimetry-2.6.4/src/polarimetry/icons/pyfig.icns +0 -0
  65. polarimetry-2.6.4/src/polarimetry/icons/pyfig.ico +0 -0
  66. polarimetry-2.6.4/src/polarimetry/icons/pyreg.icns +0 -0
  67. polarimetry-2.6.4/src/polarimetry/icons/pyreg.ico +0 -0
  68. polarimetry-2.6.4/src/polarimetry/icons/pyroi.icns +0 -0
  69. polarimetry-2.6.4/src/polarimetry/icons/pyroi.ico +0 -0
  70. polarimetry-2.6.4/src/polarimetry/icons/query_stats.png +0 -0
  71. polarimetry-2.6.4/src/polarimetry/icons/removal.png +0 -0
  72. polarimetry-2.6.4/src/polarimetry/icons/roi.png +0 -0
  73. polarimetry-2.6.4/src/polarimetry/icons/save.png +0 -0
  74. polarimetry-2.6.4/src/polarimetry/icons/square.png +0 -0
  75. polarimetry-2.6.4/src/polarimetry/icons/web.png +0 -0
  76. polarimetry-2.6.4/src/polarimetry/icons/zoom.png +0 -0
  77. polarimetry-2.6.4/src/polarimetry/pypolar_classes.py +847 -0
@@ -0,0 +1,25 @@
1
+ BSD 2-Clause License
2
+
3
+ Copyright (c) 2021, Cristel Chandre
4
+ All rights reserved.
5
+
6
+ Redistribution and use in source and binary forms, with or without
7
+ modification, are permitted provided that the following conditions are met:
8
+
9
+ 1. Redistributions of source code must retain the above copyright notice, this
10
+ list of conditions and the following disclaimer.
11
+
12
+ 2. Redistributions in binary form must reproduce the above copyright notice,
13
+ this list of conditions and the following disclaimer in the documentation
14
+ and/or other materials provided with the distribution.
15
+
16
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
17
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
20
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22
+ SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24
+ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
@@ -0,0 +1,5 @@
1
+ include src/polarimetry/calibration/*.txt
2
+ include src/polarimetry/diskcones/*.mat
3
+ include src/polarimetry/icons/*.png
4
+ include src/polarimetry/icons/*.icns
5
+ include src/polarimetry/icons/*.ico
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.1
2
+ Name: Polarimetry
3
+ Version: 2.6.4
4
+ Summary: PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples
5
+ Author-email: Cristel Chandre <cristel.chandre@cnrs.fr>, Manos Mavrakis <manos.mavrakis@fresnel.fr>, Sophie Brasselet <sophie.brasselet@fresnel.fr>
6
+ Maintainer-email: Cristel Chandre <cristel.chandre@cnrs.fr>
7
+ Project-URL: Homepage, https://www.fresnel.fr/polarimetry
8
+ Project-URL: GitHub, https://github.com/cchandre/Polarimetry
9
+ Project-URL: Wiki, https://github.com/cchandre/Polarimetry/wiki
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Intended Audience :: Education
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: BSD License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Topic :: Scientific/Engineering
16
+ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
17
+ Classifier: Topic :: Scientific/Engineering :: Visualization
18
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
19
+ Requires-Python: >=3.8
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: colorcet==3.0.1
23
+ Requires-Dist: customtkinter==5.2.0
24
+ Requires-Dist: joblib==1.2.0
25
+ Requires-Dist: matplotlib==3.6.2
26
+ Requires-Dist: numpy==1.23.5
27
+ Requires-Dist: opencv-python==4.8.1.78
28
+ Requires-Dist: openpyxl==3.0.9
29
+ Requires-Dist: pillow==10.3.0
30
+ Requires-Dist: scikit-image==0.20.0
31
+ Requires-Dist: scipy==1.9.1
32
+ Requires-Dist: tksheet==6.2.5
33
+
34
+ # [<img src="main_icon.png" alt=" " width="50"/>](https://www.fresnel.fr/polarimetry) PyPOLAR
35
+
36
+ ![Version](https://img.shields.io/badge/version-v2.6.4-blue)
37
+ ![Platform](https://img.shields.io/badge/platform-macOS|Windows-orange)
38
+ [![License](https://img.shields.io/badge/license-BSD-lightgray)](https://github.com/cchandre/Polarimetry/blob/master/LICENSE)
39
+
40
+ PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples.
41
+ To install PyPOLAR on your computer, check out the [latest release](https://github.com/cchandre/Polarimetry/releases), and download `PyPOLAR_installer.exe` for Windows or `PyPOLAR.dmg` for macOS.
42
+
43
+ - Source code: [PyPOLAR.py](https://github.com/cchandre/Polarimetry/blob/master/pypolar/PyPOLAR.py)
44
+
45
+ - Website: [www.fresnel.fr/polarimetry](https://www.fresnel.fr/polarimetry)
46
+
47
+ - Wiki: [PyPOLARwiki](https://github.com/cchandre/Polarimetry/wiki)
48
+
49
+ <div align="center">
50
+ <img src="PyPOLAR_layout.png" alt=" " width="400"/>
51
+ </div>
52
+
53
+ ___
54
+ For more information: <cristel.chandre@cnrs.fr>
@@ -0,0 +1,21 @@
1
+ # [<img src="main_icon.png" alt=" " width="50"/>](https://www.fresnel.fr/polarimetry) PyPOLAR
2
+
3
+ ![Version](https://img.shields.io/badge/version-v2.6.4-blue)
4
+ ![Platform](https://img.shields.io/badge/platform-macOS|Windows-orange)
5
+ [![License](https://img.shields.io/badge/license-BSD-lightgray)](https://github.com/cchandre/Polarimetry/blob/master/LICENSE)
6
+
7
+ PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples.
8
+ To install PyPOLAR on your computer, check out the [latest release](https://github.com/cchandre/Polarimetry/releases), and download `PyPOLAR_installer.exe` for Windows or `PyPOLAR.dmg` for macOS.
9
+
10
+ - Source code: [PyPOLAR.py](https://github.com/cchandre/Polarimetry/blob/master/pypolar/PyPOLAR.py)
11
+
12
+ - Website: [www.fresnel.fr/polarimetry](https://www.fresnel.fr/polarimetry)
13
+
14
+ - Wiki: [PyPOLARwiki](https://github.com/cchandre/Polarimetry/wiki)
15
+
16
+ <div align="center">
17
+ <img src="PyPOLAR_layout.png" alt=" " width="400"/>
18
+ </div>
19
+
20
+ ___
21
+ For more information: <cristel.chandre@cnrs.fr>
@@ -0,0 +1,50 @@
1
+ [build-system]
2
+ requires = ["setuptools >= 61.0"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [tool.setuptools.packages.find]
6
+ where = ["src"]
7
+
8
+ [project]
9
+ name = "Polarimetry"
10
+ version = "2.6.4"
11
+ authors = [
12
+ { name="Cristel Chandre", email="cristel.chandre@cnrs.fr" },
13
+ { name="Manos Mavrakis", email="manos.mavrakis@fresnel.fr" },
14
+ { name="Sophie Brasselet", email="sophie.brasselet@fresnel.fr" },
15
+ ]
16
+ maintainers = [
17
+ { name="Cristel Chandre", email="cristel.chandre@cnrs.fr" }
18
+ ]
19
+ description = "PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples"
20
+ readme = "README.md"
21
+ requires-python = ">=3.8"
22
+ classifiers = [
23
+ "Programming Language :: Python :: 3",
24
+ "Intended Audience :: Education",
25
+ "Intended Audience :: Science/Research",
26
+ "License :: OSI Approved :: BSD License",
27
+ "Operating System :: OS Independent",
28
+ "Topic :: Scientific/Engineering",
29
+ "Topic :: Scientific/Engineering :: Bio-Informatics",
30
+ "Topic :: Scientific/Engineering :: Visualization",
31
+ "Topic :: Scientific/Engineering :: Image Processing",
32
+ ]
33
+ dependencies = [
34
+ "colorcet==3.0.1",
35
+ "customtkinter==5.2.0",
36
+ "joblib==1.2.0",
37
+ "matplotlib==3.6.2",
38
+ "numpy==1.23.5",
39
+ "opencv-python==4.8.1.78",
40
+ "openpyxl==3.0.9",
41
+ "pillow==10.3.0",
42
+ "scikit-image==0.20.0",
43
+ "scipy==1.9.1",
44
+ "tksheet==6.2.5",
45
+ ]
46
+
47
+ [project.urls]
48
+ Homepage = "https://www.fresnel.fr/polarimetry"
49
+ GitHub = "https://github.com/cchandre/Polarimetry"
50
+ Wiki = "https://github.com/cchandre/Polarimetry/wiki"
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+
@@ -0,0 +1,54 @@
1
+ Metadata-Version: 2.1
2
+ Name: Polarimetry
3
+ Version: 2.6.4
4
+ Summary: PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples
5
+ Author-email: Cristel Chandre <cristel.chandre@cnrs.fr>, Manos Mavrakis <manos.mavrakis@fresnel.fr>, Sophie Brasselet <sophie.brasselet@fresnel.fr>
6
+ Maintainer-email: Cristel Chandre <cristel.chandre@cnrs.fr>
7
+ Project-URL: Homepage, https://www.fresnel.fr/polarimetry
8
+ Project-URL: GitHub, https://github.com/cchandre/Polarimetry
9
+ Project-URL: Wiki, https://github.com/cchandre/Polarimetry/wiki
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: Intended Audience :: Education
12
+ Classifier: Intended Audience :: Science/Research
13
+ Classifier: License :: OSI Approved :: BSD License
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Topic :: Scientific/Engineering
16
+ Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
17
+ Classifier: Topic :: Scientific/Engineering :: Visualization
18
+ Classifier: Topic :: Scientific/Engineering :: Image Processing
19
+ Requires-Python: >=3.8
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: colorcet==3.0.1
23
+ Requires-Dist: customtkinter==5.2.0
24
+ Requires-Dist: joblib==1.2.0
25
+ Requires-Dist: matplotlib==3.6.2
26
+ Requires-Dist: numpy==1.23.5
27
+ Requires-Dist: opencv-python==4.8.1.78
28
+ Requires-Dist: openpyxl==3.0.9
29
+ Requires-Dist: pillow==10.3.0
30
+ Requires-Dist: scikit-image==0.20.0
31
+ Requires-Dist: scipy==1.9.1
32
+ Requires-Dist: tksheet==6.2.5
33
+
34
+ # [<img src="main_icon.png" alt=" " width="50"/>](https://www.fresnel.fr/polarimetry) PyPOLAR
35
+
36
+ ![Version](https://img.shields.io/badge/version-v2.6.4-blue)
37
+ ![Platform](https://img.shields.io/badge/platform-macOS|Windows-orange)
38
+ [![License](https://img.shields.io/badge/license-BSD-lightgray)](https://github.com/cchandre/Polarimetry/blob/master/LICENSE)
39
+
40
+ PyPOLAR is a Python-based app for analyzing polarization-resolved microscopy data to measure molecular orientation and order in biological samples.
41
+ To install PyPOLAR on your computer, check out the [latest release](https://github.com/cchandre/Polarimetry/releases), and download `PyPOLAR_installer.exe` for Windows or `PyPOLAR.dmg` for macOS.
42
+
43
+ - Source code: [PyPOLAR.py](https://github.com/cchandre/Polarimetry/blob/master/pypolar/PyPOLAR.py)
44
+
45
+ - Website: [www.fresnel.fr/polarimetry](https://www.fresnel.fr/polarimetry)
46
+
47
+ - Wiki: [PyPOLARwiki](https://github.com/cchandre/Polarimetry/wiki)
48
+
49
+ <div align="center">
50
+ <img src="PyPOLAR_layout.png" alt=" " width="400"/>
51
+ </div>
52
+
53
+ ___
54
+ For more information: <cristel.chandre@cnrs.fr>
@@ -0,0 +1,75 @@
1
+ LICENSE
2
+ MANIFEST.in
3
+ README.md
4
+ pyproject.toml
5
+ src/Polarimetry.egg-info/PKG-INFO
6
+ src/Polarimetry.egg-info/SOURCES.txt
7
+ src/Polarimetry.egg-info/dependency_links.txt
8
+ src/Polarimetry.egg-info/requires.txt
9
+ src/Polarimetry.egg-info/top_level.txt
10
+ src/polarimetry/PyPOLAR.py
11
+ src/polarimetry/__init__.py
12
+ src/polarimetry/generate_json.py
13
+ src/polarimetry/pypolar_classes.py
14
+ src/polarimetry/calibration/Calib_20231009_2D.txt
15
+ src/polarimetry/calibration/Calib_th_2D.txt
16
+ src/polarimetry/calibration/Calib_th_3D.txt
17
+ src/polarimetry/diskcones/Disk_Ga-0.1_Pa10_Ta0_Gb0.1_Pb30_Tb0_Gc0.2_Pc0_Tc0.mat
18
+ src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb10_Tb45_Gc-0.2_Pc0_Tc0.mat
19
+ src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb10_Tb45_Gc0.1_Pc0_Tc0.mat
20
+ src/polarimetry/diskcones/Disk_Ga-0.1_Pa20_Ta0_Gb-0.1_Pb20_Tb45_Gc-0.2_Pc0_Tc0.mat
21
+ src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta0_Gb0.1_Pb0_Tb0_Gc-0.2_Pc0_Tc0.mat
22
+ src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta0_Gb0.2_Pb20_Tb0_Gc-0.2_Pc0_Tc0.mat
23
+ src/polarimetry/diskcones/Disk_Ga-0.2_Pa0_Ta45_Gb0.1_Pb0_Tb45_Gc-0.1_Pc0_Tc0.mat
24
+ src/polarimetry/diskcones/Disk_Ga0.1_Pa0_Ta45_Gb-0.1_Pb20_Tb0_Gc-0.1_Pc0_Tc0.mat
25
+ src/polarimetry/diskcones/Disk_Ga0_Pa0_Ta0_Gb0_Pb0_Tb0_Gc0_Pc0_Tc0.mat
26
+ src/polarimetry/diskcones/Disk_Ga0_Pa20_Ta45_Gb-0.1_Pb0_Tb0_Gc-0.1_Pc0_Tc0.mat
27
+ src/polarimetry/icons/GitHub.png
28
+ src/polarimetry/icons/backward.png
29
+ src/polarimetry/icons/blur_circular-512.png
30
+ src/polarimetry/icons/blur_circular.png
31
+ src/polarimetry/icons/build.png
32
+ src/polarimetry/icons/build_fill.png
33
+ src/polarimetry/icons/check_circle.png
34
+ src/polarimetry/icons/clockwise.png
35
+ src/polarimetry/icons/close.png
36
+ src/polarimetry/icons/colorize.png
37
+ src/polarimetry/icons/contact_support.png
38
+ src/polarimetry/icons/contrast.png
39
+ src/polarimetry/icons/counterclockwise.png
40
+ src/polarimetry/icons/crop.png
41
+ src/polarimetry/icons/delete.png
42
+ src/polarimetry/icons/delete_forever.png
43
+ src/polarimetry/icons/download.png
44
+ src/polarimetry/icons/download_file.png
45
+ src/polarimetry/icons/download_folder.png
46
+ src/polarimetry/icons/folder_open.png
47
+ src/polarimetry/icons/format_list.png
48
+ src/polarimetry/icons/forward.png
49
+ src/polarimetry/icons/home.png
50
+ src/polarimetry/icons/imagesmode.png
51
+ src/polarimetry/icons/layers_clear.png
52
+ src/polarimetry/icons/mail.png
53
+ src/polarimetry/icons/merge.png
54
+ src/polarimetry/icons/microscope.png
55
+ src/polarimetry/icons/multiline_chart.png
56
+ src/polarimetry/icons/open_in_new.png
57
+ src/polarimetry/icons/palette.png
58
+ src/polarimetry/icons/pan.png
59
+ src/polarimetry/icons/pause.png
60
+ src/polarimetry/icons/photo.png
61
+ src/polarimetry/icons/photo_fill.png
62
+ src/polarimetry/icons/play.png
63
+ src/polarimetry/icons/pyfig.icns
64
+ src/polarimetry/icons/pyfig.ico
65
+ src/polarimetry/icons/pyreg.icns
66
+ src/polarimetry/icons/pyreg.ico
67
+ src/polarimetry/icons/pyroi.icns
68
+ src/polarimetry/icons/pyroi.ico
69
+ src/polarimetry/icons/query_stats.png
70
+ src/polarimetry/icons/removal.png
71
+ src/polarimetry/icons/roi.png
72
+ src/polarimetry/icons/save.png
73
+ src/polarimetry/icons/square.png
74
+ src/polarimetry/icons/web.png
75
+ src/polarimetry/icons/zoom.png
@@ -0,0 +1,11 @@
1
+ colorcet==3.0.1
2
+ customtkinter==5.2.0
3
+ joblib==1.2.0
4
+ matplotlib==3.6.2
5
+ numpy==1.23.5
6
+ opencv-python==4.8.1.78
7
+ openpyxl==3.0.9
8
+ pillow==10.3.0
9
+ scikit-image==0.20.0
10
+ scipy==1.9.1
11
+ tksheet==6.2.5
@@ -0,0 +1 @@
1
+ polarimetry