Skip to content

Commit

Permalink
Update network_file_desc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang authored and ntolley committed Feb 15, 2024
1 parent 6c5a871 commit df99e07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/network_file_desc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Network File Content
File Content Description
------------------------
hdf5 is the file format used for storing the Network object. The network is stored in a layered format. The first layer consists of the network attributes.
The attributes of the network are then broken down until the network can be representated as a collection of key value pairs. For example - cell_types is a network
The attributes of the network are then broken down until the network can be represented as a collection of key value pairs. For example - cell_types is a network
attribute therefore in the first layer. The description of each cell type is in layer 2. Each cell has various sections. The description of a section is in layer 3.
Below are the attributes of the network.

Expand Down Expand Up @@ -124,7 +124,7 @@ dynamics : dict
location : str
Target location of synapses.
cell_specific : bool
Whether each artifical drive cell has 1-to-1 (True, default) or
Whether each artificial drive cell has 1-to-1 (True, default) or
all-to-all (False) connection parameters.
weights_ampa : dict or None
Synaptic weights (in uS) of AMPA receptors on each targeted cell
Expand Down Expand Up @@ -167,7 +167,7 @@ Connection Description
target_types : str
Cell type of target gids.
target_gids : list of int
Identifer for targets of source cells.
Identifier for targets of source cells.
num_targets : int
Number of unique target gids.
src_type : str
Expand Down Expand Up @@ -197,4 +197,4 @@ positions : tuple | list of tuple
conductivity : float
Extracellular conductivity, in S/m.
method : str
Approximation to use.
Approximation to use.

0 comments on commit df99e07

Please sign in to comment.