Closed sean10776 closed 11 months ago
Thanks for pointing these out. I understand item #1. but am struggling to completely understand item #2. If you were able to send me the exact code change you made and a sample observation file that demonstrates the problem, that would be very helpful. You can send it to me at rtklibexplorer@gmail.com
Copy that. I just sent the email.
I've just commited a fix based on your code suggestions. Re item #1, I've switched the priorities to match the new freq indices rather than restoring the previous freq indices
I found some issue at rinex 3.04 decoding and rtcm3 BDS decoding.
Issues
B6*
to2
andB5*
to3
, but thecodepris
bds freq 2 corresponds to B5's code type, and freq 3 corresponds to B3's code type.set_index
, butdecode_obsdata
set the freq index again. Additionally, assign postion in thedecode_obsdata
only assigns the pseudorange index, neglecting other indices such as carrier phase and snr. I found this issue by B2I and B1P observe by the same satellite at time.My Current Approach
B6*
to3
andB5*
to2
decode_obsdata
English is not my native language. If there are any misunderstandings or language errors, please feel free to inform me.