From a53ce913a3e0c5aa8b38e3024efe2c50f8aa04ab Mon Sep 17 00:00:00 2001 From: HanjiaJiang Date: Mon, 26 Aug 2024 14:48:09 +0200 Subject: [PATCH] Change astrocyte_lr_1994 parameter default value for delta_IP3 to physiologically plausible value --- models/astrocyte_lr_1994.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/astrocyte_lr_1994.cpp b/models/astrocyte_lr_1994.cpp index 3e448bb5cf..4db152a27f 100644 --- a/models/astrocyte_lr_1994.cpp +++ b/models/astrocyte_lr_1994.cpp @@ -123,7 +123,7 @@ nest::astrocyte_lr_1994::Parameters_::Parameters_() , Km_SERCA_( 0.1 ) // µM , SIC_scale_( 1.0 ) , SIC_th_( 0.19669 ) // µM - , delta_IP3_( 5.0 ) // µM + , delta_IP3_( 0.0002 ) // µM , k_IP3R_( 0.0002 ) // 1/(µM*ms) , rate_IP3R_( 0.006 ) // 1/ms , rate_L_( 0.00011 ) // 1/ms