App::SourcePlot =============== Source Plot was created to help observers decide which sources to observe at particular times to optimize the observing time at the telescope. The main purpose of this program is to plot the movement of a source throughout the night. The movement can be plotted by the source's elevation, azimuth, parallactic angle, or by time. Requirements ------------ Tk Astro::Coords Astro::Catalog Astro::Telescope Astro::PAL Config::IniFiles DateTime File::HomeDir File::ShareDir File::Spec Building -------- perl Build.PL ./Build ./Build test ./Build install Authors ------- This application was originally written by Casey Best and Pam Shimek . It also includes patches by Remo Tilanus and Tim Jenness . For version 1.17 it was updated to use the Astro::Coords and Astro::Catalog modules by Graham Bell . It is currently supported by Graham Bell . Copyright (C) 2012, 2013 Science and Technology Facilities Council. Copyright (C) 1998, 1999 Particle Physics and Astronomy Research Council. All Rights Reserved. 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 3 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, see . Changes ------- v1.00 - Initial version. v1.03 - Load settings from the .splotcfg file. v1.08 - Draw RA-Dec box with Az-El vectors. v1.11 - Y2K compliant. v1.15 - Updated Tk parameter names for Perl 5.8 and Tk 804. v1.17 - Updated to use Astro::Coords and Astro::Catalog. v1.18 - Moved application code to an App/SourcePlot.pm module. v1.19 - Updated the included JCMT pointing catalog. - New source window opens with blank fields. - Bug fix for time as the y-axis. - Used Config::IniFiles to handle the configuration file. - Removed obsolete code. - Added Galactic and Az/El coordinate choices. v1.20 - Assume hours for RJ/RB RA coordinates without colons.