pysted.base.TemporalSynapseDmap.create_t_stack_dmap_sampled

TemporalSynapseDmap.create_t_stack_dmap_sampled(decay_time_us, delay=0, n_decay_steps=10, curves_path=None, individual_flashes=False)

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)

  • curves_path – Path to the .npy file of the light curves being sampled in order to generate random

  • individual_flashes – If True, each nanodomain will have its own flash curve