# neuron-day.md ## NEURON: Container **Neuron Behavior**: (traditionally observable, excluding Episodes Tuner). Questo container viene attivato durente il DAY in neuron.md. ```Gen NEURON 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 in_context: Fixed rf: 60x condition: ( SpikeTrainTraces Empty ) # Day out_context: TunPossible