Go to file
chenzenghui 8ef3831d65 增加dB到线性值工具 2025-03-11 13:43:00 +08:00
ALLRelease 提前处理IFFT 2025-02-26 09:45:43 +08:00
BaseCommonLibrary 增加了基于fp32的fp64模拟计算 2025-03-11 09:31:03 +08:00
GPUBPSimulation 增加局部修改 2025-03-05 17:10:21 +08:00
GPUBaseLib 增加了基于fp32的fp64模拟计算 2025-03-11 09:31:03 +08:00
ImageshowTool 修复BP的成像bug,在测试代码中已经成功 2025-03-06 13:43:56 +08:00
LAMPDataProcessEXE 修复bug: 2025-02-24 17:24:02 +08:00
RasterMainWidgetGUI 同步代码 2025-03-04 16:18:35 +08:00
RasterProcessToolWidget 修复bug: 2025-02-24 17:24:02 +08:00
SPG4Tool 调整接口 2025-03-08 21:50:48 +08:00
Toolbox 增加dB到线性值工具 2025-03-11 13:43:00 +08:00
.gitattributes 添加 .gitattributes、.gitignore 和 README.md。 2024-11-15 09:49:01 +08:00
.gitignore 修复了成像bug问题 2025-03-06 16:22:36 +08:00
LAMPDataProcess.sln 增加了基于SPG4模型与两行根数的,卫星轨道点生成代码 2025-03-08 17:24:38 +08:00
Readme.md 工程拆分完毕 2025-02-06 21:18:25 +08:00
proj.db 增加DEM的经纬度转XYZ的工具,并且修复了日志文件与界面日志显示的差异bug 2025-02-19 16:26:55 +08:00

Readme.md

工具箱插件的开发

  1. 将编译好的工具的dll 放入 Toolbox 文件夹中且dll 命名以 PluginTool_ 开头
  2. 软件会自动检索对应的 PluginTool_ 开头的dll ,并自动加载到程序中