C++ code for creating a Skyplot of GPS satellites.

 
 
The technical paper which describes the Skyplot software is published in  
GPS Solutions, Volume 6, Number 1-2, 2002, pp. 118-120.  
 
The readme.txt file explains how to run the skyplot.exe program which was  
compiled on Windows NT using Borland C++ Builder 5.0 . The program is not  
menu driven but instead reads an input file which supplies the program  
with a time window, a GPS ephemeris (either an SP3 or a RINEX NAV file),  
the coordinates of the point viewing the satellites (in XYZ or lat/long/ellhgt),  
and an elevation mask below which no satellite tracks will be plotted.  
 

How to use the skyplot program (readme.txt)

The main program (skyplot.cpp)

constants include file (consts.h)

physical constants (phycon.h)

DateTime class (datetime.cpp)

DateTime include file (datetime.h)

SP3 interpolation code (intrpsp3.cpp)

SP3 interpolation include file (intrpsp3.h)

Rinex classes (rinex.cpp)

Rinex include file (rinex.h)

Required input file (skyplot.inp)

Example output file (skyplot.log)

Example Postscript file (skyplot.ps)

Example DOS batch file (skyplot.bat)

Example RINEX NAV broadcast ephemeris (brdc2450.95n)

Example *.sp3 precise ephemeris (igs08166.sp3)

Borland C++ Builder 5.0 project file (skyplot.bpr)

Windows executable program (skyplot.exe)

 
 
 
 
Return to the GPS-TOOLBOX home page