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)