refractory
This commit is contained in:
+18
-10
@@ -84,12 +84,14 @@ container: SOMA
|
||||
- SpikeTrainTraces ( contained_in: DAY-N )
|
||||
```
|
||||
|
||||
### ms: behaviors
|
||||
### ms: SOMA
|
||||
|
||||
#### CheckVDB: Context
|
||||
|
||||
As dendrites deliver current (VDB), the soma acts like a capacitor. It "stores" this charge in the form of membrane potential. This contextualizes VGSC-SOMA to open ion channels that let Na+ ions in.
|
||||
|
||||
This only applies if not AP, or in other words, SOMA is not in refractory period.
|
||||
|
||||
```Gen
|
||||
context: CheckVDB
|
||||
contained_by: SOMA
|
||||
@@ -97,13 +99,13 @@ context: CheckVDB
|
||||
in_context: Fixed
|
||||
rf: ( active: 60x )
|
||||
|
||||
condition: (VDB fullness)
|
||||
condition: (VDB fullness ) AND NOT AP
|
||||
out_context: VDBMax
|
||||
|
||||
condition: (VDB mediumness)
|
||||
condition: ( VDB mediumness ) AND NOT AP
|
||||
out_context: VDBMedium
|
||||
|
||||
condition: (VDB emptiness)
|
||||
condition: ( VDB emptiness ) AND NOT AP
|
||||
out_context: VDBLow
|
||||
```
|
||||
|
||||
@@ -118,7 +120,7 @@ context: CheckSomaSpike
|
||||
in_context: Fixed
|
||||
rf: ( active: 60x )
|
||||
|
||||
condition: ( Na fullness OR APOngoing )
|
||||
condition: ( Na fullness OR APRefractory )
|
||||
out_context: AP
|
||||
out_context: bAP
|
||||
```
|
||||
@@ -151,9 +153,9 @@ episode: ClearNa
|
||||
trace:
|
||||
```
|
||||
|
||||
### sec: behaviors
|
||||
### sec: SOMA
|
||||
|
||||
### min: behaviors
|
||||
### min: SOMA
|
||||
|
||||
#### VGSC-SOMA-TUN: Tuner
|
||||
|
||||
@@ -208,7 +210,9 @@ container: VGSC-SOMA-H
|
||||
|
||||
```
|
||||
|
||||
### Episode1
|
||||
### sec: VGSC-SOMA-H
|
||||
|
||||
#### Episode1
|
||||
|
||||
```Gen
|
||||
episode: ??
|
||||
@@ -231,7 +235,9 @@ container: VGSC-SOMA-M
|
||||
|
||||
```
|
||||
|
||||
### Episode2
|
||||
### sec: VGSC-SOMA-M
|
||||
|
||||
#### Episode2
|
||||
|
||||
```Gen
|
||||
episode: ??
|
||||
@@ -254,7 +260,9 @@ container: VGSC-SOMA-M
|
||||
|
||||
```
|
||||
|
||||
### Episode3
|
||||
### sec: VGSC-SOMA-L
|
||||
|
||||
#### Episode3
|
||||
|
||||
```Gen
|
||||
episode: ??
|
||||
|
||||
Reference in New Issue
Block a user