Skip to content

Commit

Permalink
Fix README.md again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeZiminski committed Oct 16, 2023
1 parent d17393d commit 7ad3e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Example usage
# lazy-loading of subsets of the data is also possible
with ws.PyWaveSurferData('path/to/file.h5', format_string="double") as wavesurfer_file:
sweep_1_subset = wavesurfer_file.get_traces(segment_index=0, start_frame=0, end_frame=500)
sweep_2_subset = wavesurfer_file.get_traces(segment_index=1, start_frame=1, end_frame=500)
sweep_2_subset = wavesurfer_file.get_traces(segment_index=1, start_frame=0, end_frame=500)
Description of the content can be found in the documentation
`here <https://wavesurfer.janelia.org/manual-0.945/index.html#reading-acquired-data>`_.
Expand Down

0 comments on commit 7ad3e22

Please sign in to comment.