Skip to content

Commit

Permalink
Merge pull request #2622 from naterenegar/patch-1
Browse files Browse the repository at this point in the history
Update get_started.rst with info for reloading saved binaries
  • Loading branch information
alejoe91 authored Mar 25, 2024
2 parents 263c1ec + 32c86e0 commit bd3a617
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/how_to/get_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ object to disk.
BinaryFolderRecording: 32 channels - 32.0kHz - 1 segments - 320,000 samples - 10.00s
float32 dtype - 39.06 MiB
To reload a preprocessed recording that was saved to disk, you can use ``load_extractor()`` function from the ``core`` module.

Now you are ready to spike sort using the ``spikeinterface.sorters``
module! Let’s first check which sorters are implemented and which are
Expand Down
2 changes: 2 additions & 0 deletions examples/how_to/get_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@
print(recording_preprocessed)
# -

# To reload a preprocessed recording that was saved to disk, you can use `load_extractor()` function from the `core` module.
#
# Now you are ready to spike sort using the `spikeinterface.sorters` module!
# Let's first check which sorters are implemented and which are installed

Expand Down

0 comments on commit bd3a617

Please sign in to comment.