topic: arousal
17 modules sharing the arousal name family (derived from the tree's prefix discipline).
The 'arousal' topic family in the Nishi sovereign ecosystem models physiological arousal dynamics across multiple domains, integrating clinical, bodily, and computational perspectives. The nx_arousal module provides a CLI interface to the core nx_arousal_lib, which contains the pure math of arousal progression, while nx_arousal_body tracks arousal changes on the physical body. The nx_arousal_clinical module delivers therapy readouts based on dual-control profiles, supporting therapeutic interventions within the ecosystem.
auto-narrated by the local model from this topic's module headers; links verified against the wiki index.
narrated overview -- maintained by the narration lane, module links verified against this wiki.
| module | description | lines | funcs |
|---|---|---|---|
| nx_arousal.nx | CLI over nx_arousal_lib (simulate verbs). Holds NO math of its own: all | 213 | 1 |
| nx_arousal_body.nx | arousal progression ON THE BODY, not on a chart. | 441 | 13 |
| nx_arousal_clinical.nx | the THERAPY READOUT. Given a dual-control profile (SES/SIS1/SIS2), | 205 | 4 |
| nx_arousal_clinical_gate.nx | liar-killed GATE for the dual-control therapy readout. | 163 | 7 |
| nx_arousal_detail_test.nx | 111 | 3 | |
| nx_arousal_fit.nx | fits the perfusion time-constant tau to OBSERVED data by coarse-to-fine | 202 | 2 |
| nx_arousal_fit_gate.nx | liar-killed GATE for the tau fitter. | 178 | 8 |
| nx_arousal_gate.nx | liar-killed GATE for the arousal-state engine. | 195 | 8 |
| nx_arousal_lib.nx | pure physiological-arousal math core. NO main(): this is the shared | 330 | 33 |
| nx_arousal_mesh.nx | arousal on a real TRIANGLE MESH, not a raymarched implicit surface. | 287 | 6 |
| nx_arousal_mesh_gate.nx | liar-killed GATE for arousal on a polygon mesh. | 145 | 9 |
| nx_arousal_profile.nx | estimate a dual-control profile from OBSERVED sessions, and refuse the | 80 | 1 |
| nx_arousal_profile_gate.nx | liar-killed GATE for the dual-control profile estimator. | 127 | 7 |
| nx_arousal_render.nx | the LOOK organ. Emits a PNG of arousal SHIFTING OVER TIME. | 358 | 5 |
| nx_arousal_skin.nx | CLI over nx_arousal_skin_lib (skin optics). Holds NO math of its own; the | 77 | 1 |
| nx_arousal_skin_gate.nx | liar-killed GATE for the skin optics AND the LOOK organ. | 166 | 9 |
| nx_arousal_skin_lib.nx | skin OPTICS core (no main). Shared by nx_arousal_skin (CLI) and | 190 | 13 |