Browse Source

Modified comment

the comment of gpsEph(i).Cic should be “Cosine” instead of “Sine”
pull/9/head
C.J.John 7 years ago
parent
commit
59b6058ca5
  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).Cus % Sine harmonic correction to argument of latitude (radians)
% gpsEph(i).Asqrt % Square root of semi-major axis (meters^1/2) % gpsEph(i).Asqrt % Square root of semi-major axis (meters^1/2)
% gpsEph(i).Toe % Reference time of ephemeris (seconds) % 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).OMEGA % Longitude of ascending node at weekly epoch (radians)
% gpsEph(i).Cis % Sine harmonic correction to angle of inclination (radians) % gpsEph(i).Cis % Sine harmonic correction to angle of inclination (radians)
% gpsEph(i).i0 % Inclination angle at reference time (radians) % gpsEph(i).i0 % Inclination angle at reference time (radians)

Loading…
Cancel
Save