Skip to content

Commit

Permalink
Modified comment
Browse files Browse the repository at this point in the history
the comment of gpsEph(i).Cic should be “Cosine” instead of “Sine”
  • Loading branch information
C.J.John committed Nov 27, 2017
1 parent 32df878 commit 59b6058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensource/ReadRinexNav.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
% 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)
Expand Down

0 comments on commit 59b6058

Please sign in to comment.