Update presynapse.md
This commit is contained in:
@@ -133,7 +133,27 @@ TRACE
|
|||||||
|
|
||||||
// !DAY
|
// !DAY
|
||||||
|
|
||||||
// ########################## Tag endourance, *AP ##########################
|
// ########################## Short Traces (ms–s), NOT *AP ##########################
|
||||||
|
|
||||||
|
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: _Ca2 emptiness
|
||||||
|
action: [ _CaTraceLow increase ]
|
||||||
|
else: None
|
||||||
|
}
|
||||||
|
|
||||||
|
TracesAccMedium: INSTANTIATE [ snippet: accumulator, event: 6x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: _Ca2 mediumness
|
||||||
|
action: [ _CaTraceMed increase ]
|
||||||
|
else: None
|
||||||
|
}
|
||||||
|
|
||||||
|
TracesAccHigh: INSTANTIATE [ snippet: accumulator, event: 10x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: _Ca2 fullness
|
||||||
|
action: [ _CaTraceHigh increase ]
|
||||||
|
else: None
|
||||||
|
}
|
||||||
|
|
||||||
|
// ########################## Medium Traces (s–min), NOT *AP ##########################
|
||||||
|
|
||||||
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
|
// Tag se manca pre_budget, ma il rilascio di NT sarebbe stato di beneficio
|
||||||
|
|
||||||
@@ -143,28 +163,10 @@ TRACE
|
|||||||
else: None
|
else: None
|
||||||
}
|
}
|
||||||
|
|
||||||
// ########################## Fast Traces, NOT *AP ##########################
|
|
||||||
|
|
||||||
TracesAccLow: INSTANTIATE [ snippet: accumulator, event: 3x, cost: _pre_budget 3x, context: NOT *AP ] {
|
// ########################## Long Traces (hr), NOT *AP ##########################
|
||||||
hypothesis: _Ca2 emptiness
|
|
||||||
action: [ _CaTraceLow increase ]
|
|
||||||
else: None
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
TracesAccMedium: INSTANTIATE [ snippet: accumulator, event: 6x, cost: _pre_budget 3x, context: NOT *AP ] {
|
|
||||||
hypothesis: _Ca2 mediumness
|
|
||||||
action: [ _CaTraceMed increase ]
|
|
||||||
else: None
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
TracesAccHigh: INSTANTIATE [ snippet: accumulator, event: 10x, cost: _pre_budget 3x, context: NOT *AP ] {
|
|
||||||
hypothesis: _Ca2 fullness
|
|
||||||
action: [ _CaTraceHigh increase ]
|
|
||||||
else: None
|
|
||||||
}
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## DECAY
|
## DECAY
|
||||||
@@ -177,21 +179,7 @@ MAIN
|
|||||||
|
|
||||||
// !DAY
|
// !DAY
|
||||||
|
|
||||||
// ########################## eCB Clearance, NOT *AP ##########################
|
// ########################## Short traces Clearance, NOT *AP ##########################
|
||||||
|
|
||||||
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
|
|
||||||
hypothesis: NOT _eCB empty
|
|
||||||
action: [ _eCB decrease ]
|
|
||||||
else: None
|
|
||||||
}
|
|
||||||
|
|
||||||
eCBClearenceLow: INSTANTIATE [ snippet: accumulator, event: 48x, cost: _pre_budget 3x, context: NOT *AP ] {
|
|
||||||
hypothesis: NOT _eCB empty
|
|
||||||
action: [ _eCB decrease ]
|
|
||||||
else: None
|
|
||||||
}
|
|
||||||
|
|
||||||
// ########################## Fast traces Clearance, NOT *AP ##########################
|
|
||||||
|
|
||||||
TracesClearance: INSTANTIATE [ snippet: accumulator, event: 30x, cost: _pre_budget 3x, context: NOT *AP ] {
|
TracesClearance: INSTANTIATE [ snippet: accumulator, event: 30x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
hypothesis: NOT _CaTraceHigh empty
|
hypothesis: NOT _CaTraceHigh empty
|
||||||
@@ -205,8 +193,27 @@ MAIN
|
|||||||
hypothesis: NOT _CaTraceLow empty
|
hypothesis: NOT _CaTraceLow empty
|
||||||
action: [ _CaTRaceLow decrease ]
|
action: [ _CaTRaceLow decrease ]
|
||||||
else: None
|
else: None
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ########################## Medium, eCB Clearance, NOT *AP ##########################
|
||||||
|
|
||||||
|
eCBClearenceMedium: INSTANTIATE [ snippet: accumulator, event: 24x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: NOT _eCB empty
|
||||||
|
action: [ _eCB decrease ]
|
||||||
|
else: None
|
||||||
|
}
|
||||||
|
|
||||||
|
eCBClearenceLow: INSTANTIATE [ snippet: accumulator, event: 48x, cost: _pre_budget 3x, context: NOT *AP ] {
|
||||||
|
hypothesis: NOT _eCB empty
|
||||||
|
action: [ _eCB decrease ]
|
||||||
|
else: None
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// ########################## Long, Clearance, NOT *AP ##########################
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## RECOVER
|
## RECOVER
|
||||||
|
|||||||
Reference in New Issue
Block a user