Update neuron/postsynapse.md
This commit is contained in:
+43
-4
@@ -199,14 +199,53 @@ CaClearance: ( active: 24x ) # Low
|
|||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
##### VPostMax: accumulator
|
##### VPostMax: ( active: 4x ) accumulator
|
||||||
|
```Gen
|
||||||
|
VPostMax: ( active: 4x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POSTSYNAPSE
|
||||||
|
|
||||||
##### VPostMed: accumulator
|
in_context: NOT bAP_ctx
|
||||||
|
hypothesis: ( NA fullness )
|
||||||
|
action: [VPost increase]
|
||||||
|
trace: None
|
||||||
|
```
|
||||||
|
|
||||||
##### VPostMin: accumulator
|
##### VPostMed: ( active: 8x ) accumulator
|
||||||
|
```Gen
|
||||||
|
VPostMed: ( active: 8x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POSTSYNAPSE
|
||||||
|
|
||||||
##### VPostClearance: accumulator
|
in_context: NOT bAP_ctx
|
||||||
|
hypothesis: ( NA mediumness )
|
||||||
|
action: [VPost increase]
|
||||||
|
trace: None
|
||||||
|
```
|
||||||
|
|
||||||
|
##### VPostMin: ( active: 16x ) accumulator
|
||||||
|
```Gen
|
||||||
|
VPostMin: ( active: 16x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POSTSYNAPSE
|
||||||
|
|
||||||
|
in_context: NOT bAP_ctx
|
||||||
|
hypothesis: ( NA emptiness )
|
||||||
|
action: [VPost increase]
|
||||||
|
trace: None
|
||||||
|
```
|
||||||
|
|
||||||
|
##### VPostClearance: ( active: 18x ) accumulator
|
||||||
|
```Gen
|
||||||
|
VPostClearance: ( active: 18x )
|
||||||
|
type: accumulator
|
||||||
|
contained_by: POSTSYNAPSE
|
||||||
|
|
||||||
|
in_context: NOT bAP_ctx
|
||||||
|
hypothesis: NOT ( VPost empty )
|
||||||
|
action: [VPost decrease]
|
||||||
|
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 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.
|
||||||
|
|
||||||
## POST-AMPA: Container
|
## POST-AMPA: Container
|
||||||
|
|||||||
Reference in New Issue
Block a user