pysted.base.TemporalSynapseDmap.create_t_stack_dmap

TemporalSynapseDmap.create_t_stack_dmap(decay_time_us, delay=2, n_decay_steps=10, n_molecules_multiplier=28, end_pad=0)

Creates the t stack for the evolution of the flash of the nanodmains in the synapse.

Very similar implementation to TemporalDatamap’s create_t_stack_dmap method Assumes the roi is set.

Parameters:
  • decay_time_us – The time it takes for the flash to decay to 1/e of its initial value. (us)

  • delay – The delay before the flash starts. (us)

  • n_decay_steps – The number of time steps the flash will take to decay. (int)

  • n_molecules_multiplier – The multiplier for the number of molecules in the flash. (int)

  • end_pad – The number of time steps to pad the flash with at the end. (int)