This commit is contained in:
2026-04-15 12:13:52 +02:00
parent 3fdc710d36
commit 79bdd9dbed
+25 -17
View File
@@ -11,17 +11,26 @@ Qui comprendiamo:
— ms: — ms:
- Resting at -70 mV: Leak channels + pumps (keep at resting) - Resting at -70 mV: Leak channels + pumps (keep at resting)
-- ?
- VDB Depolarization : ~1-2 ms: Na⁺ enters (some VGSCs open) - VDB Depolarization : ~1-2 ms: Na⁺ enters (some VGSCs open)
- Opened VGSC remain closed for a refractory period - Opened VGSC remain closed for a refractory period
Spike if depolarized above threshold: to -50 mV Spike if depolarized above threshold: to -50 mV
-- Here the threshold is based only on the integration of Na+
-- The threshold is tuned during the spiketrain. Low threshold at rest, to increase sensitivity, threshold increase during spike to increase discrimination
-- increase SpikeTrainTraces (fast at spike)
-- increase Ca2+ traces
- Repolarization to -70 mV: ~1-2 ms: K⁺ exits (VG K⁺ channels open) ← NOT pumps! - Repolarization to -70 mV: ~1-2 ms: K⁺ exits (VG K⁺ channels open) ← NOT pumps!
-- fast pump which decreases Na+, we do not model K+
- After-hyperpolarization: ~5-20 ms: K⁺ channels still open - After-hyperpolarization: ~5-20 ms: K⁺ channels still open
-- must figure out how to deal with deoplarization
-- decrease SpikeTraintraces slow, only if away from spiketrain this is empty
— seconds: — seconds:
- Return to exact -70 mV: ~100-1000 ms: Na⁺/K⁺ pumps restore gradients - Return to exact -70 mV: ~100-1000 ms: Na⁺/K⁺ pumps restore gradients
-- slow pump
- Ca2+ accumulation: SpikeTrainTraces - Ca2+ accumulation: SpikeTrainTraces
-- ?
— mins: — mins:
- VGSC modulation - VGSC modulation
@@ -32,12 +41,14 @@ Qui comprendiamo:
- **VDB**: dendrites deliver current - **VDB**: dendrites deliver current
- **VSOMA**: are a proxy for the Coulombs of charge building up on the somatic membrane. - **Na**: are a proxy for the Coulombs of charge building up on the somatic membrane. They are used to check threshold, but also to mimic Na+ and K+ pumping
- **AP**: - **AP**:
- **bAP**: - **bAP**:
- **Ca2+**: Medium term traces to guide tuning and Night development
- **SpikeTrainTraces**: sono le tracce che consentono al neurone di far partire il Tuning neuronale, quando e' lontano da uno spike-train, ovvero e' in riposo. - **SpikeTrainTraces**: sono le tracce che consentono al neurone di far partire il Tuning neuronale, quando e' lontano da uno spike-train, ovvero e' in riposo.
--- ---
@@ -46,21 +57,23 @@ Qui comprendiamo:
container: BEH-SOMA container: BEH-SOMA
expansion: expansion:
- BEH-SOMA-VGSC ( fullness: 50x, active: 20x, emptiness: 10x ) - VGSC-SOMA ( fullness: 50x, active: 20x, emptiness: 10x )
# modulated_by: TUN-SOMA-VCGG # possible/actual # modulated_by: TUN-SOMA-VCGG # possible/actual
tub_local: tub_local:
- VDB - VDB
- VSOMA - Na
- AP - AP
- bAP - bAP
tub_intricated: - Ca2+
- SpikeTrainTraces ( contained_by: TUN-N )
tub_intricated:
- SpikeTrainTraces ( contained_in: DAY-N )
``` ```
### ms: behaviors SOMA ### ms: behaviors SOMA
@@ -165,16 +178,11 @@ episode: ClearVSOMA
#### TUN-SOMA-VCGG: Tuner #### TUN-SOMA-VCGG: Tuner
```Gen ```Gen
tuner: TUN-SOMA-VCGG tuner: VGSC-SOMA-TUN
contained_by: BEH-SOMA contained_by: SOMA
tunes: BEH-SOMA/expansion/BEH-SOMA-VCGG tunes: SOMA/expansion/VGSC-SOMA
expansion: BEH-SOMA-VCGG
tub_modulation: # in TUN agiamo su POS/ACT
- posMod ( fullness: None, active: BEH-SOMA-VCGG/fullness, empty: 0x) # riferimento a possible di BEH-PRE
- actMod ( fullness: None, active: BEH-SOMA-VCGG/active, empty: BEH-SOMA-VCGG/emptiness) # riferimento a active di BEH-PRE
context_intricated: context_intricated:
- TunPossible ( contained_by: DAY-N ) - TunPossible ( contained_by: DAY-N )
@@ -211,12 +219,12 @@ episode: ?
trace: trace:
``` ```
## BEH-SOMA-VGSC: Container ## VGSC-SOMA: Container
Voltage Gated Sodium Channel Voltage Gated Sodium Channel
```Gen ```Gen
container: BEH-SOMA-VGSC container: VGSC-SOMA
``` ```
@@ -226,7 +234,7 @@ container: BEH-SOMA-VGSC
```Gen ```Gen
episode: ?? episode: ??
contained_by: BEH-SOMA-VGSC contained_by: VGSC-SOMA
in_context: xxx in_context: xxx
rf: ( active: 1x ) rf: ( active: 1x )