forked from markwbrown/MAPIR_Camera_Control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MAPIR_Camera_Control.spec
105 lines (99 loc) · 4.26 KB
/
MAPIR_Camera_Control.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
# -*- mode: python -*-
block_cipher = None
a = Analysis(['MAPIR_Camera_Control.py'],
pathex=['C:\\Users\\Software\\Desktop\\GITHUB\\MAPIR_Camera_Control'],
binaries=[('FreeImage.dll', '.'), ('FreeImagePlus.dll', '.'), ('opencv_aruco320.dll', '.'), ('opencv_aruco320d.dll', '.'), ('opencv_calib3d320.dll', '.'),
('opencv_calib3d320.dll', '.'),
('opencv_core320.dll', '.'),
('opencv_core320d.dll', '.'),
('opencv_features2d320.dll', '.'),
('opencv_flann320.dll', '.'),
('opencv_imgcodecs320.dll', '.'),
('opencv_imgproc320.dll', '.')],
datas=[('exiftool.exe', '.'),
('dcraw.exe', '.'),
('FiducialFinder.exe', '.'),
('Mapir_Converter.exe', '.'),
('instring.txt', '.'),
('calib.txt', '.'),
('MAPIR_Processing_dockwidget_base.ui', '.'),
('MAPIR_Processing_dockwidget_CAN.ui', '.'),
('MAPIR_Processing_dockwidget_modal.ui', '.'),
('MAPIR_Processing_dockwidget_time.ui', '.'),
('MAPIR_Processing_dockwidget_delete.ui', '.'),
('MAPIR_Processing_dockwidget_transfer.ui', '.'),
('MAPIR_Processing_dockwidget_LUT.ui', '.'),
('MAPIR_Processing_dockwidget_raster.ui', '.'),
('MAPIR_Processing_dockwidget_Viewer_Save.ui', '.'),
('MAPIR_Processing_dockwidget_A_Exposure.ui', '.'),
('MAPIR_Processing_dockwidget_M_Exposure.ui', '.'),
('MAPIR_Processing_dockwidget_vignette.ui', '.'),
('MAPIR_Processing_dockwidget_BandOrder.ui', '.'),
('MAPIR_Processing_dockwidget_Advanced.ui', '.'),
('MAPIR_Processing_dockwidget_matrix.ui', '.'),
('vig_405.txt', '.'),
('vig_450.txt', '.'),
('vig_490.txt', '.'),
('vig_518.txt', '.'),
('vig_550.txt', '.'),
('vig_590.txt', '.'),
('vig_615.txt', '.'),
('vig_632.txt', '.'),
('vig_685.txt', '.'),
('vig_725.txt', '.'),
('vig_780.txt', '.'),
('vig_808.txt', '.'),
('vig_850.txt', '.'),
('vig_880.txt', '.'),
('vig_940.txt', '.'),
('vig_644_8.25_1.txt', '.'),
('vig_644_8.25_2.txt', '.'),
('vig_644_8.25_3.txt', '.'),
('vig_644_3.37_1.txt', '.'),
('vig_644_3.37_2.txt', '.'),
('vig_644_3.37_3.txt', '.'),
('vig_550-660-850_8.25_1.txt', '.'),
('vig_550-660-850_8.25_2.txt', '.'),
('vig_550-660-850_8.25_3.txt', '.'),
('vig_550-660-850_3.37_1.txt', '.'),
('vig_550-660-850_3.37_2.txt', '.'),
('vig_550-660-850_3.37_3.txt', '.'),
('Flat_Field_Poly_Coeffs.json', '.'),
('Dark_Frame_Values.json', '.'),
('msvcp100.dll', '.'),
('msvcr100.dll', '.'),
('corn_logo_color_ico.ico', '.'),
('msvcr100_clr0400.dll', '.'),
('lut_legend.jpg', '.'),
('lut_legend_rgb.jpg', '.'),
('lut_red-to-green.jpg', '.'),
('ndvi_400px.jpg', '.'),
('mapir.config', '.'),
('mapir_kernel.camerarig', '.'),
('template.kernelconfig', '.'),
(('_gdal.pyd'),'.'),
('dark.qss', '.'),
('breeze_resouces.py','.'),
('breeze.qrc','.'),
('dark\*.svg', 'dark') ],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
Tree('C:\\Users\\Software\\AppData\\Local\\Programs\\Python\\Python37\\Lib\\site-packages\\osgeo'),
name='MAPIR_Camera_Control',
debug=False,
strip=False,
upx=True,
console=False,
icon='C:\\Users\\Software\\Desktop\\GITHUB\\MAPIR_Camera_Control\\corn_logo_color_ico.ico')