Update elements/neuron/postsynapse.md
This commit is contained in:
@@ -128,7 +128,7 @@ POSTSYNAPSE-BEH
|
|||||||
- bAp_ctx ( contained_by: SOMA )
|
- bAp_ctx ( contained_by: SOMA )
|
||||||
```
|
```
|
||||||
|
|
||||||
### ms: behaviors POST
|
### bAp_ctx
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -152,7 +152,7 @@ CaNDMAEnterMax: ( active: 2x )
|
|||||||
```Gen
|
```Gen
|
||||||
CaNDMAEnterMed: ( active: 4x )
|
CaNDMAEnterMed: ( active: 4x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: bAp_ctx
|
in_context: bAp_ctx
|
||||||
hypothesis: NOT (Ca2+ full) AND (Na emptiness)
|
hypothesis: NOT (Ca2+ full) AND (Na emptiness)
|
||||||
@@ -160,12 +160,27 @@ CaNDMAEnterMed: ( active: 4x )
|
|||||||
trace:
|
trace:
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### NOT bAp_ctx
|
||||||
|
|
||||||
|
##### CaNDMAEnterLow: ( active: 12x ) accumulator
|
||||||
|
|
||||||
|
```Gen
|
||||||
|
CaNDMAEnterLow: ( active: 12x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
|
in_context: NOT bAP_ctx
|
||||||
|
hypothesis: NOT (Ca2+ full) AND (Na mediumness)
|
||||||
|
action: [Ca2+ increase]
|
||||||
|
trace:
|
||||||
|
```
|
||||||
|
|
||||||
##### CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
|
##### CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
CaNDMAEnterMedNotBap: ( active: 4x )
|
CaNDMAEnterMedNotBap: ( active: 4x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: NOT (Ca2+ full) AND (Na fullness)
|
hypothesis: NOT (Ca2+ full) AND (Na fullness)
|
||||||
@@ -173,25 +188,12 @@ CaNDMAEnterMedNotBap: ( active: 4x )
|
|||||||
trace:
|
trace:
|
||||||
```
|
```
|
||||||
|
|
||||||
##### CaNDMAEnterLow: ( active: 12x ) accumulator
|
##### CaClearance: ( active: 24x ) accumulator
|
||||||
|
|
||||||
```Gen
|
|
||||||
CaNDMAEnterLow: ( active: 12x )
|
|
||||||
type: accumulator
|
|
||||||
contained_by: POSTSYNAPSE
|
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
|
||||||
hypothesis: NOT (Ca2+ full) AND (Na mediumness)
|
|
||||||
action: [Ca2+ increase]
|
|
||||||
trace:
|
|
||||||
```
|
|
||||||
|
|
||||||
#### CaClearance: ( active: 24x ) accumulator
|
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
CaClearance: ( active: 24x ) # Low
|
CaClearance: ( active: 24x ) # Low
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: NOT (Ca2+ empty)
|
hypothesis: NOT (Ca2+ empty)
|
||||||
@@ -203,7 +205,7 @@ CaClearance: ( active: 24x ) # Low
|
|||||||
```Gen
|
```Gen
|
||||||
VPostMax: ( active: 4x )
|
VPostMax: ( active: 4x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: ( NA fullness )
|
hypothesis: ( NA fullness )
|
||||||
@@ -215,7 +217,7 @@ VPostMax: ( active: 4x )
|
|||||||
```Gen
|
```Gen
|
||||||
VPostMed: ( active: 8x )
|
VPostMed: ( active: 8x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: ( NA mediumness )
|
hypothesis: ( NA mediumness )
|
||||||
@@ -227,7 +229,7 @@ VPostMed: ( active: 8x )
|
|||||||
```Gen
|
```Gen
|
||||||
VPostMin: ( active: 16x )
|
VPostMin: ( active: 16x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: ( NA emptiness )
|
hypothesis: ( NA emptiness )
|
||||||
@@ -235,18 +237,44 @@ VPostMin: ( active: 16x )
|
|||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Il VPost clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST.
|
||||||
##### VPostClearance: ( active: 18x ) accumulator
|
##### VPostClearance: ( active: 18x ) accumulator
|
||||||
```Gen
|
```Gen
|
||||||
VPostClearance: ( active: 18x )
|
VPostClearance: ( active: 18x )
|
||||||
type: accumulator
|
type: accumulator
|
||||||
contained_by: POSTSYNAPSE
|
contained_by: POSTSYNAPSE-BEH
|
||||||
|
|
||||||
in_context: NOT bAP_ctx
|
in_context: NOT bAP_ctx
|
||||||
hypothesis: NOT ( VPost empty )
|
hypothesis: NOT ( VPost empty )
|
||||||
action: [VPost decrease]
|
action: [VPost decrease]
|
||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
Il clearance lo facciamo qui nel container dove creaiamo anche i VPost, perche' altrimenti, se lo facessimo in DB, perderemmo l'aspetto temporale della contribuzione dei singoli POST.
|
|
||||||
|
Il NA clearance lo mettiamo qui come sniplet, perche' gli AMPA creano, e questi pompano fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'.
|
||||||
|
|
||||||
|
##### NaClearanceHigh: ( active: 4x ) accumulator
|
||||||
|
```Gen
|
||||||
|
NaClearanceHigh: ( active: 4x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POST-NA-CLEAR-BHE
|
||||||
|
|
||||||
|
in_context: NOT bAP_ctx ??any??
|
||||||
|
hypothesis: ( Na mediumness ) OR ( Na fullness )
|
||||||
|
action: [Na decrease]
|
||||||
|
trace: None
|
||||||
|
```
|
||||||
|
|
||||||
|
##### NaClearanceLow: ( active: 16x ) accumulator
|
||||||
|
```Gen
|
||||||
|
NaClearanceLow: ( active: 16x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POST-NA-CLEAR-BHE
|
||||||
|
|
||||||
|
in_context: NOT bAP_ctx ??any??
|
||||||
|
hypothesis: NOT (Na empty)
|
||||||
|
action: [Na decrease]
|
||||||
|
trace: None
|
||||||
|
```
|
||||||
|
|
||||||
#### TUN-POST-AMPA: Container
|
#### TUN-POST-AMPA: Container
|
||||||
|
|
||||||
@@ -314,8 +342,8 @@ PossibleDownPostAmpaTun: ( active: 10x )
|
|||||||
POST-AMPA
|
POST-AMPA
|
||||||
type: comprehension
|
type: comprehension
|
||||||
|
|
||||||
expansion:
|
instantiate_container:
|
||||||
@: POST-AMPA-BHE: POST-AMPA-BHE
|
POST-AMPA-BHE []
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -334,7 +362,7 @@ POST-AMPA-BHE
|
|||||||
- Na ( contained_by: POSTSYNAPSE )
|
- Na ( contained_by: POSTSYNAPSE )
|
||||||
```
|
```
|
||||||
|
|
||||||
### ms: behaviors AMPA
|
#### NOT bAP_ctx
|
||||||
|
|
||||||
##### NaAMPAEnterMax: ( active: 2x ) accumulator
|
##### NaAMPAEnterMax: ( active: 2x ) accumulator
|
||||||
|
|
||||||
@@ -361,52 +389,3 @@ NaAMPAEnterMed: ( active: 4x )
|
|||||||
action: [Na increase]
|
action: [Na increase]
|
||||||
trace:
|
trace:
|
||||||
```
|
```
|
||||||
|
|
||||||
## POST-NA-CLEAR: Comprehension
|
|
||||||
|
|
||||||
Il clearance lo mettiamo qui come container, perche' gli AMPA creano, e questo container pompa fuori. Qui non e' un problema di perdere l'integrazione temporale, perche' gli AMPA sono tutti uguali nel loro behavior. Abbiamo messo gli AMPA come container perche' cosi' possiamo modularne la numerosita'.
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
POST-NA-CLEAR
|
|
||||||
type: comprehension
|
|
||||||
|
|
||||||
expansion:
|
|
||||||
@: POST-NA-CLEAR-BHE: POST-NA-CLEAR-BHE
|
|
||||||
```
|
|
||||||
|
|
||||||
### POST-NA-CLEAR-BHE: Container
|
|
||||||
```Gen
|
|
||||||
POST-NA-CLEAR-BHE
|
|
||||||
type: container
|
|
||||||
|
|
||||||
context_intricated:
|
|
||||||
- Na ( contained_by: POSTSYNAPSE )
|
|
||||||
```
|
|
||||||
|
|
||||||
### ms: behaviors NA-CLEAR
|
|
||||||
|
|
||||||
#### NaClearanceHigh: ( active: 4x ) accumulator
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
NaClearanceHigh: ( active: 4x )
|
|
||||||
type: accumulator
|
|
||||||
contained_by: POST-NA-CLEAR-BHE
|
|
||||||
|
|
||||||
in_context: NOT bAP_ctx ??any??
|
|
||||||
hypothesis: ( Na mediumness ) OR ( Na fullness )
|
|
||||||
action: [Na decrease]
|
|
||||||
trace: None
|
|
||||||
```
|
|
||||||
|
|
||||||
#### NaClearanceLow: ( active: 16x ) accumulator
|
|
||||||
|
|
||||||
```Gen
|
|
||||||
NaClearanceLow: ( active: 16x )
|
|
||||||
type: accumulator
|
|
||||||
contained_by: POST-NA-CLEAR-BHE
|
|
||||||
|
|
||||||
in_context: NOT bAP_ctx ??any??
|
|
||||||
hypothesis: NOT (Na empty)
|
|
||||||
action: [Na decrease]
|
|
||||||
trace: None
|
|
||||||
```
|
|
||||||
|
|||||||
Reference in New Issue
Block a user