tomojitakasu / RTKLIB_bin

301 stars 220 forks source link

rtkplot 2.4.3 b34 read obs or eph error #14

Open happyatan opened 3 years ago

happyatan commented 3 years ago

image image Image 1 shows reading obs error image 2 shows reading eph error

tomojitakasu commented 3 years ago

For the second case, refer support info No.150.

http://www.rtklib.com/rtklib_support.htm

For the first case, show more detailed conditions or upload data causing the trouble.

happyatan commented 3 years ago

The data for the first case Test006F.zip

happyatan commented 3 years ago

@tomojitakasu

tomojitakasu commented 3 years ago

Thanks.

For the first case, the input RINEX OBS file Test006F.21O is invalid.

The 8th data filed of line 88 should be SNR (S1I) according to the header OBS TYPES but seems to indicate a carrier phase datum. When reading the field, RTKLIB raises a numerical overflow exception in converting it to an internal 16bit SNR value. Header line 15 should be corrected.

happyatan commented 3 years ago

Thanks. You are right. I have another problem. In the vision of DOP/Nsat, the upper limit of nsat is 30. When a obs file contains four systems, the number of sat can easily exceed 30. Could you enlarge the upper limit of Nsat?

image

genarks commented 3 years ago

You can increase it from "Max NSAT/DOP" in the Options dialog in rtkplot.

happyatan commented 3 years ago

I get it, thanks!