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