tomojitakasu / RTKLIB

2.58k stars 1.63k forks source link

readsp3 error #574

Open xinhaohao opened 3 years ago

xinhaohao commented 3 years ago

in preceph.c line 275: if (!strstr(ext+1,"sp3")&&!strstr(ext+1,".SP3")&& !strstr(ext+1,"eph")&&!strstr(ext+1,".EPH")) continue; when sp3 file end with .SP3 OR .EPH, it will jump over the file.

in preceph.c line 82 readsp3h: ns=(int)str2num(buff,3,3); when ns>100, error will occur in readsp3b