snudda.utils.export_connection_matrix

class snudda.utils.export_connection_matrix.SnuddaExportConnectionMatrix(in_file, out_file, save_sparse=True, save_on_init=True)[source]

Exports a connection matrix from network.

Constructor.

Parameters
  • in_file – Network file

  • out_file – Connection matrix file

  • save_sparse – Should data be saved in sparse format?

create_connection_matrix()[source]

Creates the connection matrix from the synapse matrix data.