Package jsky.plot

Classes for displaying a graph of elevation versus time for a given target, telescope site and date.

See:
          Description

Class Summary
ElevationPanel A panel for displaying an elevation plot for given target positions.
ElevationPlotFrame Provides a top level window for an ElevationPlotPanel panel.
ElevationPlotInternalFrame Provides a top level window for an ElevationPlotPanel panel.
ElevationPlotManager This class manages access to the ElevationPlotPanel on behalf of clients.
ElevationPlotMenuBar Implements a menubar for an ElevationPlotPanel.
ElevationPlotModel A model class for plotting elevation vs local sidereal time for a given list of target positions.
ElevationPlotPanel A panel for displaying an elevation plot for given target positions.
ElevationPlotUtil A utility class for calculating elevation vs time for a given list of target positions.
ObservationPanel A panel for displaying an observation chart for given target positions.
SunRiseSet Utility class for calculating the times for sunrise, sunset and twilight for a given location and date.
TablePanel A panel for displaying elevation plot data in tabular form.
TargetListFrame Provides a frame with a TargetListPanel.
TargetListInternalFrame Provides an internal frame with a TargetListPanel.
TargetListPanel A panel for editing a list of target positions.
TargetListPanelGUI User interface for TargetListPanel.
 

Package jsky.plot Description

Classes for displaying a graph of elevation versus time for a given target, telescope site and date. The parallactic angle and airshift values can also be displayed. Another tab displays an observation barchart for multiple targets, indicating when they will be visible at night. There are also utilities here for calculating the sunrise and sunset times for a given site and date.