From bbc3051c2bba3ecd9bbb6f1d3175b3890c8725d4 Mon Sep 17 00:00:00 2001 From: Sgr A* VMT <1611902585@qq.com> Date: Mon, 27 Nov 2023 07:56:00 +0000 Subject: [PATCH] update arg_fit.py. Signed-off-by: Sgr A* VMT <1611902585@qq.com> --- arg_fit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/arg_fit.py b/arg_fit.py index 5097351..d324a97 100644 --- a/arg_fit.py +++ b/arg_fit.py @@ -104,6 +104,7 @@ while(1): print("please make sure you have move the 4 data file to IDM folder\n请确认你有把4个文件拷到IDM文件夹内") break #反向求值 + model=TempModel(1,-2.1429828e-05,-1.8980091e-10,3.6738370e-16,2943053.84,20.33) p0=[-2.1429828e-05,-1.8980091e-10,3.6738370e-16] params, params_covariance = curve_fit(fit,np.arange(5,80,0.01),np.hstack(datas),p0=p0,maxfev=1000000,ftol=1e-10,xtol=1e-10) for path in paths: