From 56522f5478aeb75a558641208051a280ff57e29d Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Tue, 15 Jul 2025 17:44:19 -0700 Subject: [PATCH 1/2] Update Exploring-the-user-interface.rst Fix config file location on Linux --- source/User-Manual/Exploring-the-user-interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/User-Manual/Exploring-the-user-interface.rst b/source/User-Manual/Exploring-the-user-interface.rst index 4393d99..7764471 100644 --- a/source/User-Manual/Exploring-the-user-interface.rst +++ b/source/User-Manual/Exploring-the-user-interface.rst @@ -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//open-ephys/configs-api10` +Log files are written to :code:`/home//.config/open-ephys/configs-api10` macOS ------- From df11bee90025d2bece1b75fb3c2733e622aebe7c Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Tue, 15 Jul 2025 17:48:47 -0700 Subject: [PATCH 2/2] Update Data-Synchronization.rst Fix link --- source/Tutorials/Data-Synchronization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Tutorials/Data-Synchronization.rst b/source/Tutorials/Data-Synchronization.rst index 65db0d5..4a0320b 100644 --- a/source/Tutorials/Data-Synchronization.rst +++ b/source/Tutorials/Data-Synchronization.rst @@ -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 `__ 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 `__ 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.