Network Description
The following XML file specifies a very simple network of cells, comprising only one instance of a SAC, located at the origin (0, 0, 0).
In the following XML, we are specifying an overlayed grid of SACs:
In this XML file, we define a layered 2D grid, which comprises two grid arrangements. Each grid is defined with a location (x,y,z of its corner) and the grid size (x, y). For each grid, you can specify the spacing between the morphologies (x, y distances).
Note:
We use the SAC morphology defined in the previous layer, identified as "0".
In RSME we can define several networks or populations. Here we identify the population ID as "0". We will use this ID in the visual stimulation layer, enabling the specification of particular stimuli per population.
In the following XML code, we define another population, containing one direction-selective ganglion cell:
Now, we have two populations of cells. In the network XML, we can now define a projection - connectivity scheme between two populations. In the following example, we define a projection from a source population (SAC) to a target population (DSGC). We will define a synapse, placed in accordance with the cosine similarity tule (see RSME paper for an elaborated description). We will define a synaptic connection following a planar (x, y) distance criteria while aligning the two populations one against each other.
Last updated