VPost, VDB messo a posto

This commit is contained in:
2026-04-07 17:41:08 +02:00
parent 61dc2e7836
commit 2a05917253
2 changed files with 43 additions and 41 deletions
+31 -31
View File
@@ -88,7 +88,7 @@ Container: BEH-BD
# developed_by: DEV-BD-BEH-POST-TUB from DEV-N
tub_local:
- CaBD ( full: 50x, active: 0x, empty: 10x )
- VPost ( full: 50x, active: 0x, empty: 10x )
tub_intricated:
- VSoma ( contained_by: BEH-SOMA )
@@ -97,81 +97,81 @@ Container: BEH-BD
### ms: behaviors BD
#### CheckCaDB:Context
#### CheckVPost:Context
Contestualizziamo in maniera Fixed?
```Gen
context: CheckCaDB
context: CheckVPost
contained_by: BEH-BD
in_context: Fixed
rf: ( active: 60x )
condition: (CaBD fullness)
out_context: CaMax
condition: (VPost fullness)
out_context: VPostMax
condition: (CaBD mediumness)
out_context: CaMedium
condition: (VPost mediumness)
out_context: VPostMedium
condition: (CaBD emptiness)
out_context: CaLow
condition: (VPost emptiness)
out_context: VPostLow
```
#### VSomaAddMax: Episode
#### VDBMax: Episode
```Gen
episode: VSomaAddMax
episode: VDBMax
contained_by: BEH-BD
in_context: CaMax
in_context: VPostMax
rf: ( active: 2x )
hypothesis: NOT (VSoma full)
action: [VSoma increase]
hypothesis: NOT (VDB full)
action: [VDB increase]
trace:
```
#### VSomaAddMed: Episode
#### VDBMed: Episode
```Gen
episode: VSomaAddMed
episode: VDBMed
contained_by: BEH-BD
in_context: CaMed
in_context: VPostMed
rf: ( active: 2x )
hypothesis: NOT (VSoma full)
action: [VSoma increase]
hypothesis: NOT (VDB full)
action: [VDB increase]
trace:
```
#### VSomaAddLow: Episode
#### VDBLow: Episode
```Gen
episode: VSomaAddLow
episode: VDBLow
contained_by: BEH-BD
in_context: CaLow
in_context: VPostLow
rf: ( active: 2x )
hypothesis: NOT (VSoma full)
action: [VSoma increase]
hypothesis: NOT (VDB full)
action: [VDB increase]
trace:
```
#### VSomaClearance: Episode
#### VDBlearance: Episode
Qui facciamo il clearance del VSoma. Lo facciamo in questo modo perche' abbiamo semplificato quello che succede fra POST e BD. In teoria il VPOST dovrebbe far entrare aprire VCGG del BD e far entrare CaBD. Qui abbiamo semplificato e trattiamo VSoma come se fossero blocchi, non la conseguenza di CaBD.
Qui facciamo il clearance del VDB. Lo facciamo in questo modo perche' abbiamo semplificato quello che succede fra POST e BD. In teoria il VPOST dovrebbe far entrare aprire VCGG del BD e far entrare CaBD. Qui abbiamo semplificato e trattiamo VDB come se fossero blocchi, non la conseguenza di CaBD.
```Gen
episode: VSomaAddLow
episode: VDBClearance
contained_by: BEH-BD
in_context: CaLow
in_context: Fixed
rf: ( active: 2x )
hypothesis: NOT (VSoma full)
action: [VSoma increase]
hypothesis: NOT (VDB empty)
action: [VDB decrease]
trace:
```
```
+12 -10
View File
@@ -157,6 +157,8 @@ The simplification implies that:
- **Ca2+**: Ioni entranti tramite NMDA
- **VPost**: il voltage che viene sentito in DB
- **eCB**:
- **Nox**:?
@@ -183,7 +185,7 @@ container: BEH-POST
tub_intricated:
- Nt ( contained_by: BEH-SYN )
- CaBD ( contained_by: BEH-BD )
- VPost ( contained_by: BEH-BD )
context_intricated:
- bAp ( contained_by: BEH-SOMA )
@@ -272,14 +274,14 @@ episode: CaClearance
trace: None
```
#### CheckCa:Context
#### CheckCaVPost:Context
Contestualizziamo in maniera Fixed?
Qui controlliamo il livello di Ca2+, che e' stato fatto entrare da NMDA, e creaiamo CaBd che rappresenta il Ca2+ che entra nel DB. Abbiamo fatto una semplificazione, perche' il Ca2+ dovrebbe entrare nel DB in base a V_Post che fa aprire canali in DB.
Qui controlliamo il livello di Ca2+, che e' stato fatto entrare da NMDA, e creaiamo VPost nel DB. Abbiamo fatto una semplificazione, perche' il Ca2+ dovrebbe entrare nel DB in base a V_Post che fa aprire canali in DB. Invece creaimo direttamente il VPost.
```Gen
context: CheckNa
context: CheckCaVPost
contained_by: BEH-POST
in_context: Fixed
@@ -295,15 +297,15 @@ context: CheckNa
out_context: CaLow
```
##### CaBdEnterMax:Episode
##### VPostMax:Episode
##### CaBdEnterMed:Episode
##### VPostMed:Episode
##### CaBdEnterMin:Episode
##### VPostMin:Episode
##### CaBdClearance:Episode
##### VPostClearance:Episode
Il clearance lo facciamo qui nel container dove creaiamo anche i CaBd, 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.
### sec: behaviors POST
@@ -331,7 +333,7 @@ container: BEH-POST-AMPA
```Gen
context: CheckNTPost
contained_by: BEH-POST
contained_by: BEH-POST-AMPA
in_context: Fixed
rf: ( active: 8x )