|
1 | | -- [About](#org887b495) |
2 | | -- [Example Usage](#orgbe7894f) |
3 | | -- [Installation](#org28738b5) |
4 | | -- [Development](#org015afca) |
| 1 | +- [About](#org0358e8a) |
| 2 | +- [Example Usage](#org597a0fd) |
| 3 | +- [Installation](#org024f908) |
| 4 | +- [Development](#org9f1cfff) |
5 | 5 |
|
6 | 6 | <!-- This file is generated automatically from metadata --> |
7 | 7 | <!-- File edits may be overwritten! --> |
8 | 8 |
|
9 | 9 |
|
10 | | -<a id="org887b495"></a> |
| 10 | +<a id="org0358e8a"></a> |
11 | 11 |
|
12 | 12 | # About |
13 | 13 |
|
14 | 14 | ```markdown |
15 | 15 | - Python Package Name: arena_interface |
16 | 16 | - Description: Python interface to the Reiser lab ArenaController. |
17 | | -- Version: 5.0.0 |
| 17 | +- Version: 5.1.0 |
18 | 18 | - Python Version: 3.11 |
19 | | -- Release Date: 2025-11-05 |
| 19 | +- Release Date: 2026-03-04 |
20 | 20 | - Creation Date: 2023-10-17 |
21 | 21 | - License: BSD-3-Clause |
22 | 22 | - URL: https://github.com/janelia-python/arena_interface_python |
23 | 23 | - Author: Peter Polidoro |
24 | 24 | - Email: peter@polidoro.io |
25 | | -- Copyright: 2025 Howard Hughes Medical Institute |
| 25 | +- Copyright: 2026 Howard Hughes Medical Institute |
26 | 26 | - References: |
27 | 27 | - https://github.com/janelia-arduino/ArenaController |
28 | 28 | - Dependencies: |
|
32 | 32 | ``` |
33 | 33 |
|
34 | 34 |
|
35 | | -<a id="orgbe7894f"></a> |
| 35 | +<a id="org597a0fd"></a> |
36 | 36 |
|
37 | 37 | # Example Usage |
38 | 38 |
|
@@ -147,8 +147,14 @@ Options: |
147 | 147 | arena-interface switch-grayscale 0 # 0=binary, 1=grayscale |
148 | 148 | ``` |
149 | 149 |
|
| 150 | +3. benchmarking |
150 | 151 |
|
151 | | -<a id="org28738b5"></a> |
| 152 | + ```sh |
| 153 | + python -m arena_interface.cli --ethernet 192.168.x.x bench --stream-path my.pattern |
| 154 | + ``` |
| 155 | + |
| 156 | + |
| 157 | +<a id="org024f908"></a> |
152 | 158 |
|
153 | 159 | # Installation |
154 | 160 |
|
@@ -202,7 +208,7 @@ make guix-container |
202 | 208 |
|
203 | 209 | Udev may be used to detect when a device is plugged into the computer and automatically give permission to open that device. |
204 | 210 |
|
205 | | - If you plug a sensor into your computer and attempt to open it and get an error such as: "FATAL: cannot open /dev/ttyACM0: Permission denied", then you need to install udev rules to give permission to open that device. |
| 211 | + If you plug a sensor into your computer and attempt to open it and get an error such as: “FATAL: cannot open /dev/ttyACM0: Permission denied”, then you need to install udev rules to give permission to open that device. |
206 | 212 |
|
207 | 213 | Udev rules may be downloaded as a file and placed in the appropriate directory using these instructions: |
208 | 214 |
|
@@ -273,7 +279,7 @@ The Python code in this library may be installed in any number of ways, chose on |
273 | 279 | ``` |
274 | 280 |
|
275 | 281 |
|
276 | | -<a id="org015afca"></a> |
| 282 | +<a id="org9f1cfff"></a> |
277 | 283 |
|
278 | 284 | # Development |
279 | 285 |
|
|
0 commit comments