xtrau.mod
CodeThe xtrau.mod
mechanism described in the provided code is a computational tool designed to simulate specific aspects of neural electrophysiology within an extracellular context. This mechanism, intended for use with the NEURON simulation environment, focuses on the interaction between neurons and external electric fields, as well as on recordings from extracellular electrodes. Below are the key biological concepts modeled by this code:
Extracellular Potential (Ex):
E
, represents the intensity of the extracellular field in volts per meter. This is biologically relevant for understanding how electric fields can influence the membrane potential of neurons, potentially affecting their excitability and firing rates.Distance Parameter (d):
d
is the scalar that accounts for the spatial relation between the neuron and a reference potential plane, which simulates the depth of the neuron within the uniform field.Membrane Current Contribution (er):
er
value represents the contribution of local membrane ionic currents to the extracellular potential that would be recorded by an electrode. This is calculated from the transfer resistance (rx
), membrane current density (im
), and the surface area of the neuronal segment.Transfer Resistance (rx):
xyz
coordinates, which can be interpolated from morphological data points (pt3d
). This is essential for calculating distances and resistances when modelling the interaction with extracellular electrodes.This mechanism primarily facilitates the simulation of how neural signals are affected by, and recorded through, extracellular means. It provides insights into:
In summary, the xtrau.mod
code connects computational modeling to fundamental concepts in neuroscience, specifically, extracellular fields' effects on neurons and the biophysical basis of extracellular recordings.