get_perineurial_thickness

nrv.utils.get_perineurial_thickness(fasc_d: float, nerve_type: str = 'default') float[source]

Return a fascicle’s perineurium thickness from its diameter. Relationship extract from [1]

Parameters:
  • fasc_d (float) – diameter of the fascicle

  • nerve_type (str) –

    type of nerve containing the fascicle, possible types:

    • ”default”

    • ”sciatic”

    • ”medial popliteal”

    • ”lateral popliteal”

    • ”ulnar”

    • ”radial”

    • ”median”

Returns:

thickness of the perineurium

Return type:

float

Note

[1] Y. Grinberg, M. A. Schiefer, D. J. Tyler, and K. J. Gustafson, “Fascicular Perineurium Thickness, Size, and Position Affect Model Predictions of Neural Excitation,” IEEE Trans. Neural Syst. Rehabil. Eng., vol. 16, no. 6, pp. 572–581, Dec. 2008.