你已经派生过 gprMax
镜像自地址
https://gitee.com/sunhf/gprMax.git
已同步 2025-08-08 15:27:57 +08:00
Updated to use .h5 rather than .out
这个提交包含在:
@@ -8,7 +8,7 @@
|
|||||||
clear, clc, close all;
|
clear, clc, close all;
|
||||||
|
|
||||||
% Select file =============================================================
|
% Select file =============================================================
|
||||||
[infile, path] = uigetfile('*.out', 'Select gprMax output file', ...
|
[infile, path] = uigetfile('*.h5', 'Select gprMax output file', ...
|
||||||
'Multiselect', 'Off');
|
'Multiselect', 'Off');
|
||||||
if isequal(infile, 0)
|
if isequal(infile, 0)
|
||||||
infile = [];
|
infile = [];
|
||||||
@@ -20,9 +20,9 @@ end
|
|||||||
|
|
||||||
|
|
||||||
% File name, path name and file extension =================================
|
% File name, path name and file extension =================================
|
||||||
HDR.fname = strrep(lower(infile), '.out', '');
|
HDR.fname = strrep(lower(infile), '.h5', '');
|
||||||
HDR.pname = path;
|
HDR.pname = path;
|
||||||
HDR.fext = 'out';
|
HDR.fext = 'h5';
|
||||||
|
|
||||||
|
|
||||||
% Read data from HDF5 file ================================================
|
% Read data from HDF5 file ================================================
|
||||||
|
在新工单中引用
屏蔽一个用户