load_axon_population

nrv.nmod.load_axon_population(f_name)[source]

Load a placed population from a file

Parameters:

f_name (str) – name of the file where the population is stored

Returns:

  • axons_diameters (np.array) – Array containing all the diameters of the generated axon population

  • axons_type (np.array) – Array containing a ‘1’ value for indexes where the axon is myelinated (A-delta or not), else ‘0’

  • y_axons (np.array) – y coordinate of the axons, in um

  • z_axons (np.array) – z coordinate of the axons, in um

  • M_diam_list (np.array) – list of myelinated only diameters

  • U_diam_list (np.array) – list of unmyelinated only diamters