ruby-sphere is an application to calculate apparent positions of stars with a moderate accuracy.
De-compress archive and enter its top directory. Then type:
($ su) # ruby setup.rb
These simple step installs this program under the default location of
Ruby libraries. You can also install files into your favorite directory
by supplying setup.rb
some options. Try "ruby setup.rb --help".
If you want to install the library under /usr/local, you might want to run
$ ruby setup.rb config --prefix=/usr/local --siteruby=/usr/local/lib/ruby/site_ruby $ ruby setup.rb setup # ruby setup.rb install
Following targets are provided for users. Have a look in Makefile for other targets.
Try
$ ruby -I./lib bin/visibility -c sample/planets.conf
before installation or
$ visibility -c sample/planets.conf
after installation.
Please have a look in sample/planets.conf for a brief description of configuration files.
You can also build your own applications referring the API document.
Please report bugs and patches, request for features at the SourceForge.net Trackers.
The package currently aims to provide an easy-to-use way of planning observations. This is not suitable to acquire your target into your telescope field of view.
Aberrations of light (20 arcsec for non-solar system objects):
nutation, and precession are not taken into account.
Copyright (C) 2004 Daigo Tomono <dtomono at freeshell.org> unless otherwise stated.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA