From 5fe84d80a1688d8b58178878530412e626a438f2 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Tue, 28 Apr 2026 16:48:30 +0200 Subject: [PATCH] varie --- neuron/presynapse.md | 37 +++++++++++++++++-------------------- 1 file changed, 17 insertions(+), 20 deletions(-) diff --git a/neuron/presynapse.md b/neuron/presynapse.md index 935b975..60e7f9d 100644 --- a/neuron/presynapse.md +++ b/neuron/presynapse.md @@ -374,45 +374,42 @@ Gln — depletes over bursts, refilled by glucose (slowest, astrocyte-depend Each tier buys time for the one below it to respond. When all three are depleted simultaneously — which only happens under prolonged high-frequency firing with insufficient glucose — the synapse has no remaining buffer and goes silent until the minutes loop restores the Glutamine_pool. -#### VGCC-PRE-TUN: Tuner +### VGCC-PRE-TUN: Tuner ```Gen tuner: VGCC-PRE-TUN - contained_by: PRESYNAPSE + # qui stiamo aggiungendo o eliminando VGCC-PRE. Fra un massimo full e minimo empty (empty puo' non essere 0) - tunes: PRESYNAPSE/expansion/PRESYNAPSE-VCGG - - tub_modulation: # in TUN agiamo su POS/ACT - - posMod ( fullness: None, active: PRESYNAPSE-VCGG/fullness, empty: 0x) # riferimento a possible di PRESYNAPSE-VCGG - - actMod ( fullness: None, active: PRESYNAPSE-VCGG/active, empty: PRESYNAPSE-VCGG/emptiness) # riferimento a active di PRESYNAPSE-VCGG -# qui stiamo modulando possible e actual di PRESYNAPSE-VCGG associandoli -# a posMod e actMod. Non serve associare una fullness perche' -# la modulazione e' una pompa fra posMod e actMod e controlliamo -# solo empty + contained_by: PRESYNAPSE - check_tpc_intricated: - - TunPossible ( contained_by: DAY-N ) + tunes: PRESYNAPSE/expansion/VCGG-PRE - tub_local: + tub_modulation: + - VCGG-PRE - tub_intricated: + context_intricated: + - TunPossible_ctx ( contained_by: DAY-N ) + + tub_local: + + tub_intricated: ``` -##### contexting +#### CheckPossibleTun:contexting ```Gen -contexting: Check +contexting: CheckPossibleTun contained_by: VGCC-PRE-TUN - in_context: TunPossible + in_context: TunPossible_ctx rf: ( active: 60x ) condition: - out_context: TunPreVcgg + out_context: TunPreVcgg ``` -##### interacting +#### interacting ```Gen interacting: Tun