emodelrunner.create_recordings

Functions to create recordings.

Functions

get_pairsim_recordings(soma_loc, syn_locs, ...)

Return the precell and the postcell recordings for a pair simulation.

emodelrunner.create_recordings.get_pairsim_recordings(soma_loc, syn_locs, synrecs, presyn_prot_name, postsyn_prot_name)[source]

Return the precell and the postcell recordings for a pair simulation.

Parameters:
  • soma_loc (bluepyopt.ephys.locations.NrnSeclistCompLocation) – location of the soma of the pre-synaptic cell

  • syn_locs (list of bluepyopt.ephys.locations.NrnPointProcessLocation) – location of synapses of the post-synaptic cell

  • synrecs (list of str) – the extra synapse variables to record

  • presyn_prot_name (str) – presynaptic protocol name

  • postsyn_prot_name (str) – postsynaptic protocol name

Returns:

a tuple containing

  • list of recordings: presynaptic recordings

  • list of recordings: postsynaptic recordings