fascicle_results.get_recruited_axons_greater_than

fascicle_results.get_recruited_axons_greater_than(diam: float, ax_type: str = 'all', normalize: bool = False) float[source]

Return the number or the ratio of recruited axons with a diameter greater than diam in the fascicle

Parameters:
  • 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:

int or float