Hello,
I've been digging into the code to figure out which frequencies of each constellation is used depending on the pos1-frequency parameter.
I found code2idx, and which each subfunction (for each constellation), I can understand which observation code is associated with the L1, L2, L5, L6, L7 options of pos1-frequency.
I've however found a mismatch. The comment for code2idx says that the L5 frequency of SBAS should return the code 2, but code2freq_SBS actually returns 1 for L5. This means that the SBAS L5 band is used when selecting L1+L2 for pos1-frequency, right? Is this intentional? Is the code wrong, or the comment?
Thanks in advance for the clarification!
Hello,
I've been digging into the code to figure out which frequencies of each constellation is used depending on the
pos1-frequencyparameter.I found
code2idx, and which each subfunction (for each constellation), I can understand which observation code is associated with the L1, L2, L5, L6, L7 options ofpos1-frequency.I've however found a mismatch. The comment for
code2idxsays that the L5 frequency of SBAS should return the code 2, butcode2freq_SBSactually returns 1 for L5. This means that the SBAS L5 band is used when selecting L1+L2 forpos1-frequency, right? Is this intentional? Is the code wrong, or the comment?Thanks in advance for the clarification!