Remove references to the data folder

This commit is contained in:
Carles Fernandez
2024-10-04 19:43:07 +02:00
parent b5a5b9a298
commit 2a98217f25
91 changed files with 303 additions and 301 deletions
+2
View File
@@ -121,6 +121,8 @@ All notable changes to GNSS-SDR will be documented in this file.
- The empty `build` and `data` folders have been removed. Users can create a
building folder using `mkdir build` or by having CMake handle it:
`cmake -S . -B build`.
- All default names for dump or input files starting with `../data/<filename>`
have been changed to `./<filename>`.
See the definitions of concepts and metrics at
https://gnss-sdr.org/design-forces/
+1 -1
View File
@@ -212,7 +212,7 @@ and we will be happy to upload it to the server.
You can use a single configuration file for processing
different data files, specifying the file to be processed with the <tt>--signal_source</tt> flag:
\verbatim
$ gnss-sdr --config_file=../conf/my_receiver.conf --signal_source=../data/my_captured_data.dat
$ gnss-sdr --config_file=../conf/my_receiver.conf --signal_source=./my_captured_data.dat
\endverbatim
This will override the <tt>SignalSource.filename</tt> specified in the configuration file.