demiangomez / Parallel.GAMIT

Python wrapper to parallelize GAMIT executions
BSD 3-Clause "New" or "Revised" License
36 stars 17 forks source link

Add orbit frame to gnss_data.cfg rather than reading it from the sp3 files #9

Closed demiangomez closed 6 years ago

demiangomez commented 6 years ago

Some sp3 files have the wrong frame in their headers. This produces coordinates in the ppp_soln with a frame that does not correspond to the actual frame of the orbits. The frame should be declared in the gnss_data.cfg rather than being read from the sp3 files.

demiangomez commented 6 years ago

Done. Now gnss_data.cfg has a field for reference frame and atx accepts multiple entries for each frame.