nerve_results.get_recruited_axons

nerve_results.get_recruited_axons(ax_type: str = 'all', normalize: bool = False) int | float[source]

Return the number or the ratio of recruited axons in the nerve

Parameters:
  • diam (float) – diameter above wich axon should be counted.

  • ax_type (str, optional) –

    type of axon counted,possible options:
    • ”all” (default)

    • ”unmyelinated”

    • ”myelinated”

  • normalize (bool, optional) – if False the total number of recruited axons is returned, else the ratio is returned, by default False

Returns:

number of recruited axons

Return type:

float