You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-16Lines changed: 18 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
This package offers the serial interface for communication with an EIT device from ScioSpec. Commands can be written serially and the system response can be read out. With the current version, it is possible to start and stop measurements with defined burst counts and to read out the measurement data. In addition, the measurement data is packed into a data class for better further processing.
4
4
5
-
**WIP** Communication with ISX-3
6
-
7
5
## Installation
8
6
9
7
### Windows: USB Driver Setup
@@ -18,6 +16,19 @@ To communicate with the Sciospec instrument over USB on Windows, you must instal
18
16
> To restore the original behavior, you will need to uninstall the driver manually.
19
17
> *(This rollback process has not been fully tested.)*
20
18
19
+
20
+
### Linux/Unix Platforms
21
+
22
+
Clone the repository, then create and activate the Conda environment:
@@ -35,26 +46,17 @@ To communicate with the Sciospec instrument over USB on Windows, you must instal
35
46
36
47
---
37
48
38
-
### All Platforms
39
-
40
-
Clone the repository, then create and activate the Conda environment:
41
-
42
-
```bash
43
-
conda create --file environment.yml
44
-
conda activate sciopy
45
-
pip install -e .
46
-
```
47
-
48
-
49
-
50
-
51
49
52
50
## Contact
53
51
54
52
If you have any ideas or other suggestions, please don't hesitate to contact me.
55
53
56
54
Email: jacob.thoenes@uni-rostock.de
57
55
56
+
> [!TIP]
57
+
> I developed and tested this package on an Ubuntu/Linux system. If you encounter errors or issues on other operating systems and find a solution, you are welcome to contribute it to this repository.
0 commit comments