Skip to content

Update Exploring-the-user-interface.rst #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/Tutorials/Data-Synchronization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ If your data streams are not synchronizing, there are a few things to check:
Loading and Processing
######################

As of GUI v0.6.x, synchronized timestamps for the `Binary Format <https://open-ephys.github.io/gui-docs/User-Manual/Recording-data/Binary-format.html>`__ are written to :code:`timestamps.npy`, while the original sample numbers for each stream are found in :code:`sample_numbers.npy`.
As of GUI v0.6.x, synchronized timestamps for the `Binary Format <https://open-ephys.github.io/gui-docs/User-Manual/Data-formats/Binary-format.html>`__ are written to :code:`timestamps.npy`, while the original sample numbers for each stream are found in :code:`sample_numbers.npy`.

The :code:`timestamps.npy` for continuous, events, and spike data contains one float timestamp (in seconds) for every integer timestamp (in sample number) found in the corresponding :code:`sample_numbers.npy` file. The :code:`timestamps.npy` file provides a common time base to which timestamps belonging to the corresponding stream are mapped to.

Expand Down
2 changes: 1 addition & 1 deletion source/User-Manual/Exploring-the-user-interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Every action taken by the user is logged to a file, along with additional inform
Linux
------

Log files are written to :code:`/home/<username>/open-ephys/configs-api10`
Log files are written to :code:`/home/<username>/.config/open-ephys/configs-api10`

macOS
-------
Expand Down