You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/file_formats.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ File & data formats
21
21
.syn
22
22
****
23
23
ISF custom file format to store synapse locations onto a morphology.
24
-
Only valid with an associated morphology :ref:`hoc_file_format` file.
24
+
Only valid with an associated morphology :ref:`morphology_file_format` file.
25
25
26
26
For each synapse, it provides the synapse type and location onto the morphology.
27
27
Each row index corresponds to its synapse ID, providing a link to a corresponding :ref:`con_file_format` file.
@@ -50,9 +50,9 @@ Example::
50
50
.con
51
51
****
52
52
ISF custom file format to store connectivity data.
53
-
To be used in conjunction with an associated :ref:`syn_file_format` file and morphology :ref:`hoc_file_format` file.
53
+
To be used in conjunction with an associated :ref:`syn_file_format` file and morphology :ref:`morphology_file_format` file.
54
54
It numbers each synapse, and links it to its associated presynaptic cell type and ID.
55
-
While a :ref:`syn_file_format` file and :ref:`hoc_file_format` file provide the anatomical realization of a morphology embedding into a network,
55
+
While a :ref:`syn_file_format` file and :ref:`morphology_file_format` file provide the anatomical realization of a morphology embedding into a network,
56
56
the addition of a :ref:`con_file_format` file makes possible to construct a functional realization, as it allows linking the synapses to
57
57
presynaptic cells of a dense connectome model, which in turn allows to assign cell type specific activation patterns
58
58
to each synapse. ISF's workflow is designed to create these files in tandem, so they always co-exist.
@@ -91,7 +91,7 @@ Cell parameters
91
91
===============
92
92
93
93
:ref:`param_file_format` file to store biophysical parameters of a cell.
94
-
Includes a reference to a :ref:`hoc_file_format` morphology file,
94
+
Includes a reference to a :ref:`morphology_file_format` morphology file,
95
95
biophysical properties of the cell per morphological structure (e.g. soma, dendrite, axon initial segment ...),
96
96
and basic simulation parameters. Morphology structure labels should match those inferred from the morphology file.
97
97
@@ -181,7 +181,7 @@ Network parameters
181
181
==================
182
182
The :ref:`param_file_format` format is used to store network parameters,
183
183
describing the presynaptic cells and their synaptic activations.
184
-
Only valid with an associated :ref:`hoc_file_format` morphology file, :ref:`syn_file_format` file, and :ref:`con_file_format` file.
184
+
Only valid with an associated :ref:`morphology_file_format` morphology file, :ref:`syn_file_format` file, and :ref:`con_file_format` file.
185
185
186
186
For each presynaptic cell type in the network, this following information is provided:
where :math:`\\tau` is the input dimension (space or time e.g.), :math:`a` is the steepness, :math:`c` is the offset, and :math:`\phi` is the phase.
452
-
These basis functions can be superimposed using learnable weights :math:`x_i` to form a single filter :math:`\mathbf{w}(\\tau)` over the domain :math:`\\tau`:
452
+
These basis functions can be superimposed using learnable weights :math:`x_i` to form a single filter :math:`\\mathbf{w}(\\tau)` over the domain :math:`\\tau`:
r"""Get an initial guess for the learnable weights :math:`\mathbf{x}` and :math:`\mathbf{y}` of the basis functions :math:`\mathbf{f}(\tau)` and :math:`\mathbf{g}(z)`.
779
+
"""Get an initial guess for the learnable weights :math:`\\mathbf{x}` and :math:`\\mathbf{y}` of the basis functions :math:`\\mathbf{f}(\\tau)` and :math:`\\mathbf{g}(z)`.
780
780
781
781
Returns:
782
782
np.array: An array of random values in the range :math:`[-1, 1)`, with the same length as the basis parameters.
@@ -785,7 +785,7 @@ def _get_x0(self):
785
785
786
786
@staticmethod
787
787
def_convert_x_static(groups, len_z, x):
788
-
r"""Convert the input array :math:`\mathbf{x}` into a dictionary of basis vectors.
788
+
"""Convert the input array :math:`\\mathbf{x}` into a dictionary of basis vectors.
789
789
790
790
Useful for passing the learnable weights to the optimizer as a one-dimensional array,
791
791
but keeping track of the basis vectors for each group and dimension.
0 commit comments