Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Streaming Timeseries example #469

Merged
merged 27 commits into from
Dec 16, 2024
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
fad9b45
init streaming example
droumis Dec 6, 2024
6e991af
remove notebook command
droumis Dec 6, 2024
633c566
fix nb name
droumis Dec 6, 2024
840fcad
remove unused mne_lsl.sample import
droumis Dec 6, 2024
ac269ef
remove unused imports
droumis Dec 6, 2024
5b62a04
apply black and isort
Dec 6, 2024
601ed17
update iframe cell
amaloney Dec 6, 2024
ba15b94
Markdown
amaloney Dec 6, 2024
d855e5f
fix non-terminating error
amaloney Dec 9, 2024
3d0767c
reduce periodic callback time
amaloney Dec 10, 2024
7ddc3ad
Merge branch 'main' into streaming-ts
droumis Dec 11, 2024
3992c20
clear nb outputs
maximlt Dec 11, 2024
625c4a8
fixes some PR comments
amaloney Dec 12, 2024
c20c915
fix hide-input cell tag
droumis Dec 14, 2024
30d43e0
update the intro to provide more neurosciency context
droumis Dec 14, 2024
1f5c910
add docstring explaining channel positions plot
droumis Dec 14, 2024
7e29868
add stream follow point
droumis Dec 14, 2024
0a494bf
add extensive explanation for requested streaming components
droumis Dec 14, 2024
7a0165f
add minimal app for key streaming components
droumis Dec 14, 2024
d335429
refactor to use param parameters
droumis Dec 14, 2024
31ab8fa
fix header img by unnesting from div
droumis Dec 14, 2024
6174cf8
clear nb
droumis Dec 14, 2024
a15128a
clarify minimal callback
droumis Dec 15, 2024
c07caa9
minor updates to minimal example
droumis Dec 16, 2024
735e9c8
remove-input instead of hide-input
maximlt Dec 16, 2024
71fd10d
move neuroscience cat up
maximlt Dec 16, 2024
8ec3407
lighten and simplify the warning message
maximlt Dec 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add stream follow point
droumis committed Dec 14, 2024
commit 7e298689d35f0749758c6818a3f9d8ea193a74dd
3 changes: 2 additions & 1 deletion streaming_timeseries/streaming_timeseries.ipynb
Original file line number Diff line number Diff line change
@@ -92,7 +92,8 @@
"The final application features:\n",
"- **Data Source Flexibility:** Stream data from LSL-compatible neural and physiological sensors.\n",
"- **Interactive Controls:** Buttons with state-based styling to start, pause, and stop data streams.\n",
"- **Real-Time Visualization:** Continuous updates and dynamic axis adjustments for seamless monitoring.\n",
"- **Real-Time Visualization:** Periodic updates and dynamic axis adjustments to preserve amplitude context during monitoring.\n",
"- **Return to Stream Follow:** Zooming or panning temporarily pauses the viewport's displayed range; clicking 'reset' restores the viewport range to follow the latest stream updates.\n",
"- **Sensor Position Display:** Additional plots linked to the data source for visualizing relative sensor positions or other data/metadata.\n",
"- **Extensibility:** Easily add real-time analytics, such as event detection, to the workflow.\n",
"\n",