@@ -51,10 +51,10 @@ class ClassificationResult(TypedDict):
5151# Canonical glow hex for API echo / UI sync (plan 3.3a); cortisol uses piecewise in build_vfx_profile
5252NEUROMOD_GLOW_HEX : dict [str , str ] = {
5353 "adrenaline" : "#FF4500" ,
54- "noradrenaline" : "#FF4500 " ,
54+ "noradrenaline" : "#FF8C00 " ,
5555 "dopamine" : "#FFD700" ,
56- "acetylcholine" : "#FFD700 " ,
57- "serotonin" : "#E0FFFF " ,
56+ "acetylcholine" : "#32CD32 " ,
57+ "serotonin" : "#40E0D0 " ,
5858 "baseline" : "#E0FFFF" ,
5959 "gaba" : "#8A2BE2" ,
6060 "cortisol" : "#FFBF00" ,
@@ -77,7 +77,7 @@ class SnnModulationSpec:
7777 "adrenaline" : SnnModulationSpec (1.35 , 1.25 , - 0.06 , 0.85 , 0.75 , 1.1 , 1.3 ),
7878 "noradrenaline" : SnnModulationSpec (1.45 , 0.85 , - 0.04 , 0.9 , 0.85 , 1.05 , 1.15 ),
7979 "dopamine" : SnnModulationSpec (1.25 , 1.05 , - 0.03 , 0.95 , 0.9 , 1.15 , 1.25 ),
80- "serotonin" : SnnModulationSpec (1.05 , 1.0 , 0.04 , 1.15 , 1.15 , 0.95 , 0.85 ),
80+ "serotonin" : SnnModulationSpec (0.95 , 1.0 , 0.04 , 1.15 , 1.15 , 0.95 , 0.85 ),
8181 "gaba" : SnnModulationSpec (0.75 , 0.7 , 0.08 , 1.25 , 1.2 , 0.75 , 0.7 ),
8282 "acetylcholine" : SnnModulationSpec (1.4 , 0.75 , - 0.02 , 0.95 , 1.0 , 1.1 , 1.1 ),
8383}
@@ -361,22 +361,22 @@ def _vfx_cortisol_piecewise(u: float) -> VfxProfileDict:
361361 "tween_in_ms" : 900 ,
362362 "tween_out_ms" : 1200 ,
363363 "idle_breath_speed_mult" : 0.55 ,
364- "idle_breath_amp_mult" : 1.25 ,
364+ "idle_breath_amp_mult" : 0.72 ,
365365 "vertex_wave_mult" : 0.6 ,
366366 "burst_threshold" : 0.72 ,
367367 "active_lobe_bloom_scale" : 1.0 ,
368368 "glow_sinusoidal_amp_mult" : 0.0 ,
369369 },
370370 "acetylcholine" : {
371- "bloom_mult" : 1.05 ,
372- "bloom_activity_boost_mult" : 1.08 ,
373- "tween_in_ms" : 520 ,
374- "tween_out_ms" : 680 ,
375- "idle_breath_speed_mult" : 0.95 ,
376- "idle_breath_amp_mult" : 0.8 ,
377- "vertex_wave_mult" : 1.12 ,
378- "burst_threshold" : 0.55 ,
379- "active_lobe_bloom_scale" : 1.12 ,
371+ "bloom_mult" : 1.2 ,
372+ "bloom_activity_boost_mult" : 1.22 ,
373+ "tween_in_ms" : 400 ,
374+ "tween_out_ms" : 560 ,
375+ "idle_breath_speed_mult" : 1.1 ,
376+ "idle_breath_amp_mult" : 0.95 ,
377+ "vertex_wave_mult" : 1.25 ,
378+ "burst_threshold" : 0.48 ,
379+ "active_lobe_bloom_scale" : 1.2 ,
380380 "glow_sinusoidal_amp_mult" : 0.0 ,
381381 },
382382 "baseline" : {
0 commit comments