Skip to content

Commit 6f9e88d

Browse files
JoshJosh
Josh
authored and
Josh
committed
Add more details to CAR plugin docs
1 parent bc693a7 commit 6f9e88d

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

source/User-Manual/Plugins/Common-Average-Reference.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,19 @@ Common Average Reference
1818
"*Key Developers*", "Ryan Maloney, Josh Siegle, Kirill Abramov"
1919
"*Source Code*", "https://github.com/open-ephys/plugin-GUI/tree/main/Plugins/CommonAverageRef"
2020

21+
22+
.. tip:: If you're using Neuropixels probes, the :ref:`neuropixelscar` plugin will be more effective at removing noise.
23+
24+
Overview
25+
=====================
26+
27+
Common average referencing is a widely used technique for removing noise from extracellular recordings. Since artifacts often originate from sources that are distant from the electrodes, they induce similar voltage fluctuations across all channels. Thus, computing the average value of some or all channels, and then subtracting this from the incoming data, can help isolate the signals that are generated locally.
28+
29+
This plugin can be used for common average referencing across any number of channels, or it can perform simple digital referencing by selecting a single channel as the reference. If different subsets of electrodes are differentially affected by noise sources, multiple common average reference plugins can be used.
30+
31+
.. note:: It's recommended to place this plugin *after* the first Record Node in your signal chain, so the data is saved without referencing applied. Global referencing can be easily performed offline, for example by using a common median reference that is less sensitive to outliers (but is more computationally intensive than averaging).
32+
33+
2134
Plugin configuration
2235
=====================
2336

@@ -40,5 +53,5 @@ Working with multiple data streams
4053

4154
The "Reference" and "Affected" channels are only applied within a single stream. Because different streams may be sampled asynchronously, it's not possible to reference channels from one stream to channels in another.
4255

43-
To change the settings for a particular stream, make sure it is active in the stream selector (accsesed by clicking the vertical lines on the right-hand side of the plugin editor).
56+
To change the settings for a particular stream, make sure it is active in the stream selector (accessed by clicking the vertical lines on the right-hand side of the plugin editor).
4457

0 commit comments

Comments
 (0)