Hello, I’m a students with a undergrade thesis with a topic about STRF. I am observing three satellites (Cubesat XI-IV, Saudisat 1C, and LAPAN-A2) to estimate their orbit using Doppler observation and strf.
With LAPAN-A2, I get a TLE with very close number with that of reference TLE. But with Cubesat XI-IV and Saudisat 1C, I get mean anomaly number that is very different with the reference number (and get error when I checked with TLE validator.
Here one of the sample that I took from an observation on 25th April 2026:
Is there any explanation for that or a step that I missed on strf? It only happened after I updated the epoch on strf but not when I didn’t update it. The Cubesat XI-IV also has similar issue but not with LAPAN-A2.
Any help or input would be appreciated.
Thank you!
You can see the Mean Anomaly value differs very much from the reference. If I fit the data first then the epoch, then the Ascending Node value will differ very much.
If I may, what is the correct step to fit the data, I may miss something as different step resulting with different value.
The mean anomaly represents the position of the satellite in the orbit at epoch. So if you change the epoch you should expect mean anomaly to change. Quick calculation:
your epochs are 26115.3876 - 26115.2188 = ~0.169d apart
with a mean motion of ~14.829 rev/day, that means (assuming a circular orbit) you have moved 14.829 * 0.169 * 360° = 902°
87° + 902° = 989°
that wraps to 989° - 2 * 360° = 269°
So a mean anomaly of 266.71° is pretty close to what I would expect.
Regarding RAAN I can’t tell you why there is a difference. But I don’t think you can reliably fit RAAN with measurements from only a single pass.
Thank you for the calculation, that’s really make sense. After I plot the orbital parameter on python and orbitron, it looks more clear. I think its normal for a different epoch time to generate different mean anomaly value.
Thank you for your input, I didn’t think that step can really make that difference on the end TLE value. I thought more dots/measurement will result a better data.
Wow, this tools is really usefull. It helped to visually reassure that the TLE is “correct” compared to observations on satnogs station.
Sorry for late reply , but thank you very much for all the explanations. For now its clear but I’ll probably ask again in the future