Benjamins comments

This commit is contained in:
2026-02-02 09:29:13 +01:00
parent 30742850d8
commit 8e1ff94825
2 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ alphas = [0.002, 0.01, 0.03, 0.06]
rmax = 500
amax = 60
cthresh1 = 1.2
cthresh2 = 3.5
cthresh2 = 3.05
#model_cell = '2018-05-08-ab-invivo-1' # 116, CV=0.68
#alphas = [0.002, 0.008, 0.025, 0.05]
@@ -381,7 +381,7 @@ def plot_peaks(ax, s, alphas, contrasts, powerf1, powerf2, powerfsum,
yoffs = 35 if amax == 60 else 31
ax.text(cthresh1/2, yoffs, 'linear\nregime',
ha='center', va='center')
ax.text((cthresh1 + cthresh2)/2, yoffs, 'weakly\nnonlinear\nregime',
ax.text(2.2, yoffs, 'weakly\nnonlinear\nregime',
ha='center', va='center')
if amax == 60:
ax.text(5.5, yoffs, 'strongly\nnonlinear\nregime',