|
51 | 51 | - :py:class:`~pynwb.icephys.RepetitionsTable` groups sequential recordings from
|
52 | 52 | the :py:class:`~pynwb.icephys.SequentialRecordingsTable`. In practice a
|
53 | 53 | repetition is often also referred to a run. A typical use of the
|
54 |
| - py:class:`~pynwb.icephys.RepetitionsTable` is to group sets of different stimuli |
| 54 | + :py:class:`~pynwb.icephys.RepetitionsTable` is to group sets of different stimuli |
55 | 55 | that are applied in sequence that may be repeated.
|
56 | 56 | - :py:class:`~pynwb.icephys.ExperimentalConditionsTable` groups repetitions of
|
57 | 57 | intracellular recording from the :py:class:`~pynwb.icephys.RepetitionsTable`
|
|
387 | 387 |
|
388 | 388 | #####################################################################
|
389 | 389 | # The :py:class:`~pynwb.icephys.IntracellularRecordingsTable` table is not just a ``DynamicTable``
|
390 |
| -# but an ``AlignedDynamicTable`. The ``AlignedDynamicTable` type is itself a ``DynamicTable`` |
| 390 | +# but an ``AlignedDynamicTable``. The ``AlignedDynamicTable`` type is itself a ``DynamicTable`` |
391 | 391 | # that may contain an arbitrary number of additional ``DynamicTable``, each of which defines
|
392 | 392 | # a "category". This is similar to a table with "sub-headings". In the case of the
|
393 | 393 | # :py:class:`~pynwb.icephys.IntracellularRecordingsTable`, we have three predefined categories,
|
394 | 394 | # i.e., electrodes, stimuli, and responses. We can also dynamically add new categories to
|
395 |
| -# the table. As each category corresponds to a DynamicTable, this means we have to create a |
396 |
| -# new DynamicTable and add it to our table. |
| 395 | +# the table. As each category corresponds to a ``DynamicTable``, this means we have to create a |
| 396 | +# new ``DynamicTable`` and add it to our table. |
397 | 397 |
|
398 | 398 | # Create a new DynamicTable for our category that contains a location column of type VectorData
|
399 | 399 | location_column = VectorData(
|
|
0 commit comments