Skip to content

Commit

Permalink
Merge pull request #3143 from alejoe91/analyse-to-analyze
Browse files Browse the repository at this point in the history
analyse -> analyze in Neuropixels docs
  • Loading branch information
alejoe91 authored Jul 5, 2024
2 parents f800954 + 6257dfa commit 18c1674
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Analyse Neuropixels datasets
Analyze Neuropixels datasets
============================

This example shows how to perform Neuropixels-specific analysis,
Expand Down Expand Up @@ -218,7 +218,7 @@ We need to specify which one to read:
.. image:: analyse_neuropixels_files/analyse_neuropixels_8_1.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_8_1.png


Preprocess the recording
Expand Down Expand Up @@ -286,7 +286,7 @@ is lazy, so you can change the previsous cell (parameters, step order,
.. image:: analyse_neuropixels_files/analyse_neuropixels_13_0.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_13_0.png


.. code:: ipython3
Expand All @@ -306,7 +306,7 @@ is lazy, so you can change the previsous cell (parameters, step order,
.. image:: analyse_neuropixels_files/analyse_neuropixels_14_1.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_14_1.png


Should we save the preprocessed data to a binary file?
Expand Down Expand Up @@ -389,7 +389,7 @@ Noise levels can be estimated on the scaled traces or on the raw
.. image:: analyse_neuropixels_files/analyse_neuropixels_21_1.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_21_1.png


Detect and localize peaks
Expand Down Expand Up @@ -480,7 +480,7 @@ documentation for motion estimation and correction for more details.
.. image:: analyse_neuropixels_files/analyse_neuropixels_26_1.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_26_1.png


.. code:: ipython3
Expand All @@ -502,7 +502,7 @@ documentation for motion estimation and correction for more details.
.. image:: analyse_neuropixels_files/analyse_neuropixels_27_1.png
.. image:: analyze_neuropixels_files/analyze_neuropixels_27_1.png


Run a spike sorter
Expand Down
2 changes: 1 addition & 1 deletion doc/how_to/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Guides on how to solve specific, short problems in SpikeInterface. Learn how to.

viewers
handle_drift
analyse_neuropixels
analyze_neuropixels
load_matlab_data
combine_recordings
process_by_channel_group
Expand Down

0 comments on commit 18c1674

Please sign in to comment.