diff --git a/Plots.m b/Plots.m index bcc7562..394a3e7 100644 --- a/Plots.m +++ b/Plots.m @@ -4,10 +4,10 @@ function Plots(T) if nargin == 0 - Con = [ 0.07; % g_h + Con = [ 0.062; % g_h 0.02; % g_LK_t 3; % N_tr - 3; % N_rt + 4; % N_rt 30]; % N_rr diff --git a/Thalamic_Column.h b/Thalamic_Column.h index e256628..382d8e4 100644 --- a/Thalamic_Column.h +++ b/Thalamic_Column.h @@ -192,7 +192,7 @@ class Thalamic_Column { /* Calcium parameters */ const double alpha_Ca = -50E-6; /* influx per spike in nmol */ const double tau_Ca = 10; /* calcium time constant in ms */ - const double Ca_0 = 2E-4; /* resting concentration */ + const double Ca_0 = 2.4E-4; /* resting concentration */ /* I_h activation parameters */ const double k1 = 2.5E7;