get_MRG_parameters
- nrv.utils.get_MRG_parameters(diameter: float | ndarray[Any, dtype[_ScalarType_co]], fit_all: bool = False) tuple[8][source]
Compute the MRG geometrical parameters from interpolation of original data [1]
Note
- The data used is stored in the
MRG_dataDataFrame, so it can be printed as follows >>> print(nrv.MRG_data)
- Parameters:
- Returns:
g (float)
axonD (float)
nodeD (float)
paraD1 (float)
paraD2 (float)
deltax (float)
paralength2 (float)
nl (float)
Note
[1] McIntyre CC, Richardson AG, and Grill WM. Modeling the excitability of mammalian nerve fibers: influence of afterpotentials on the recovery cycle. Journal of Neurophysiology 87:995-1006, 2002.
- The data used is stored in the