Browse Source

Merge pull request #9 from ShowLo/master

Modified comment
master V2.6.0.0
mohammedkhider 7 years ago committed by GitHub
parent
commit
2f6ba51e7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      opensource/ReadRinexNav.m

2
opensource/ReadRinexNav.m

@ -22,7 +22,7 @@ function [gpsEph,iono] = ReadRinexNav(fileName)
% gpsEph(i).Cus % Sine harmonic correction to argument of latitude (radians)
% gpsEph(i).Asqrt % Square root of semi-major axis (meters^1/2)
% gpsEph(i).Toe % Reference time of ephemeris (seconds)
% gpsEph(i).Cic % Sine harmonic correction to angle of inclination (radians)
% gpsEph(i).Cic % Cosine harmonic correction to angle of inclination (radians)
% gpsEph(i).OMEGA % Longitude of ascending node at weekly epoch (radians)
% gpsEph(i).Cis % Sine harmonic correction to angle of inclination (radians)
% gpsEph(i).i0 % Inclination angle at reference time (radians)

Loading…
Cancel
Save