2026-05-06 10:54:57 +02:00
|
|
|
# neuron-beh.md
|
2026-05-05 12:20:32 +02:00
|
|
|
|
2026-05-06 10:54:57 +02:00
|
|
|
## NEURON-BEH: Container
|
2026-04-14 11:16:41 +02:00
|
|
|
|
|
|
|
|
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
|
|
|
|
|
|
2026-04-14 16:29:20 +02:00
|
|
|
Questo container viene attivato durente il DAY in neuron.md.
|
2026-04-14 11:16:41 +02:00
|
|
|
|
|
|
|
|
```Gen
|
2026-05-06 10:54:57 +02:00
|
|
|
NEURON-BEH
|
2026-05-05 12:20:32 +02:00
|
|
|
|
|
|
|
|
type: container
|
2026-04-14 11:16:41 +02:00
|
|
|
|
|
|
|
|
expansion:
|
2026-04-14 16:29:20 +02:00
|
|
|
- AXON ( active: 1x )
|
|
|
|
|
- SOMA ( active: 1x )
|
2026-05-05 12:20:32 +02:00
|
|
|
- DENDRITIC-BRANCH ( active: 3x )
|
2026-04-14 11:16:41 +02:00
|
|
|
```
|
|
|
|
|
|
2026-05-05 12:20:32 +02:00
|
|
|
### TunPossibility: contextor
|
2026-04-14 11:16:41 +02:00
|
|
|
|
|
|
|
|
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
|
|
|
|
|
|
|
|
|
|
```Gen
|
2026-05-05 12:20:32 +02:00
|
|
|
TunPossibility
|
|
|
|
|
|
|
|
|
|
type: contextor
|
2026-04-14 11:16:41 +02:00
|
|
|
|
2026-05-06 10:54:57 +02:00
|
|
|
contained_by: NEURON-BEH
|
2026-04-14 11:16:41 +02:00
|
|
|
in_context: Fixed
|
|
|
|
|
rf: 60x
|
|
|
|
|
|
|
|
|
|
condition: ( SpikeTrainTraces Empty ) # Day
|
|
|
|
|
out_context: TunPossible
|