Skip to content

Commit

Permalink
Tidied up version with something approaching final parameters used fo…
Browse files Browse the repository at this point in the history
…r example.
  • Loading branch information
JoeZiminski committed Jun 25, 2024
1 parent e681b34 commit 7f292a1
Show file tree
Hide file tree
Showing 18 changed files with 539 additions and 476 deletions.
Binary file modified doc/long_tutorials/handle_drift/handle_drift_jupyter.zip
Binary file not shown.
Binary file modified doc/long_tutorials/handle_drift/handle_drift_python.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions doc/long_tutorials/handle_drift/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ sphinx-gallery generates.
.. raw:: html

<div class="sphx-glr-thumbcontainer" tooltip="When running in vivo electrophysiology recordings, movement of the probe is an inevitability, e...">
<div class="sphx-glr-thumbcontainer" tooltip="Probe movement is an inevitability when running in vivo electrophysiology recordings. Motion, c...">

.. only:: html

Expand All @@ -35,7 +35,7 @@ sphinx-gallery generates.

.. raw:: html

<div class="sphx-glr-thumbnail-title">Handle motion/drift with spikeinterface NEW</div>
<div class="sphx-glr-thumbnail-title">Handle probe drift with spikeinterface NEW</div>
</div>


Expand Down
55 changes: 31 additions & 24 deletions doc/long_tutorials/handle_drift/plot_handle_drift.ipynb

Large diffs are not rendered by default.

291 changes: 156 additions & 135 deletions doc/long_tutorials/handle_drift/plot_handle_drift.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/long_tutorials/handle_drift/plot_handle_drift.py.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cd1c4127974a165746a9b0c262f77f10
35eece93960ca929da80e5c0f8e7c683
371 changes: 192 additions & 179 deletions doc/long_tutorials/handle_drift/plot_handle_drift.rst

Large diffs are not rendered by default.

Binary file modified doc/long_tutorials/handle_drift/plot_handle_drift_codeobj.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions doc/long_tutorials/handle_drift/sg_execution_times.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Computation times
=================
**02:00.428** total execution time for 1 file **from long_tutorials/handle_drift**:
**17:42.989** total execution time for 1 file **from long_tutorials/handle_drift**:

.. container::

Expand All @@ -33,5 +33,5 @@ Computation times
- Time
- Mem (MB)
* - :ref:`sphx_glr_long_tutorials_handle_drift_plot_handle_drift.py` (``plot_handle_drift.py``)
- 02:00.428
- 17:42.989
- 0.0
1 change: 1 addition & 0 deletions doc/references.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ If you use one of the following preprocessing methods, please cite the appropria
- :code:`detect_bad_channels(method='coherence+psd')` [IBL]_
- :code:`common_reference` [Rolston]_

.. _cite-motion-correction:
Motion Correction
^^^^^^^^^^^^^^^^^
If you use the :code:`correct_motion` method in the preprocessing module, please cite [Garcia]_
Expand Down
287 changes: 154 additions & 133 deletions examples/long_tutorials/handle_drift/plot_handle_drift.py

Large diffs are not rendered by default.

0 comments on commit 7f292a1

Please sign in to comment.