Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage of SP3 ephemeris and satellite clocks #22

Open
ege010 opened this issue Jan 7, 2016 · 0 comments
Open

Usage of SP3 ephemeris and satellite clocks #22

ege010 opened this issue Jan 7, 2016 · 0 comments

Comments

@ege010
Copy link
Member

ege010 commented Jan 7, 2016

In order to use ephemeris and satellite clocks in SP3 format (e.g. to exploit IGS precise products) the following needs to be implemented:

  1. interpolation of SP3 satellite positions (typically by Lagrange polynomials): http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/utility/gps/interpolate_SP3_coord.m
  2. interpolation of SP3 satellite clocks (typically a linear interpolation is enough): http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/utility/gps/interpolate_SP3_clock.m
  3. computation of the Sun position in ECEF coordinates (in order to do this, an already existing Java implementation of JPL ephemeris would be very welcome!): http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/utility/sun_moon/sun_moon_pos.m
  4. reading of (at least) satellite antenna phase center offsets from PCO/PCV files (ATX format): http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/input_output/ATX/read_antenna_PCV.m
  5. application of satellite antenna phase center offsets, by computing the rotation of each satellite towards the Sun: http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/utility/gps/interpolate_SP3_coord.m#l91
  6. reading of differential code biases (DCBs): http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/input_output/DCB/load_dcb.m
  7. application of DCBs: http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/positioning/satellite_positions.m#l96
  8. the complete procedure then will be as follows: http://sourceforge.net/p/gogps/code/HEAD/tree/trunk/positioning/satellite_positions.m#l86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant