35 lines
1.3 KiB
C
35 lines
1.3 KiB
C
|
#pragma once
|
|||
|
#include "../BaseLibraryCPP/BaseConstVariable.h"
|
|||
|
#include "../BaseLibraryCPP/ImageOperatorBase.h"
|
|||
|
#include "../BaseLibraryCPP/LogInfoCls.h"
|
|||
|
#include "../BaseLibraryCPP/SARSimulationImageL1.h"
|
|||
|
#include <QString>
|
|||
|
|
|||
|
// <20><><EFBFBD>ݶ<EFBFBD><DDB6><EFBFBD>
|
|||
|
ErrorCode GF3CalibrationRaster(QString inRasterPath, QString outRasterPath, double Qualifyvalue, double calibrationConst);
|
|||
|
|
|||
|
ErrorCode ImportGF3L1ARasterToWorkspace(QString inMetaxmlPath,QString inRasterPath, QString outWorkDirPath, POLARTYPEENUM polsartype);
|
|||
|
|
|||
|
QVector<QString> SearchGF3DataTiff(QString inMetaxmlPath);
|
|||
|
|
|||
|
POLARTYPEENUM getDatasetGF3FilePolsarType(QString fileName);
|
|||
|
|
|||
|
ErrorCode ImportGF3L1AProcess(QString inMetaxmlPath, QString outWorkDirPath);
|
|||
|
// <20><><EFBFBD><EFBFBD>תʵ<D7AA><CAB5>
|
|||
|
ErrorCode Complex2AmpRaster(QString inComplexPath, QString outRasterPath);
|
|||
|
//<2F><><EFBFBD><EFBFBD>ת<EFBFBD><D7AA>λ
|
|||
|
ErrorCode Complex2PhaseRaster(QString inComplexPath, QString outRasterPath);
|
|||
|
ErrorCode Complex2dBRaster(QString inComplexPath, QString outRasterPath);
|
|||
|
|
|||
|
|
|||
|
ErrorCode ResampleDEM(QString indemPath, QString outdemPath, double gridx, double gridy);
|
|||
|
|
|||
|
|
|||
|
//<2F><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ұ<EFBFBD>
|
|||
|
ErrorCode GF3RDCreateLookTable(QString inxmlPath, QString indemPath, QString outworkdir, QString outlooktablePath);
|
|||
|
|
|||
|
|
|||
|
// <20><><EFBFBD>䴦<EFBFBD><E4B4A6><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
ErrorCode GF3RDCreateLookTable(QString inxmlPath, QString indemPath, QString outworkdir, double gridx, double gridy);
|
|||
|
|