基础库代码修改
parent
3d251929e4
commit
4f55e92660
|
@ -1 +1 @@
|
|||
Subproject commit 490433aea724be64b8ba59cb308ff71303493328
|
||||
Subproject commit 2a424bd634f51a58043494bc074fe5687e65c921
|
|
@ -3,6 +3,7 @@
|
|||
#include <QFileDialog>
|
||||
#include "FileOperator.h"
|
||||
#include "BaseTool.h"
|
||||
#include "SARSimulationImageL1.h"
|
||||
#include "GF3CalibrationAndGeocodingClass.h"
|
||||
|
||||
QComplex2AmpPhase::QComplex2AmpPhase(QWidget *parent)
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue