Files
organism/neuron/neuron-day.md
T
2026-05-05 15:14:59 +02:00

35 lines
633 B
Markdown

# neuron-day.md
## NEURON-DAY: Container
**Neuron Behavior**: (traditionally observable, excluding Episodes Tuner).
Questo container viene attivato durente il DAY in neuron.md.
```Gen
NEURON-DAY
type: container
expansion:
- AXON ( active: 1x )
- SOMA ( active: 1x )
- DENDRITIC-BRANCH ( active: 3x )
```
### TunPossibility: contextor
Qui controlliamo di essere lontani da uno spike train. Questo per eventualmente rendere possibili i tuning.
```Gen
TunPossibility
type: contextor
contained_by: NEURON-DAY
in_context: Fixed
rf: 60x
condition: ( SpikeTrainTraces Empty ) # Day
out_context: TunPossible