From 559e2e09b64880358e3fce4e626d7f61ce6edda7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E5=B3=BB=E6=81=BA?= <202115006@mail.sdu.edu.cn> Date: Tue, 2 Sep 2025 12:10:51 +0000 Subject: [PATCH] update 9_time_depth_convert.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛峻恺 <202115006@mail.sdu.edu.cn> --- 9_time_depth_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/9_time_depth_convert.py b/9_time_depth_convert.py index 3671026..a9bf12f 100644 --- a/9_time_depth_convert.py +++ b/9_time_depth_convert.py @@ -60,7 +60,7 @@ def convert2depth(dielectric_img, dt=1e-9, dz_interval=0.05, max_samples=399): if __name__ == "__main__": - # Load data and apply depth conversion + data_file = pcfg.inversion_time_result_file path = pcfg.inversion_depth_result_img data = np.delete(np.loadtxt(data_file, delimiter=',', skiprows=0), [0], axis=0)