基础库代码修改

Release
陈增辉 2024-11-25 15:25:21 +08:00
parent 3d251929e4
commit 4f55e92660
5 changed files with 13 additions and 12 deletions

@ -1 +1 @@
Subproject commit 490433aea724be64b8ba59cb308ff71303493328
Subproject commit 2a424bd634f51a58043494bc074fe5687e65c921

View File

@ -3,6 +3,7 @@
#include <QFileDialog>
#include "FileOperator.h"
#include "BaseTool.h"
#include "SARSimulationImageL1.h"
#include "GF3CalibrationAndGeocodingClass.h"
QComplex2AmpPhase::QComplex2AmpPhase(QWidget *parent)

View File

@ -70,13 +70,13 @@ void SatelliteGF3xmlParser::parseGPS() {
QString zVelocity = GPSParam.firstChildElement("zVelocity").text();
QDateTime dateTime = QDateTime::fromString(TimeStamp, "yyyy-MM-dd HH:mm:ss.zzzzzz");
satepos.time = dateTime.toMSecsSinceEpoch() / 1000.0;
satepos.Px= xPosition.toDouble();
satepos.Py= yPosition.toDouble();
satepos.Pz= zPosition.toDouble();
satepos.Vx= xVelocity.toDouble();
satepos.Vy= yVelocity.toDouble();
satepos.Vz= zVelocity.toDouble();
satepos.time = dateTime.toMSecsSinceEpoch() / 1000.0;
satepos.Px = xPosition.toDouble();
satepos.Py = yPosition.toDouble();
satepos.Pz = zPosition.toDouble();
satepos.Vx = xVelocity.toDouble();
satepos.Vy = yVelocity.toDouble();
satepos.Vz = zVelocity.toDouble();
this->antposs.append(satepos);

View File

@ -165,7 +165,7 @@
<ClInclude Include="SimulationSAR\SARSimulationTaskSetting.h" />
<ClInclude Include="SimulationSAR\SatelliteOribtModel.h" />
<ClInclude Include="SimulationSAR\SigmaDatabase.h" />
<QtMoc Include="BaseLibraryCPP\ImageOperatorBase.h" />
<ClInclude Include="BaseLibraryCPP\ImageOperatorBase.h" />
<ClInclude Include="BaseLibraryCPP\LogInfoCls.h" />
<ClInclude Include="BaseLibraryCPP\SARSimulationImageL1.h" />
<ClInclude Include="BaseLibraryCPP\stdafx.h" />

View File

@ -195,6 +195,9 @@
<ClInclude Include="SimulationSAR\SigmaDatabase.h">
<Filter>SimulationSAR</Filter>
</ClInclude>
<ClInclude Include="BaseLibraryCPP\ImageOperatorBase.h">
<Filter>BaseLibraryCPP</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<QtMoc Include="QMergeRasterProcessDialog.h">
@ -215,9 +218,6 @@
<QtMoc Include="GF3ProcessToolbox\QComplex2AmpPhase.h">
<Filter>GF3ProcessToolbox</Filter>
</QtMoc>
<QtMoc Include="BaseLibraryCPP\ImageOperatorBase.h">
<Filter>BaseLibraryCPP</Filter>
</QtMoc>
<QtMoc Include="GF3ProcessToolbox\QRDOrthProcessClass.h">
<Filter>GF3ProcessToolbox</Filter>
</QtMoc>