清理了 网格导出bug、图像显示bug
parent
cb9534311c
commit
37052cb42d
|
@ -935,7 +935,7 @@ bool FEKOBase::FBPImage_FREQ(QString& restiffpath, Eigen::MatrixXcd& echoData,
|
|||
|
||||
|
||||
#ifdef __IMAGEWINDOWSPROCESS // 加窗处理
|
||||
//Eigen::MatrixXd normw = WINDOWFun(echoData, winfun);
|
||||
Eigen::MatrixXd normw = WINDOWFun(echoData, winfun);
|
||||
#endif
|
||||
|
||||
#ifdef __IMAGEPARALLEL
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>692</width>
|
||||
<height>581</height>
|
||||
<height>882</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -167,6 +167,9 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBox_A1">
|
||||
<property name="toolTip">
|
||||
<string>A1 与 A2 天线同时选中,不会计算RCS值,只会输出电场</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>A1</string>
|
||||
</property>
|
||||
|
@ -174,6 +177,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<widget class="QCheckBox" name="checkBox_A2">
|
||||
<property name="toolTip">
|
||||
<string>A1 与 A2 天线同时选中,不会计算RCS值,只会输出电场</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>A2</string>
|
||||
</property>
|
||||
|
@ -218,13 +224,13 @@
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>120</height>
|
||||
<height>140</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>120</height>
|
||||
<height>140</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="title">
|
||||
|
@ -484,13 +490,13 @@
|
|||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>30</height>
|
||||
<height>35</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>16777215</width>
|
||||
<height>30</height>
|
||||
<height>35</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="text">
|
||||
|
|
Loading…
Reference in New Issue