Glonass prediction of SV orbit

MrIP

New member
Joined
May 27, 2011
Messages
2
Reaction score
0
Points
0
By the ICD published on official GLONASS web page I am writing C# code as library for the prediction GLONASS satellite position which is depends on published almanac. But my code works wrong and I don’t know where I have mistake.
So I would like to ask you whether exist some reference data (partial results of calculation of GLONASS SV position) described in official ICD document.

These reference data I want to use to compare my partial results which will help me to find out error that I have in my code.

Thanks a lot.
MrIP.
 
There could be TLEs for the Glonass Satellites, but these are not much different to the Glonass Almanac data, AFAIK.

I have some advanced knowledge about GPS and the message formats of GPS, WAAS and LAAS, but I only have some small knowledge about the differences between Glonass and GPS. What I remember was, that Glonass packed more computation effort into the satellites, so Glonass has much simpler receivers, but more complex satellite avionics.
 
Thank's a lot. I know Norad TLEs. That is I want to compare position of SV GLONASS. One, calculated from TLEs parameters and second, calculated from Glonass almanac.
So, I will looking for reference data more.

Thank's a lot again.
 
Back
Top