Permalink
Browse files

Changed Calcium resting concentration.

Signed-off-by: Schellenberger <schellenberger@inb.uni-luebeck.de>
  • Loading branch information...
1 parent 3b9849f commit 53a2a511ccf047d4bf150fa280375dc75f8d92f1 @miscco committed Nov 7, 2014
Showing with 3 additions and 3 deletions.
  1. +2 −2 Plots.m
  2. +1 −1 Thalamic_Column.h
View
@@ -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
View
@@ -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;

0 comments on commit 53a2a51

Please sign in to comment.