File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ to any preprocessing function.
100100 good_channels_recording = spre.detect_and_remove_bad_channels(filtered_recording)
101101
102102 We can then aggregate the recordings back together using the ``aggregate_channels `` function.
103- Note that we do not need to do this to sort the data (see :ref: `sorting a recording by channel group `)
103+ Note that we do not need to do this to sort the data (see :ref: `sorting-by- channel- group `).
104104
105105.. code-block :: python
106106
@@ -135,6 +135,7 @@ back together under the hood).
135135 In general, it is not recommended to apply :py:func: `~aggregate_channels ` more than once.
136136 This will slow down :py:func: `~get_traces ` calls and may result in unpredictable behaviour.
137137
138+ .. _sorting-by-channel-group :
138139
139140Sorting a Recording by Channel Group
140141------------------------------------
You can’t perform that action at this time.
0 commit comments