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. 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 -------