Commit 525f3039 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

todo

parent 2200009b
......@@ -122,7 +122,7 @@ power=1
palette = sns.color_palette("tab10")
pmlocmedvec1=list(np.arange(0,len(PIEZOS1_FILES)-1,1))
pmlocmedvec1=list(np.arange(0,len(PIEZOS1_FILES)-2,1))
#pmlocmedvec1 = []
......@@ -366,7 +366,7 @@ from scipy.optimize import curve_fit
def modelo1(r,a,b):
k = 2
return a*(r**k/(b**k+r**k))
return a*((r**k/(b**k+r**k)))
rfit = np.arange(x2,len(Intensityver2)*20+x2,20)
yfit = [p for p in pmdepthsdrver2]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment