-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to version to 1.1.8. Now uses the Laser Controller as Supervi…
…sor. Fixes the deadlock that prevents the application from exiting properly.
- Loading branch information
Christoph Schmidt
committed
Sep 13, 2024
1 parent
b53f74c
commit 2dda736
Showing
9 changed files
with
297 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# - Configuration file stored 2024-07-31 15:06:57.834858 - | ||
# - Configuration file stored 2024-09-13 12:23:31.370031 - | ||
CaptDeviceConfig: #!!python/object:controller.CaptDeviceConfig | ||
selected_device_index: 0 # Selected device: Selected device from the device list provided by the DreamWaves API. | ||
sample_rate: 500 # Sample rate: Sample rate of the device | ||
streaming_rate: 500 # Streaming rate: Streaming rate in Hz (should be below 1kHz) | ||
ain_channel: <1>[(0, 'Channel 0'), (1, 'Channel 1')]> # -> 1 # Analog In Channel: Analog in channel. Defines which channel is used for capturing. | ||
ain_channel: <0>[(0, 'Channel 0'), (1, 'Channel 1')]> # -> 0 # Analog In Channel: Analog in channel. Defines which channel is used for capturing. | ||
show_simulator: True # Show Simulators: Show available simulators in the device list provided by the DreamWaves API. | ||
streaming_history: <8>[(100, '100 ms'), (200, '200 ms'), (500, '500 ms'), (1000, '1 s'), (2000, '2 s'), (5000, '5 s'), (10000, '10 s'), (20000, '20 s'), (30000, '30 s')]> # -> 30000 # Streaming history: Defines the range of the stream in ms | ||
streaming_history: <3>[(100, '100 ms'), (200, '200 ms'), (500, '500 ms'), (1000, '1 s'), (2000, '2 s'), (5000, '5 s'), (10000, '10 s'), (20000, '20 s'), (30000, '30 s')]> # -> 1000 # Streaming history: Defines the range of the stream in ms |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ packages = ["src/ADScopeControl"] | |
|
||
[project] | ||
name = "PyADScopeControl" | ||
version = "1.1.7" | ||
version = "1.1.8" | ||
authors = [ | ||
{ name="Christoph Schmidt", email="[email protected]" }, | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
src/ADScopeControl/controller/mp_AD2Capture/MPCaptDeviceSceleton.py
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.