fascicle.compute_electrodes_footprints

fascicle.compute_electrodes_footprints(save_ftp_only=False, filename='electrodes_footprint.ftpt', **kwargs)[source]

get electrodes footprints on each segment of each axon

Parameters:
  • save_ftp_only (bool) – if true save result in a .ftpt file

  • filename (str) – saving file name and path

  • Unmyelinated_model (str) – model for unmyelinated fibers, by default ‘Rattay_Aberham’

  • Adelta_model (str) – model for A-delta thin myelinated fibers, by default’extended_Gaines’

  • Myelinated_model (str) – model for myelinated fibers, by default ‘MRG’

  • myelinated_nseg_per_sec (int) – number of segment per section for myelinated axons

Returns:

footprints – Dictionnary composed of axon footprint dictionary, the keys are int value of the corresponding axon ID

Return type:

dict