This commit is contained in:
2026-05-30 17:25:29 +02:00
parent e36005670b
commit 123fdabe58
3 changed files with 69 additions and 40 deletions
+55 -4
View File
@@ -12,13 +12,64 @@ NEURON
type: comprehension
include:
neuron-beh.md
axon.md
soma.md
postsynapse.md
dendritic-branch.md
neuron-dev.md
d-branch.md
expansion: NEURON-BEH ( active: 1x )
expansion:
@AXON: EXPAND [ comprehension: AXON ]
@SOMA: EXPAND [ comprehension: SOMA ]
@D_BRANCH: EXPAND [ comprehension: D_BRANCH ]
intrication:
# Scope
!DAY: INTRICATION [ ref: &ORGANISM.!DAY ]
!NIGHT: INTRICATION [ ref: &ORGANISM.!NIGHT ]
# Context
*??: INTRICATION [ ref: &??.*?? ]
# Tub
_??: INTRICATION [ ref: &??._?? ]
instantiation:
# Context
*TunPossible: CONTEXT []
# Tub
_SpikeTrainTraces: TUB [ full: 60x, active: 30x, empty: 0x ]
# Behaviour
$: BEHAVIOUR [ behaviour: MAIN_NEURON ]
```
### MAIN_NEURON
```Gen
MAIN_NEURON
type: behaviour
within_scope: !DAY
snippet:
@: ACCUMULATOR [ snippet: TunPossibility, rf: active 12x ]
```
#### TunPossibility
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
```Gen
TunPossibility
type: contextor
in_context: *Fixed
condition: _SpikeTrainTraces Empty
out_context: *TunPossible