Commit 8bdb7d82 authored by Nicolas Nunez Barreto's avatar Nicolas Nunez Barreto

todotodo

parent 24e382ca
......@@ -59,7 +59,7 @@ def Lorentzian2( x, A, B, x0, gam):
Piezo1Counts = []
Piezo1Frequencies = []
PIEZOS1_FILES = [59,60,62,63,64,65,66,70,71,72,75,76,77,78,79,80,81,82]
PIEZOS1_FILES = [59,60,62,63,64,65,66,70,71,72,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89]
......@@ -99,9 +99,9 @@ power=1
palette = sns.color_palette("tab10")
pmlocmedvec2 = np.arange(0,len(PIEZOS1_FILES),1)
pmlocmedvec2 = [0,1,2,3,4,5,6,7,8,9]+list(np.arange(11,len(PIEZOS1_FILES),1))
pmlocmedvec2 = [0,1,2,3,4,5,6,7,8,9,11,12,13,14,15,16,17,18]
#pmlocmedvec2 = ,11,12,13,14,15,16,17,18]
#pmlocmedvec2 = []
......@@ -199,7 +199,7 @@ plt.grid()
if plotcurvita:
plt.figure()
plt.errorbar(np.arange(0,len(Intensityver2),1), [i/np.max(Intensityver2) for i in Intensityver2], yerr=np.sqrt(Intensityver2)/np.max(Intensityver2), fmt='-o', capsize=3,markersize=8)
#plt.errorbar(np.arange(0,len(Intensityver2),1), [i/np.max(Intensityver2) for i in Intensityver2], yerr=np.sqrt(Intensityver2)/np.max(Intensityver2), fmt='-o', capsize=3,markersize=8)
plt.errorbar(np.arange(0,len(Intensityver2),1), [p for p in pmdepthsdrver2], yerr= errorpmdepthsdrver2, fmt='o', capsize=3, markersize=8)
#plt.errorbar(np.arange(0,len(Intensityver2),1), [p for p in Gamas2], yerr=ErrorGamas2, fmt='o', capsize=3, markersize=8)
plt.xlabel('Ion position')
......
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