Skip to main content

Module sensory

Module sensory 

Source
Expand description

Biophysically grounded sensory neuron models.

10 cell types covering major sensory modalities:

  • Auditory: inner/outer hair cells (graded, mechano-electrical)
  • Visual: rod/cone photoreceptors (graded, hyperpolarising), retinal ganglion (ON/OFF spiking)
  • Somatosensory: Merkel (slow adapting), Pacinian (fast adapting)
  • Pain: nociceptor (threshold, sensitisation)
  • Chemical: olfactory receptor, taste receptor

Most sensory neurons produce graded potentials (step returns f64). Only retinal ganglion and nociceptor produce spikes (step returns i32).

Structs§

CochlearHairCell
Cochlear inner hair cell: mechano-electrical transduction.
ConePhotoreceptor
Cone photoreceptor — photopic (bright light) colour vision.
DirectionSelectiveRGC
Direction-selective retinal ganglion cell (DS-RGC) with On/Off sub-types.
InnerHairCell
Inner hair cell — primary auditory transducer.
MerkelCell
Merkel cell — slowly adapting type I (SAI) mechanoreceptor.
Nociceptor
Nociceptor — high-threshold pain receptor neuron.
OlfactoryReceptorNeuron
Olfactory receptor neuron — chemical-to-spike transducer.
OuterHairCell
Outer hair cell — cochlear amplifier via prestin electromotility.
PacinianCorpuscle
Pacinian corpuscle — rapidly adapting (RA/RAII) mechanoreceptor.
RetinalGanglionCell
Retinal ganglion cell — Pillow et al. 2005 GLM.
RodPhotoreceptor
Rod photoreceptor — scotopic vision with Ca²⁺ feedback.
TasteReceptorCell
Taste receptor cell — gustatory transducer.