tomojitakasu / RTKLIB

2.58k stars 1.63k forks source link

"local time" in the function "ionmodel" #546

Open xuebao1942 opened 4 years ago

xuebao1942 commented 4 years ago

I'm confused why not use "local time" in the function "ionmodel" according to the code as bellow:

/ local time (s) / tt=43200.0lam+time2gpst(t,&week); tt-=floor(tt/86400.0)86400.0; / 0<=tt<86400 /

It seems like the time2gpst outputs UTC time.

tomojitakasu commented 3 years ago

I think your suggestion is better. But IS-GPS defines the model by using GPS time (IS-GPS-200K, Figure 20-4) and there is no difference within the accuracy of the model.