data_base
❭ db_initializers
❭ synapse_activation_binning
❭ save_groupby
save_groupby¶
- data_base.db_initializers.synapse_activation_binning.save_groupby(db, result, groupby)¶
Save the result of synapse_activation_postprocess_dask to a database.
A new model data base within
db
is created and the numpy arrays are stored there.- Parameters:¶
db (
ISFDataBase
) – The simrun-initialized database object.result (dict) – The result of the synapse activation binning.
groupby (str) – The groupby key for the synapse activation bins.
- Returns:¶
None.
See also
init()
for how to simrun-initialize a database.