From e2412a30d4192c51d35b8de2c55ec10c8d08afba Mon Sep 17 00:00:00 2001 From: akmaily Date: Sun, 26 May 2024 09:21:48 +0200 Subject: [PATCH] _ should not be there --- OmniView.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OmniView.tex b/OmniView.tex index 7325237..0607619 100644 --- a/OmniView.tex +++ b/OmniView.tex @@ -199,7 +199,7 @@ \subsubsection{Save Window} \item \textbf{Saving Path:} Users can choose a default path, manually enter a path, or select a path using a file browser. \item \textbf{Device Selection:} Users can select devices to save via a drop-down menu. \item \textbf{Additional Information:} Users can input the vehicle information (VIN, mileage) and select a vehicle type. Additionally they can input a measurement name. -\item \textbf{Save or Cancel:} Users can either save the settings or cancel the menu. The data should be saved under the input path, as measurementname_omnAIscopeID. +\item \textbf{Save or Cancel:} Users can either save the settings or cancel the menu. The data should be saved under the input path, as measurementname-omnAIscopeID. \item \textbf{Saved file:} The saved file should be a .csv file. In the first line the metadata as well as the omnAIScopeID and the sampling rate should be saved. Under that the waveform should be saved. \end{itemize}