From 59b6058ca556e6154cc1ee17f65460e9a92c064f Mon Sep 17 00:00:00 2001 From: "C.J.John" Date: Mon, 27 Nov 2017 15:46:38 +0800 Subject: [PATCH] Modified comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the comment of gpsEph(i).Cic should be “Cosine” instead of “Sine” --- opensource/ReadRinexNav.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensource/ReadRinexNav.m b/opensource/ReadRinexNav.m index e6035e2..7a0d44a 100644 --- a/opensource/ReadRinexNav.m +++ b/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)