|
| 1 | +.. This page provides a custom index to the 'Tutorials' page, rather than the default sphinx-gallery |
| 2 | +.. generated page. The benefits of this are flexibility in design and inclusion of non-sphinx files in the index. |
| 3 | +.. |
| 4 | +.. To update this index with a new documentation page |
| 5 | +.. 1) Copy the grid-item-card and associated ".. raw:: html" section. |
| 6 | +.. 2) change :link: to a link to your page. If this is an `.rst` file, point to the rst file directly. |
| 7 | +.. If it is a sphinx-gallery generated file, format the path as separated by underscore and prefix `sphx_glr`, |
| 8 | +.. pointing to the .py file. e.g. `tutorials/my/page.py` -> `sphx_glr_tutorials_my_page.py |
| 9 | +.. 3) Change :img-top: to point to the thumbnail image of your choosing. You can point to images generated |
| 10 | +.. in the sphinx gallery page if you wish. |
| 11 | +.. 4) In the `html` section, change the `default-title` to your pages title and `hover-content` to the subtitle. |
| 12 | +
|
| 13 | +:orphan: |
| 14 | + |
| 15 | +Tutorials |
| 16 | +============ |
| 17 | + |
| 18 | +Longer form tutorials about using SpikeInterface. Many of these are downloadable |
| 19 | +as notebooks or Python scripts so that you can "code along" with the tutorials. |
| 20 | + |
| 21 | +If you're new to SpikeInterface, we recommend trying out the |
| 22 | +:ref:`get_started/quickstart:Quickstart tutorial` first. |
| 23 | + |
| 24 | +Updating from legacy |
| 25 | +-------------------- |
| 26 | + |
| 27 | +.. toctree:: |
| 28 | + :maxdepth: 1 |
| 29 | + |
| 30 | + tutorials/waveform_extractor_to_sorting_analyzer |
| 31 | + |
| 32 | +Core tutorials |
| 33 | +-------------- |
| 34 | + |
| 35 | +These tutorials focus on the :py:mod:`spikeinterface.core` module. |
| 36 | + |
| 37 | +.. grid:: 1 2 2 3 |
| 38 | + :gutter: 2 |
| 39 | + |
| 40 | + .. grid-item-card:: Recording objects |
| 41 | + :link-type: ref |
| 42 | + :link: sphx_glr_tutorials_core_plot_1_recording_extractor.py |
| 43 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_1_recording_extractor_thumb.png |
| 44 | + :img-alt: Recording objects |
| 45 | + :class-card: gallery-card |
| 46 | + :text-align: center |
| 47 | + |
| 48 | + .. grid-item-card:: Sorting objects |
| 49 | + :link-type: ref |
| 50 | + :link: sphx_glr_tutorials_core_plot_2_sorting_extractor.py |
| 51 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_2_sorting_extractor_thumb.png |
| 52 | + :img-alt: Sorting objects |
| 53 | + :class-card: gallery-card |
| 54 | + :text-align: center |
| 55 | + |
| 56 | + .. grid-item-card:: Handling probe information |
| 57 | + :link-type: ref |
| 58 | + :link: sphx_glr_tutorials_core_plot_3_handle_probe_info.py |
| 59 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_3_handle_probe_info_thumb.png |
| 60 | + :img-alt: Handling probe information |
| 61 | + :class-card: gallery-card |
| 62 | + :text-align: center |
| 63 | + |
| 64 | + .. grid-item-card:: SortingAnalyzer |
| 65 | + :link-type: ref |
| 66 | + :link: sphx_glr_tutorials_core_plot_4_sorting_analyzer.py |
| 67 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_4_sorting_analyzer_thumb.png |
| 68 | + :img-alt: SortingAnalyzer |
| 69 | + :class-card: gallery-card |
| 70 | + :text-align: center |
| 71 | + |
| 72 | + .. grid-item-card:: Append and/or concatenate segments |
| 73 | + :link-type: ref |
| 74 | + :link: sphx_glr_tutorials_core_plot_5_append_concatenate_segments.py |
| 75 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_5_append_concatenate_segments_thumb.png |
| 76 | + :img-alt: Append/Concatenate segments |
| 77 | + :class-card: gallery-card |
| 78 | + :text-align: center |
| 79 | + |
| 80 | + .. grid-item-card:: Handle time information |
| 81 | + :link-type: ref |
| 82 | + :link: sphx_glr_tutorials_core_plot_6_handle_times.py |
| 83 | + :img-top: /tutorials/core/images/thumb/sphx_glr_plot_6_handle_times_thumb.png |
| 84 | + :img-alt: Handle time information |
| 85 | + :class-card: gallery-card |
| 86 | + :text-align: center |
| 87 | + |
| 88 | +Extractors tutorials |
| 89 | +-------------------- |
| 90 | + |
| 91 | +The :py:mod:`spikeinterface.extractors` module is designed to load and save recorded and sorted data, and to handle probe information. |
| 92 | + |
| 93 | +.. grid:: 1 2 2 3 |
| 94 | + :gutter: 2 |
| 95 | + |
| 96 | + .. grid-item-card:: Read various formats |
| 97 | + :link-type: ref |
| 98 | + :link: sphx_glr_tutorials_extractors_plot_1_read_various_formats.py |
| 99 | + :img-top: /tutorials/extractors/images/thumb/sphx_glr_plot_1_read_various_formats_thumb.png |
| 100 | + :img-alt: Read various formats |
| 101 | + :class-card: gallery-card |
| 102 | + :text-align: center |
| 103 | + |
| 104 | + .. grid-item-card:: Working with unscaled traces |
| 105 | + :link-type: ref |
| 106 | + :link: sphx_glr_tutorials_extractors_plot_2_working_with_unscaled_traces.py |
| 107 | + :img-top: /tutorials/extractors/images/thumb/sphx_glr_plot_2_working_with_unscaled_traces_thumb.png |
| 108 | + :img-alt: Unscaled traces |
| 109 | + :class-card: gallery-card |
| 110 | + :text-align: center |
| 111 | + |
| 112 | +Quality metrics tutorial |
| 113 | +------------------------ |
| 114 | + |
| 115 | +The :code:`spikeinterface.qualitymetrics` module allows users to compute various quality metrics to assess the goodness of a spike sorting output. |
| 116 | + |
| 117 | +.. grid:: 1 2 2 3 |
| 118 | + :gutter: 2 |
| 119 | + |
| 120 | + .. grid-item-card:: Quality Metrics |
| 121 | + :link-type: ref |
| 122 | + :link: sphx_glr_tutorials_qualitymetrics_plot_3_quality_mertics.py |
| 123 | + :img-top: /tutorials/qualitymetrics/images/thumb/sphx_glr_plot_3_quality_mertics_thumb.png |
| 124 | + :img-alt: Quality Metrics |
| 125 | + :class-card: gallery-card |
| 126 | + :text-align: center |
| 127 | + |
| 128 | + .. grid-item-card:: Curation Tutorial |
| 129 | + :link-type: ref |
| 130 | + :link: sphx_glr_tutorials_qualitymetrics_plot_4_curation.py |
| 131 | + :img-top: /tutorials/qualitymetrics/images/thumb/sphx_glr_plot_4_curation_thumb.png |
| 132 | + :img-alt: Curation Tutorial |
| 133 | + :class-card: gallery-card |
| 134 | + :text-align: center |
| 135 | + |
| 136 | +Comparison tutorial |
| 137 | +------------------- |
| 138 | + |
| 139 | +The :code:`spikeinterface.comparison` module allows you to compare sorter outputs or benchmark against ground truth. |
| 140 | + |
| 141 | +.. grid:: 1 2 2 3 |
| 142 | + :gutter: 2 |
| 143 | + |
| 144 | + .. grid-item-card:: Sorter Comparison |
| 145 | + :link-type: ref |
| 146 | + :link: sphx_glr_tutorials_comparison_plot_5_comparison_sorter_weaknesses.py |
| 147 | + :img-top: /tutorials/comparison/images/thumb/sphx_glr_plot_5_comparison_sorter_weaknesses_thumb.png |
| 148 | + :img-alt: Sorter Comparison |
| 149 | + :class-card: gallery-card |
| 150 | + :text-align: center |
| 151 | + |
| 152 | +Widgets tutorials |
| 153 | +----------------- |
| 154 | + |
| 155 | +The :code:`widgets` module contains several plotting routines (widgets) for visualizing recordings, sorting data, probe layout, and more. |
| 156 | + |
| 157 | +.. grid:: 1 2 2 3 |
| 158 | + :gutter: 2 |
| 159 | + |
| 160 | + .. grid-item-card:: RecordingExtractor Widgets |
| 161 | + :link-type: ref |
| 162 | + :link: sphx_glr_tutorials_widgets_plot_1_rec_gallery.py |
| 163 | + :img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_1_rec_gallery_thumb.png |
| 164 | + :img-alt: Recording Widgets |
| 165 | + :class-card: gallery-card |
| 166 | + :text-align: center |
| 167 | + |
| 168 | + .. grid-item-card:: SortingExtractor Widgets |
| 169 | + :link-type: ref |
| 170 | + :link: sphx_glr_tutorials_widgets_plot_2_sort_gallery.py |
| 171 | + :img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_2_sort_gallery_thumb.png |
| 172 | + :img-alt: Sorting Widgets |
| 173 | + :class-card: gallery-card |
| 174 | + :text-align: center |
| 175 | + |
| 176 | + .. grid-item-card:: Waveforms Widgets |
| 177 | + :link-type: ref |
| 178 | + :link: sphx_glr_tutorials_widgets_plot_3_waveforms_gallery.py |
| 179 | + :img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_3_waveforms_gallery_thumb.png |
| 180 | + :img-alt: Waveforms Widgets |
| 181 | + :class-card: gallery-card |
| 182 | + :text-align: center |
| 183 | + |
| 184 | + .. grid-item-card:: Peaks Widgets |
| 185 | + :link-type: ref |
| 186 | + :link: sphx_glr_tutorials_widgets_plot_4_peaks_gallery.py |
| 187 | + :img-top: /tutorials/widgets/images/thumb/sphx_glr_plot_4_peaks_gallery_thumb.png |
| 188 | + :img-alt: Peaks Widgets |
| 189 | + :class-card: gallery-card |
| 190 | + :text-align: center |
| 191 | + |
| 192 | +Download All Examples |
| 193 | +--------------------- |
| 194 | + |
| 195 | +- :download:`Download all examples in Python source code </tutorials/tutorials_python.zip>` |
| 196 | +- :download:`Download all examples in Jupyter notebooks </tutorials/tutorials_jupyter.zip>` |
0 commit comments