added some python script examples

This commit is contained in:
2024-03-21 16:36:38 +01:00
parent f2691e6f28
commit 6735f41390
4 changed files with 153 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ emax=30
ecutmin=8
ecutmax=12
etabins=251
csize=2
csize=3
gain=150
nbins=100
indmin=1
@@ -78,6 +78,7 @@ for i in range(indmin,indmax):
fig, ax = plt.subplots()
ax.plot(ebins[:-1],sp)
ax.plot(ebins[:-1],spff)
#ax.set_yscale('log')
fig.show()
"""