Skip to content

Commit

Permalink
Update docs/best_practices/ecephys.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Dichter <[email protected]>
  • Loading branch information
alessandratrapani and bendichter authored Sep 26, 2023
1 parent 673cfb0 commit 4a44c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best_practices/ecephys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ Check function: :py:meth:`~nwbinspector.checks.ecephys.check_spike_times_not_in_
Ascending Spike Times
~~~~~~~~~~~~~~~~~~~~~

All spike times should be sorted in ascending order. Spike times may reset to zero about halfway through. This can happen if the spikes are not properly aligned with the ``timestamps_reference_time`` of the :ref:`nwb-schema:sec-NWBFile`.
All spike times should be sorted in ascending order. If they reset to zero, this can be a sign that spikes are not properly aligned with the ``timestamps_reference_time`` of the :ref:`nwb-schema:sec-NWBFile`.

Check function: :py:meth:`~nwbinspector.checks.ecephys.check_ascending_spike_times`

0 comments on commit 4a44c27

Please sign in to comment.