Skip to content

Commit 8212f82

Browse files
committed
update morph file format in docs
1 parent e2de277 commit 8212f82

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/file_formats.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ File & data formats
2121
.syn
2222
****
2323
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.
2525

2626
For each synapse, it provides the synapse type and location onto the morphology.
2727
Each row index corresponds to its synapse ID, providing a link to a corresponding :ref:`con_file_format` file.
@@ -50,9 +50,9 @@ Example::
5050
.con
5151
****
5252
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.
5454
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,
5656
the addition of a :ref:`con_file_format` file makes possible to construct a functional realization, as it allows linking the synapses to
5757
presynaptic cells of a dense connectome model, which in turn allows to assign cell type specific activation patterns
5858
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
9191
===============
9292

9393
: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,
9595
biophysical properties of the cell per morphological structure (e.g. soma, dendrite, axon initial segment ...),
9696
and basic simulation parameters. Morphology structure labels should match those inferred from the morphology file.
9797

@@ -181,7 +181,7 @@ Network parameters
181181
==================
182182
The :ref:`param_file_format` format is used to store network parameters,
183183
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.
185185

186186
For each presynaptic cell type in the network, this following information is provided:
187187

0 commit comments

Comments
 (0)