osqzss / gps-sdr-sim

Software-Defined GPS Signal Simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: no current set of ephemerides

powerae opened this issue · comments

Hi, I am trying to generate the bin file. A folder contains the gps-sdr-sim exe and the updated brdc file but still get the following error

" ERROR: No current set of ephemerides has been found. "

How to proceed ? what am I missing ?

commented

I assume you set "-t" option. Use "-T" instead.

Thank you for the response. I didnt use the any T or t parameters. are they necessary ?

commented

Please show the command line and the outputs on the console screen.

command line:
\Desktop\TEST\gps-sdr-sim -e brdc1640.23n -l -57.050345, 10.532051 -b 8

output :
Using static location mode.
Start time = 0/00/00,00:00:00 (0:0)
Duration = 300.0 [sec]
ERROR: No current set of ephemerides has been found.

commented

What is the RINEX version of the brdc1640.23n file? GPS-SDR-SIM can recognize only version 2.

commented

Please set latitude, longitude and hight with "-l" option without a space after comma. Run the software with only "-e" option and see how it goes.

the file was downloaded from here : https://cddis.nasa.gov/archive/gnss/data/daily/2023/brdc/
I think it said is rinex v2.
I tried again as with just -e and still the same output.

commented

I had no problem running the code with the same BRDC file. Please build the executable from the current master repository.

gps-sdr-sim

It worked ! This solved it . Thank you very much !