-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add first rmap and CEBRA example * add example cebra * rm files not available in main * Minor changes on top of mne_lsl merge * refactor * converted lsl example to .py file, shortend lsl tests ,added testing for lsl * add pypandoc install * add pypandoc to gitignore * adjustments in tests and changes in stream naming and stream auto detection * player not auto creating raw file when running * changed naming of player stream, debugging * added test for lsl data * debug data test * Cleanup test * Update nm_stream_offline.py merge imports Co-Authored-By: Toni M. Brotons <10654467+toni-neurosc@users.noreply.github.com> * Update nm_mnelsl_stream.py Added keyword for LSLStream wait till disconnect * changes in imports in tests, added docstrings in functions, added channel type as param for player * fix bug pandoc sphinx build * embedd html example link * adapt LSL example * add sphinx-gallery embedded CEBRA example * modify path for GH Actions documentation * delete dead code, change np.array_equal to np.allclose * fix path issue for running LSL documentation * change naming in lsl player, fixture for lsl player and lsl test * add thumbnail dor documentation * Add sleep command to not hog cpu * add support for raw files/paths/ data,sfreq in player * Update nm_IO.py - delete unused params in get bids data * fix read_BIDS unused parameters * Update __init__.py - fix matplotlib backend for mac * Update __init__.py fix import * fix platform import * fix platform import --------- Co-authored-by: timonmerk <timon.merk@charite.de> Co-authored-by: Antonio Martinez Brotons <10654467+toni-neurosc@users.noreply.github.com> Co-authored-by: Samed Rouven Vossberg <57455873+MateGram@users.noreply.github.com> Co-authored-by: timonmerk <timon.merk95@gmail.com>
- Loading branch information
1 parent
e1b2497
commit be695d1
Showing
32 changed files
with
10,112 additions
and
1,583 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
|
||
:orphan: | ||
|
||
.. _sphx_glr_sg_execution_times: | ||
|
||
|
||
Computation times | ||
================= | ||
**00:25.522** total execution time for 9 files **from all galleries**: | ||
|
||
.. container:: | ||
|
||
.. raw:: html | ||
|
||
<style scoped> | ||
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet" /> | ||
<link href="https://cdn.datatables.net/1.13.6/css/dataTables.bootstrap5.min.css" rel="stylesheet" /> | ||
</style> | ||
<script src="https://code.jquery.com/jquery-3.7.0.js"></script> | ||
<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script> | ||
<script src="https://cdn.datatables.net/1.13.6/js/dataTables.bootstrap5.min.js"></script> | ||
<script type="text/javascript" class="init"> | ||
$(document).ready( function () { | ||
$('table.sg-datatable').DataTable({order: [[1, 'desc']]}); | ||
} ); | ||
</script> | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
:class: table table-striped sg-datatable | ||
|
||
* - Example | ||
- Time | ||
- Mem (MB) | ||
* - :ref:`sphx_glr_auto_examples_plot_7_lsl_example.py` (``..\..\examples\plot_7_lsl_example.py``) | ||
- 00:25.497 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_8_cebra_example.py` (``..\..\examples\plot_8_cebra_example.py``) | ||
- 00:00.025 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_0_first_demo.py` (``..\..\examples\plot_0_first_demo.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_1_example_BIDS.py` (``..\..\examples\plot_1_example_BIDS.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_2_example_add_feature.py` (``..\..\examples\plot_2_example_add_feature.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_3_example_sharpwave_analysis.py` (``..\..\examples\plot_3_example_sharpwave_analysis.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_4_example_gridPointProjection.py` (``..\..\examples\plot_4_example_gridPointProjection.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_5_example_rmap_computing.py` (``..\..\examples\plot_5_example_rmap_computing.py``) | ||
- 00:00.000 | ||
- 0.0 | ||
* - :ref:`sphx_glr_auto_examples_plot_6_real_time_demo.py` (``..\..\examples\plot_6_real_time_demo.py``) | ||
- 00:00.000 | ||
- 0.0 |
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 |
---|---|---|
|
@@ -2,4 +2,3 @@ | |
|
||
Examples | ||
======== | ||
|
Oops, something went wrong.