varie
This commit is contained in:
@@ -23,7 +23,7 @@ PRESYNAPSE
|
|||||||
_Vgcc_pre: TUB [ comp: @VGCC_PRE ]
|
_Vgcc_pre: TUB [ comp: @VGCC_PRE ]
|
||||||
|
|
||||||
_Ca2+: TUB [ full: 60x, active: 30x, empty: 0x ]
|
_Ca2+: TUB [ full: 60x, active: 30x, empty: 0x ]
|
||||||
_Ca2+DevFull: TUB [ full: 100x, active: _Ca2+.full, empty: 40x ]
|
_Ca2+FullDev: TUB [ full: 100x, active: _Ca2+.full, empty: 40x ]
|
||||||
|
|
||||||
_Rrp: TUB [ full: 30x, active: 15x, empty: 0x ]
|
_Rrp: TUB [ full: 30x, active: 15x, empty: 0x ]
|
||||||
_Rp: TUB [ full: 30x, active: 15x, empty: 0x ]
|
_Rp: TUB [ full: 30x, active: 15x, empty: 0x ]
|
||||||
@@ -39,7 +39,8 @@ PRESYNAPSE
|
|||||||
|
|
||||||
instantiate_container:
|
instantiate_container:
|
||||||
@: BEHAVIOR_PRE []
|
@: BEHAVIOR_PRE []
|
||||||
@: TUNE_VGCC_PRE [tub: _Vgcc_pre]
|
@: TUNE_VGCC_PRE []
|
||||||
|
@: DEV-TUBS-PRE [] # da eliminare neuron-dev.md
|
||||||
```
|
```
|
||||||
|
|
||||||
### BEHAVIOR_PRE
|
### BEHAVIOR_PRE
|
||||||
@@ -145,7 +146,7 @@ Serve a:
|
|||||||
|
|
||||||
- fare il tuning dei VGCC
|
- fare il tuning dei VGCC
|
||||||
- dare la velocita' al trasporto di vesicles da RP a RRP, anche se non avendo ancora compreso _ATP, la velocita' non cambia molto la sostanza.
|
- dare la velocita' al trasporto di vesicles da RP a RRP, anche se non avendo ancora compreso _ATP, la velocita' non cambia molto la sostanza.
|
||||||
- le tracce vengono eliminate quando il neurone e' in pausa, lontano da uno spike train, &TunePossible
|
- le tracce vengono eliminate quando il neurone e' in pausa, lontano da uno spike train, *TunePossible
|
||||||
- Abbiamo 3 tracce, high, medium and low. Andiamo a verificare una combinazione di queste per fare la modulazione
|
- Abbiamo 3 tracce, high, medium and low. Andiamo a verificare una combinazione di queste per fare la modulazione
|
||||||
- RF e' a 10, questo dovrebbe essere un RF di campionamento durante *AP context che dovremmo assicurarci sia tipo 100. Il che implicherebbe 10 campionamenti.
|
- RF e' a 10, questo dovrebbe essere un RF di campionamento durante *AP context che dovremmo assicurarci sia tipo 100. Il che implicherebbe 10 campionamenti.
|
||||||
- The biological meaning is that a synapse that has just been through a burst is primed for fast recovery — the molecular machinery for vesicle docking is already engaged, calcium-dependent priming factors are still elevated, and the system is in a ready state. A synapse that has been silent for several seconds has cooled down and replenishes slowly.
|
- The biological meaning is that a synapse that has just been through a burst is primed for fast recovery — the molecular machinery for vesicle docking is already engaged, calcium-dependent priming factors are still elevated, and the system is in a ready state. A synapse that has been silent for several seconds has cooled down and replenishes slowly.
|
||||||
@@ -297,7 +298,7 @@ Qui facciamo un flush di CaTraceX. Deve essere fatto a valle del tuning.
|
|||||||
```Gen
|
```Gen
|
||||||
Ca2+TracesClearance
|
Ca2+TracesClearance
|
||||||
|
|
||||||
in_context: NOT &TunePossible
|
in_context: NOT *TunePossible
|
||||||
|
|
||||||
hypothesis: NOT (CaTraceHigh empty)
|
hypothesis: NOT (CaTraceHigh empty)
|
||||||
action: [CaTRaceHigh decrease]
|
action: [CaTRaceHigh decrease]
|
||||||
@@ -324,7 +325,7 @@ TUNE_VGCC_PRE
|
|||||||
type: container
|
type: container
|
||||||
|
|
||||||
context_intricated:
|
context_intricated:
|
||||||
- &TunePossible ( contained_by: DAY-N )
|
- *TunePossible ( contained_by: DAY-N )
|
||||||
|
|
||||||
tub_passed:
|
tub_passed:
|
||||||
_VgccPre: TUB [pass.@VGCC_PRE]
|
_VgccPre: TUB [pass.@VGCC_PRE]
|
||||||
@@ -340,7 +341,7 @@ TUNE_VGCC_PRE
|
|||||||
PossibleDownPreVgccTun: ACCUMULATOR [RF:active 10x]
|
PossibleDownPreVgccTun: ACCUMULATOR [RF:active 10x]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### &TunePossible
|
#### *TunePossible
|
||||||
|
|
||||||
##### CheckVgccPreTun
|
##### CheckVgccPreTun
|
||||||
|
|
||||||
@@ -349,7 +350,7 @@ Qui controlliamo che ci siano le condizioni per aumentare o diminuire la quantit
|
|||||||
```Gen
|
```Gen
|
||||||
CheckVgccPreTun
|
CheckVgccPreTun
|
||||||
|
|
||||||
in_context: &TunePossible
|
in_context: *TunePossible
|
||||||
|
|
||||||
condition: ( CaTraceHigh fullness )
|
condition: ( CaTraceHigh fullness )
|
||||||
out_context: TryTunUpPreVcgg_ctx
|
out_context: TryTunUpPreVcgg_ctx
|
||||||
|
|||||||
Reference in New Issue
Block a user