mirror of
https://github.com/csete/gpredict
synced 2026-08-13 17:39:46 -04:00
git-svn-id: https://gpredict.svn.sourceforge.net/svnroot/gpredict/trunk@1 ab6734ba-2843-0410-b83b-99c217ef6c0f
126 lines
4.5 KiB
Text
126 lines
4.5 KiB
Text
|
|
|
|
TO BE UPDATED BEFORE NEXT RELEASE
|
|
|
|
|
|
|
|
WHAT IS GPREDICT?
|
|
=================
|
|
|
|
Gpredict is a real time satellite tracking and orbit prediction program
|
|
written using the Gtk+ widgets. Gpredict is targetted mainly towards ham radio
|
|
operators but others interested in satellite tracking may find it useful as
|
|
well. Gpredict uses the SGP4/SDP4 algorithms, which are compatible with the
|
|
NORAD Keplerian elements.
|
|
|
|
Gpredict aims to have the following features as we move towards version 1.0:
|
|
|
|
* Be able to track a large number of satellites (only limited by
|
|
the physical memory of the computer)
|
|
* Track for several ground stations, not just one.
|
|
* Show the satellite data using various visualization modules
|
|
(lists, maps, polar views, etc.)
|
|
* Predict upcomming passes for the satellites.
|
|
* Automatically update keplerian elements.
|
|
* Control your receiver/transmitter and antenna rotators.
|
|
* Advanced schedule manager for unattended monitoring of satellites.
|
|
* External hooks for performing certain actions during satellite passes.
|
|
* Any desirable feature that is missing from other programs (feel
|
|
free to submit your ideas)
|
|
|
|
|
|
STATUS
|
|
======
|
|
|
|
At the present the following features are implemented:
|
|
|
|
* Tracking an infinite number of satellites only limited by the
|
|
physical memory and processing power of the computer.
|
|
* Display the tracking data in lists, maps, polar plots and any
|
|
combination of these.
|
|
* You can have many modules open at the same either in a
|
|
notebook or in their own windows. The module can also run in
|
|
full-screen mode.
|
|
* You can use many ground stations. Ground station coordinates
|
|
can either be entered manually or you can get some appriximate values
|
|
from a list with more than 2000 predefined locations worldwide.
|
|
* Predict upcoming passes for satellites, including passes where a
|
|
satellite may be visible and communication windows
|
|
* Very detailed information about both the real time data and the
|
|
predicted passes.
|
|
|
|
Visit the gpredict homepage at http://groundstation.sourceforge.net/gpredict/
|
|
for more info.
|
|
|
|
|
|
|
|
REQUIREMENTS
|
|
============
|
|
|
|
Gpredict is written using the Gtk+ widget set, which is available for most
|
|
Unix like operating systems, Mac and Windows.
|
|
To install gpredict from source unpack the source package with:
|
|
|
|
tar -xvfz gpredict-x.y.z.tar.gz
|
|
|
|
Change to the gpredict-x.y.z directory and build gpredict:
|
|
|
|
./configure
|
|
make
|
|
make install
|
|
|
|
The last step usually requires you to become root, otherwise you may not have
|
|
the required permissions to install gpredict. If you can not or do not want to
|
|
install gpredict as root, you can install gpredict into a custom directory by
|
|
adding --prefix=somedir to the ./configure step.
|
|
|
|
If the configure step fails with an error, examine the output. It will usually
|
|
tell you which package or libraries you need in order to build gpredict. Please
|
|
note, that you also need the so-called development packages. In many GNU/Linux
|
|
systems you can just install the GNOME Development stuff, but I would recommend
|
|
to just install everything if you can (except if you are running Debian ;-).
|
|
|
|
If you want to know more about installation options refer to the INSTALL file
|
|
(not for begiiners).
|
|
|
|
|
|
USING GPREDICT
|
|
==============
|
|
|
|
First time you run gpredict it will start using some default settings. To move on
|
|
from that point you can either modify the settings of the default module (click
|
|
on the small sown-arrow in the top right corner and select configure), or create
|
|
a new module (Menubar->File->New Module). You are highly encouraged to have a look
|
|
at the user manual available at
|
|
|
|
http://groundstation.sourceforge.net/gpredict/documents.php
|
|
|
|
|
|
|
|
UPGRADING FROM 0.5
|
|
==================
|
|
|
|
As of version 0.6 most of the program has been rewritten breaking compatibility
|
|
with earlier versions. Although earlier versions will not cause any known
|
|
troubles, I strongly suggest that you remove any pre 0.6 versions before
|
|
installing version 0.6 or later. Gpredict 0.6 or later will not be able to use
|
|
configuration or other user data from pre 0.6 versions.
|
|
|
|
|
|
|
|
|
|
LICENSE AND WARRANTY
|
|
====================
|
|
|
|
Gpredict is released under the GNU General Public License and comes with
|
|
NO WARRANTY whatsoever (well, maybe except that it works for us). See the
|
|
COPYING file for details. If you have problems installing or using Gpredict,
|
|
feel free to ask for support. Comments and bugreports are also welcome. Please
|
|
refer to the project page at SourceForge:
|
|
http://sourceforge.net/projects/groundstation
|
|
|
|
|
|
Happy Tracking!
|
|
|
|
Alexandru Csete
|
|
OZ9AEC
|