1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-22 11:07:41 +00:00

If dump_filename points to a non-existing folder, try to create it

This commit is contained in:
Carles Fernandez
2021-09-24 16:52:13 +02:00
parent f05ab2c410
commit 48b62e9585
2 changed files with 37 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ All notable changes to GNSS-SDR will be documented in this file.
`TelemetryDecoder_XX.dump_crc_stats_filename=./crc_stats` in the configuration
file. At the end of the processing (or exiting with `q` + `[Enter]`), the CRC
check success rate will be reported in a file.
- The `UHD_Signal_Source` learned to dump data in folders that do not exist,
*e.g.*, if `SignalSource.dump=true`,
`SignalSource.dump_filename=./non-existing/data.dat`, and the `non-existing`
folder does not exist, it will be created if the running user has writing
permissions. This also works for absolute paths.
See the definitions of concepts and metrics at
https://gnss-sdr.org/design-forces/