data_basedb_initializersload_simrun_generalbuilders_build_synapse_activation

_build_synapse_activation

data_base.db_initializers.load_simrun_general.builders._build_synapse_activation(db, repartition=False, n_chunks=5000)

Parse the Synapse activation and Presynaptic spike times data.

The synapse and presynaptic spike times data is added to the database under the keys synapse\_activation and cell\_activation respectively.

Parameters:
  • db (ISFDataBase) – The database to which the data should be added.

  • repartition (bool) – If True, the dask dataframe is repartitioned to 5000 partitions (only if it contains over \(10000\) entries).

  • n_chunks (int) – Number of chunks to split the data into. Default is 5000.

Returns:

None