mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-09-16 22:21:23 +00:00
Remove references to the data folder
This commit is contained in:
@@ -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/
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user