第一次提交

1、hpi的可用代码;
2、修复了多次点击曝光后,福亮度数据错误的问题;
3、定标方式为大的蓝菲积分球的标准能量曲线,而不是基于asd的能量曲线;
This commit is contained in:
tangchao0503
2022-09-06 22:54:14 +08:00
commit 98cf134cca
106 changed files with 39400 additions and 0 deletions

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>enter_Window</class>
<widget class="QMainWindow" name="enter_Window">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>651</width>
<height>474</height>
</rect>
</property>
<property name="windowTitle">
<string>主窗口</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="image_mode_bt">
<property name="geometry">
<rect>
<x>200</x>
<y>180</y>
<width>111</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>影像模式</string>
</property>
</widget>
<widget class="QPushButton" name="spectral_mode_bt">
<property name="geometry">
<rect>
<x>360</x>
<y>180</y>
<width>111</width>
<height>51</height>
</rect>
</property>
<property name="text">
<string>光谱模式</string>
</property>
</widget>
<widget class="QTextBrowser" name="camstatus_tb">
<property name="geometry">
<rect>
<x>200</x>
<y>240</y>
<width>271</width>
<height>81</height>
</rect>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>651</width>
<height>26</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionwew_e">
<property name="text">
<string>wew e</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>