Update presynapse.md
This commit is contained in:
@@ -34,7 +34,7 @@ PRESYNAPSE
|
|||||||
|
|
||||||
// Context
|
// Context
|
||||||
*AP: INTRICATION [ ref: &SOMA.*AP ]
|
*AP: INTRICATION [ ref: &SOMA.*AP ]
|
||||||
*TunePossible: INTRICATION [ ref: &NEURON.*TunePossible ]
|
*TunPossible: INTRICATION [ ref: &NEURON.*TunPossible ]
|
||||||
|
|
||||||
// Tub
|
// Tub
|
||||||
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
|
_NT: INTRICATION [ ref: &ASTROSYNAPSE._NT ]
|
||||||
@@ -64,15 +64,15 @@ PRESYNAPSE
|
|||||||
# serve al DEV
|
# serve al DEV
|
||||||
|
|
||||||
// Behaviour
|
// Behaviour
|
||||||
$: BEHAVIOUR [ behaviour: MAIN_PRE ]
|
$: BEHAVIOUR [ behaviour: MAIN ]
|
||||||
$: BEHAVIOUR [ behaviour: TUNE_PRE_VGCC ]
|
$: BEHAVIOUR [ behaviour: TUN_VGCC ]
|
||||||
$: BEHAVIOUR [ behaviour: DEV_PRE_TUBS ]
|
$: BEHAVIOUR [ behaviour: DEV_TUBS ]
|
||||||
```
|
```
|
||||||
|
|
||||||
### !DAY | MAIN_PRE
|
### !DAY | MAIN
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
MAIN_PRE
|
MAIN
|
||||||
|
|
||||||
type: behaviour
|
type: behaviour
|
||||||
|
|
||||||
@@ -175,7 +175,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, *TunPossible
|
||||||
- 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.
|
||||||
@@ -335,7 +335,7 @@ Qui facciamo un flush di CaTraceX. Deve essere fatto a valle del tuning.
|
|||||||
Ca2TracesClearance
|
Ca2TracesClearance
|
||||||
type: accumulator
|
type: accumulator
|
||||||
|
|
||||||
in_context: NOT *TunePossible
|
in_context: NOT *TunPossible
|
||||||
|
|
||||||
hypothesis: NOT _CaTraceHigh empty
|
hypothesis: NOT _CaTraceHigh empty
|
||||||
action: [ _CaTRaceHigh decrease ]
|
action: [ _CaTRaceHigh decrease ]
|
||||||
@@ -350,10 +350,10 @@ Ca2TracesClearance
|
|||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
### !DAY | TUNE_PRE_VGCC
|
### !DAY | TUN_VGCC
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
TUNE_PRE_VGCC
|
TUN_VGCC
|
||||||
|
|
||||||
// qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
|
// qui stiamo attivando e disattivando PRE_VGCC. Fra un massimo full e minimo empty (empty puo' non essere 0)
|
||||||
|
|
||||||
@@ -362,7 +362,7 @@ TUNE_PRE_VGCC
|
|||||||
|
|
||||||
snippet:
|
snippet:
|
||||||
|
|
||||||
// *TunePossible
|
// *TunPossible
|
||||||
@: CONTEXTOR [ snippet: VgccCheck, rf: active 60x ]
|
@: CONTEXTOR [ snippet: VgccCheck, rf: active 60x ]
|
||||||
|
|
||||||
// *VcggIncrease
|
// *VcggIncrease
|
||||||
@@ -372,7 +372,7 @@ TUNE_PRE_VGCC
|
|||||||
@: ACCUMULATOR [ snippet: VcggDecrease, rf:active 10x ]
|
@: ACCUMULATOR [ snippet: VcggDecrease, rf:active 10x ]
|
||||||
```
|
```
|
||||||
|
|
||||||
#### *TunePossible
|
#### *TunPossible
|
||||||
|
|
||||||
##### VgccCheck
|
##### VgccCheck
|
||||||
|
|
||||||
@@ -382,7 +382,7 @@ Qui controlliamo che ci siano le condizioni per aumentare o diminuire l'attivazi
|
|||||||
VgccCheck
|
VgccCheck
|
||||||
|
|
||||||
type contextor
|
type contextor
|
||||||
in_context: *TunePossible
|
in_context: *TunPossible
|
||||||
|
|
||||||
condition: _CaTraceHigh fullness
|
condition: _CaTraceHigh fullness
|
||||||
out_context: *VcggIncrease
|
out_context: *VcggIncrease
|
||||||
@@ -421,11 +421,11 @@ VcggDecrease
|
|||||||
trace:
|
trace:
|
||||||
```
|
```
|
||||||
|
|
||||||
### !NIGHT | DEV_PRE_TUBS
|
### !NIGHT | DEV_TUBS
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
|
|
||||||
DEV_PRE_TUBS
|
DEV_TUBS
|
||||||
type: behaviour
|
type: behaviour
|
||||||
|
|
||||||
activity_scope: !NIGHT
|
activity_scope: !NIGHT
|
||||||
@@ -433,16 +433,16 @@ DEV_PRE_TUBS
|
|||||||
snippet:
|
snippet:
|
||||||
|
|
||||||
# *fixed
|
# *fixed
|
||||||
@: CONTEXTOR [ snippet: Ca2PreDevCheck, rf: active 60x ]
|
@: CONTEXTOR [ snippet: Ca2Check, rf: active 60x ]
|
||||||
*Ca2PreFullDecrease
|
*CaFullDecrease
|
||||||
@: ACCUMULATOR [ snippet: Ca2PreFullDecrease, rf: active 10x ]
|
@: ACCUMULATOR [ snippet: CaFullDecrease, rf: active 10x ]
|
||||||
*Ca2PreFullIncrease
|
*Ca2FullIncrease
|
||||||
@: ACCUMULATOR [ snippet: Ca2PreFullIncrease, rf: active 10x ]
|
@: ACCUMULATOR [ snippet: Ca2FullIncrease, rf: active 10x ]
|
||||||
|
|
||||||
# *fixed
|
# *fixed
|
||||||
@: CONTEXTOR [ snippet: RrpPreDevCheck, rf: active 60x ]
|
@: CONTEXTOR [ snippet: RrpCheck, rf: active 60x ]
|
||||||
*RrpPreFullDecrease
|
*RrpFullDecrease
|
||||||
@: ACCUMULATOR [ snippet: RrpPreFullDecrease, rf: active 10x ]
|
@: ACCUMULATOR [ snippet: RrpFullDecrease, rf: active 10x ]
|
||||||
*IncreaseRrpFull
|
*IncreaseRrpFull
|
||||||
@: ACCUMULATOR [ snippet: IncreaseRrpFull, rf: active 10x ]
|
@: ACCUMULATOR [ snippet: IncreaseRrpFull, rf: active 10x ]
|
||||||
|
|
||||||
@@ -450,50 +450,50 @@ DEV_PRE_TUBS
|
|||||||
|
|
||||||
#### *fixed
|
#### *fixed
|
||||||
|
|
||||||
##### Ca2PreDevCheck
|
##### Ca2Check
|
||||||
|
|
||||||
***Tens Milliseconds Time Scale***
|
***Tens Milliseconds Time Scale***
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
Ca2PreDevCheck
|
Ca2Check
|
||||||
|
|
||||||
type: contextor
|
type: contextor
|
||||||
|
|
||||||
in_context: *fixed
|
in_context: *fixed
|
||||||
|
|
||||||
condition: ( empty )
|
condition: ( empty )
|
||||||
out_context: *Ca2PreFullDecrease
|
out_context: *CaFullDecrease
|
||||||
|
|
||||||
condition: ( full)
|
condition: ( full)
|
||||||
out_context: *Ca2PreFullIncrease
|
out_context: *Ca2FullIncrease
|
||||||
```
|
```
|
||||||
|
|
||||||
##### *Ca2PreFullDecrease
|
##### *CaFullDecrease
|
||||||
|
|
||||||
###### Ca2PreFullDecrease
|
###### CaFullDecrease
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
DecreasePreCa2Full
|
DecreasePreCa2Full
|
||||||
|
|
||||||
type: accumulator
|
type: accumulator
|
||||||
|
|
||||||
in_context: *Ca2PreFullDecrease
|
in_context: *CaFullDecrease
|
||||||
|
|
||||||
hypothesis: NOT ( full ) AND NOT ( empty )
|
hypothesis: NOT ( full ) AND NOT ( empty )
|
||||||
action: [ increase, decrease]
|
action: [ increase, decrease]
|
||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
##### *Ca2PreFullIncrease
|
##### *Ca2FullIncrease
|
||||||
|
|
||||||
###### Ca2PreFullIncrease
|
###### Ca2FullIncrease
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
IncreasePreCa2Full
|
IncreasePreCa2Full
|
||||||
|
|
||||||
type: accumulator
|
type: accumulator
|
||||||
|
|
||||||
in_context: *Ca2PreFullIncrease
|
in_context: *Ca2FullIncrease
|
||||||
|
|
||||||
hypothesis: NOT ( full ) AND NOT ( empty )
|
hypothesis: NOT ( full ) AND NOT ( empty )
|
||||||
action: [ increase, decrease]
|
action: [ increase, decrease]
|
||||||
@@ -502,50 +502,50 @@ IncreasePreCa2Full
|
|||||||
|
|
||||||
#### *fixed
|
#### *fixed
|
||||||
|
|
||||||
##### RrpPreDevCheck
|
##### RrpCheck
|
||||||
|
|
||||||
***Tens Milliseconds Time Scale***
|
***Tens Milliseconds Time Scale***
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
RrpPreDevCheck
|
RrpCheck
|
||||||
|
|
||||||
type: contextor
|
type: contextor
|
||||||
|
|
||||||
in_context: *fixed
|
in_context: *fixed
|
||||||
|
|
||||||
condition: ( empty )
|
condition: ( empty )
|
||||||
out_context: *RrpPreFullDecrease
|
out_context: *RrpFullDecrease
|
||||||
|
|
||||||
condition: ( full)
|
condition: ( full)
|
||||||
out_context: *IncreaseRrpFull
|
out_context: *IncreaseRrpFull
|
||||||
```
|
```
|
||||||
|
|
||||||
##### *RrpPreFullDecrease
|
##### *RrpFullDecrease
|
||||||
|
|
||||||
###### RrpPreFullDecrease
|
###### RrpFullDecrease
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
DecreasePreRrpFull
|
DecreasePreRrpFull
|
||||||
|
|
||||||
type: accumulator
|
type: accumulator
|
||||||
|
|
||||||
in_context: *RrpPreFullDecrease
|
in_context: *RrpFullDecrease
|
||||||
|
|
||||||
hypothesis: NOT ( full ) AND NOT ( empty )
|
hypothesis: NOT ( full ) AND NOT ( empty )
|
||||||
action: [ increase, decrease]
|
action: [ increase, decrease]
|
||||||
trace: None
|
trace: None
|
||||||
```
|
```
|
||||||
|
|
||||||
##### *RrpPreFullIncrease
|
##### *RrpFullIncrease
|
||||||
|
|
||||||
###### RrpPreFullIncrease
|
###### RrpFullIncrease
|
||||||
|
|
||||||
```Gen
|
```Gen
|
||||||
RrpPreFullIncrease
|
RrpFullIncrease
|
||||||
|
|
||||||
type: accumulator
|
type: accumulator
|
||||||
|
|
||||||
in_context: *RrpPreFullIncrease
|
in_context: *RrpFullIncrease
|
||||||
|
|
||||||
hypothesis: NOT ( full ) AND NOT ( empty )
|
hypothesis: NOT ( full ) AND NOT ( empty )
|
||||||
action: [ increase, decrease]
|
action: [ increase, decrease]
|
||||||
|
|||||||
Reference in New Issue
Block a user