tomojitakasu / RTKLIB

2.58k stars 1.63k forks source link

Receiver antenna model error in func ppp_res()? #702

Open IamLittleMonster opened 2 years ago

IamLittleMonster commented 2 years ago

https://github.com/tomojitakasu/RTKLIB/blob/71db0ffa0d9735697c6adfd06fdf766d0e5ce807/src/rtkcmn.c#L3518 I'm not sure if there's a mistake in this line(func antmodel()). In my view, it should be " dant[i]=-dot(off,e,3)-(opt?interpvar(90.0-azel[1]*R2D,pcv->var[i]):0.0);".So, anyone can help me?