Update elements/neuron/postsynapse.md

This commit is contained in:
2026-05-31 23:06:17 +02:00
parent 5b786c2726
commit c84c70e964
+26 -114
View File
@@ -39,47 +39,6 @@ Qui comprendiamo:
--- ---
**G expression**:
```Gen
*bAP
POSTSYNAPSE (ms)
-- Ca Influx
CaNDMAEnterMax: ( active: 2x ) accumulator
CaNDMAEnterMed: ( active: 4x ) accumulator
NOT *bAP:
POSTSYNAPSE (ms)
-- Ca Influx
CaNDMAEnterMedNotBap: ( active: 4x ) accumulator
CaNDMAEnterLow: ( active: 12x ) accumulator
-- Ca Clearence
CaClearance: ( active: 24x ) accumulator
-- V Influx
VPostMax: ( active: 4x ) accumulator ->VPost
VPostMed: ( active: 8x ) accumulator ->VPost
VPostLow: ( active: 16x ) accumulator ->VPost
-- V Clearence
VPostClearance: ( active: 18x ) accumulator ~->VPost
POST-AMPA (ms) ~ NT
-- Na Influx
NaAMPAEnterMax: ( active: 2x ) accumulator ~NT
NaAMPAEnterMed: ( active: 4x ) accumulator ~NT
POST-NA-CLEAR (ms)
-- Na Clearence
NaClearanceHigh: ( active: 4x ) accumulator
NaClearanceLow: ( active: 16x ) accumulator
TunPossible_ctx
TUN-POST-AMPA (sec)
CheckTunPostAmpa: ( active: 60x ) contexting
TryTunUpPostAmpa_ctx
PossibleUpPostAmpaTun: ( active: 10x ) accumulator
TryTunDownPostAmpa_ctx
PossibleDownPostAmpaTun: ( active: 10x ) accumulator
```
**Tubs:** **Tubs:**
- **Na**: Ioni entranti tramite AMPA receptors - **Na**: Ioni entranti tramite AMPA receptors
@@ -91,12 +50,20 @@ TunPossible_ctx
--- ---
## POSTSYNAPSE: Comprehension Intro:
- is expanded and developed by: [D_BRANCH](d-branch.md)
- is tuned by: ORGANISM, organs, modules
- expands and tunes: [POST-AMPA](post_ampa.md)
- develops [_posMod](??), [_actMod](??)
## POSTSYNAPSE
```Gen ```Gen
POSTSYNAPSE POSTSYNAPSE
type: comprehension type: comprehension
include: post_ampa.md
expansion: expansion:
_@PostAmpaAll: TUB [ comprehension: POST-AMPA, full: 10x, active: 5x, empty: 2x ] _@PostAmpaAll: TUB [ comprehension: POST-AMPA, full: 10x, active: 5x, empty: 2x ]
@@ -131,7 +98,7 @@ POSTSYNAPSE
``` ```
### MAIN_POST: Behaviour ### MAIN_POST: !DAY
``` ```
MAIN_POST MAIN_POST
type: behaviour type: behaviour
@@ -161,7 +128,7 @@ MAIN_POST
![post-ltp-ltd.png](.attachments/post-ltp-ltd.png) ![post-ltp-ltd.png](.attachments/post-ltp-ltd.png)
##### CaNDMAEnterMax: ( active: 2x ) accumulator ##### CaNDMAEnterMax
```Gen ```Gen
CaNDMAEnterMax CaNDMAEnterMax
@@ -175,7 +142,7 @@ CaNDMAEnterMax
trace: trace:
``` ```
##### CaNDMAEnterMed: ( active: 4x ) accumulator ##### CaNDMAEnterMed
```Gen ```Gen
CaNDMAEnterMed CaNDMAEnterMed
@@ -190,7 +157,7 @@ CaNDMAEnterMed
#### NOT *bAP #### NOT *bAP
##### CaNDMAEnterLow: ( active: 12x ) accumulator ##### CaNDMAEnterLow
```Gen ```Gen
CaNDMAEnterLow CaNDMAEnterLow
@@ -203,7 +170,7 @@ CaNDMAEnterLow
trace: trace:
``` ```
##### CaNDMAEnterMedNotBap: ( active: 4x ) accumulator ##### CaNDMAEnterMedNotBap
```Gen ```Gen
CaNDMAEnterMedNotBap CaNDMAEnterMedNotBap
@@ -216,7 +183,7 @@ CaNDMAEnterMedNotBap
trace: trace:
``` ```
##### CaClearance: ( active: 24x ) accumulator ##### CaClearance
```Gen ```Gen
CaClearance # Low CaClearance # Low
@@ -229,7 +196,7 @@ CaClearance # Low
trace: None trace: None
``` ```
##### VPostMax: ( active: 4x ) accumulator ##### VPostMax
```Gen ```Gen
VPostMa VPostMa
type: accumulator type: accumulator
@@ -241,7 +208,7 @@ VPostMa
trace: None trace: None
``` ```
##### VPostMed: ( active: 8x ) accumulator ##### VPostMed
```Gen ```Gen
VPostMed VPostMed
type: accumulator type: accumulator
@@ -253,7 +220,7 @@ VPostMed
trace: None trace: None
``` ```
##### VPostMin: ( active: 16x ) accumulator ##### VPostMin
```Gen ```Gen
VPostMin VPostMin
type: accumulator type: accumulator
@@ -266,7 +233,7 @@ VPostMin
``` ```
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. 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
```Gen ```Gen
VPostClearance VPostClearance
type: accumulator type: accumulator
@@ -280,7 +247,7 @@ VPostClearance
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'. 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 ##### NaClearanceHigh
```Gen ```Gen
NaClearanceHigh NaClearanceHigh
type: accumulator type: accumulator
@@ -292,7 +259,7 @@ NaClearanceHigh
trace: None trace: None
``` ```
##### NaClearanceLow: ( active: 16x ) accumulator ##### NaClearanceLow
```Gen ```Gen
NaClearanceLow NaClearanceLow
type: accumulator type: accumulator
@@ -304,7 +271,7 @@ NaClearanceLow
trace: None trace: None
``` ```
### TUN-POST-AMPA: Behaviour ### TUN-POST-AMPA: !DAY
```Gen ```Gen
TUN-POST-AMPA TUN-POST-AMPA
type: behaviour type: behaviour
@@ -323,9 +290,9 @@ TUN-POST-AMPA
``` ```
#### TunPossible_ctx #### *TunPossible
##### CheckTunPostAmpa: ( active: 60x ) contextor ##### CheckTunPostAmpa
```Gen ```Gen
CheckTunPostAmpa CheckTunPostAmpa
type: contextor type: contextor
@@ -338,7 +305,7 @@ CheckTunPostAmpa
out_context: *TryTunDownPostAmpa out_context: *TryTunDownPostAmpa
``` ```
##### PossibleUpPostAmpaTun: ( active: 10x ) accumulator ##### PossibleUpPostAmpaTun
```Gen ```Gen
PossibleUpPostAmpaTun: ( active: 10x ) PossibleUpPostAmpaTun: ( active: 10x )
type: accumulator type: accumulator
@@ -349,7 +316,7 @@ PossibleUpPostAmpaTun: ( active: 10x )
trace: trace:
``` ```
##### PossibleDownPostAmpaTun: ( active: 10x ) accumulator ##### PossibleDownPostAmpaTun
```Gen ```Gen
PossibleDownPostAmpaTun PossibleDownPostAmpaTun
type: accumulator type: accumulator
@@ -359,58 +326,3 @@ PossibleDownPostAmpaTun
action: action:
trace: trace:
``` ```
## POST-AMPA: Comprehension
```Gen
POST-AMPA
type: comprehension
expansion:
intrication:
# Tub
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
_Na: INTRICATION [ ref: &POSTSYNAPSE._Na ]
instantiation:
$: BEHAVIOUR [ behaviour: POST-AMPA-BHE ]
```
### POST-AMPA: Behaviour
```Gen
POST-AMPA-BHE
type: behavior
within_scope: !DAY
snippet:
# NOT *bAP
@: ACCUMULATOR [ snippet: NaAMPAEnterMax, rf: active 2x ]
@: ACCUMULATOR [ snippet: NaAMPAEnterMed, rf: active 4x ]
```
#### NOT *bAP
##### NaAMPAEnterMax: ( active: 2x ) accumulator
```Gen
NaAMPAEnterMax
type: accumulator
in_context: NOT *bAP
hypothesis: _NT fullness
action: [ _Na increase ]
trace:
```
##### NaAMPAEnterMed: ( active: 4x ) accumulator
```Gen
NaAMPAEnterMed
type: accumulator
in_context: NOT *bAP
hypothesis: _NT mediumness
action: [ _Na increase ]
trace:
```