Skip to content

Commit

Permalink
Changed sign of D1 modulation
Browse files Browse the repository at this point in the history
  • Loading branch information
Hjorthmedh committed Jul 25, 2024
1 parent 4f849ba commit 9587a1d
Show file tree
Hide file tree
Showing 2 changed files with 515 additions and 49 deletions.
38 changes: 34 additions & 4 deletions examples/notebooks/neuromodulation/dspn/test-modulation.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1.25
"value": 0.75
},
{
"param_name": "mod_pka_g_half_kir_ms",
Expand Down Expand Up @@ -40,7 +40,7 @@
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1.20
"value": 0.80
},
{
"param_name": "mod_pka_g_half_cal12_ms",
Expand Down Expand Up @@ -68,7 +68,7 @@
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1.20
"value": 0.80
},
{
"param_name": "mod_pka_g_half_cal13_ms",
Expand Down Expand Up @@ -96,7 +96,7 @@
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 0.75
"value": 1.25
},
{
"param_name": "mod_pka_g_half_naf_ms",
Expand All @@ -111,6 +111,36 @@
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1
},

{
"param_name": "mod_pka_g_min_kas_ms",
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1
},
{
"param_name": "mod_pka_g_max_kas_ms",
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1.20
},
{
"param_name": "mod_pka_g_half_kas_ms",
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 12.5
},
{
"param_name": "mod_pka_g_slope_kas_ms",
"type": "range",
"sectionlist": ["soma", "basal"],
"dist_type": "uniform",
"value": 1
}

]
}
Loading

0 comments on commit 9587a1d

Please sign in to comment.