Skip to content

Commit a8efd77

Browse files
committed
Add one wiring reference doc
1 parent 48d759b commit a8efd77

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed
Binary file not shown.
Binary file not shown.
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
"""
2+
Reference guide for wirings
3+
---------------------------
4+
5+
Probeinterface includes some commonly used wirings, which link the probe sites to
6+
the signal order in raw data files. Here, we keep a reference guide so that users
7+
can check these wirings for inaccuracies. For each wiring we keep a `.xlsx` file with
8+
all intermediate steps of the wiring process and a `.pdf` containing all figures and
9+
links needed to reproduce the result.
10+
11+
The final columns in the `.xlsx` file should match the wiring arrays in
12+
`wiring.py`, `here <https://github.com/SpikeInterface/probeinterface/blob/48d759bcbda23b0cf6c222f4c18c6433bf818c8b/src/probeinterface/wiring.py>`_.
13+
14+
.. list-table::
15+
:widths: 50 25 25
16+
:header-rows: 1
17+
18+
* - Wiring
19+
- .pdf
20+
- .xls
21+
* - H32>RHD2132
22+
-
23+
-
24+
* - ASSY-77>Adpt.A64-Om32_2x-sm-NN>RHD2164
25+
- `.pdf <../../img/wiring_references/ASSY-77\>Adpt.A64-Om32_2x-sm-NN\>RHD2164.pdf>`_
26+
- `.xlsx <../../img/wiring_references/ASSY-77\>Adpt.A64-Om32_2x-sm-NN\>RHD2164.xlsx>`_
27+
28+
29+
"""

0 commit comments

Comments
 (0)