StarChart

From OLPC
Revision as of 13:51, 20 February 2008 by Davewa (talk | contribs)
Jump to: navigation, search
Stars icon.svg
Translate-icon-55px.svg Localization
.POT file NEEDED

Whole Sky Star Chart Activity

Current version: 0.11, released 2008/02/19,01:00 UT

This activity will display a map of the sky showing the position of the visible stars and planets, the sun and the moon. You may specify a location (longitude and latitude) and the time (including time zone offset from GMT) that you wish to have a plot for. Alternatively, you can get a plot which is updated once a minute showing the current sky.

Be sure your XO reports the correct time zone offset and the correct local time (the display will default to this)! The astronomical algorithms need to compute GMT (UT) and can't do that if "now" isn't the right time. This is only an issue if you don't use "specify time".

Additional options:

  • Select the brightness of the stars being plotted (mag = 0 to mag = 6);
  • select whether or not to draw the IAU constellation figures;
  • Choose whether the plot has East on the left (default) or right;
  • Choose whether the stars plot as black or bright (default);
  • Set "night vision", which makes the bright color red instead of white(default);
  • Change the location of the observer for the plot;
  • Change the timestamp (and zone offset, if desired) for the plot

This is a beta release. It functions but does not have all the intended features and contains several cosmetic bugs.

KNOWN BUGS IN VERSION 0.11:

1. The text color on the toolbar buttons and labels is uncontrolled. (I don't understand PyGtk very well.)

2. The default latitude and longitude are hard-coded into the program.

3. The program will not complain (but will also mess up) if you make typos in coordinate or time fields.

4. The chart defaults to E on the left but the "flip l/r" button is not checked.

5. There is NO support for internationalization. All strings are hard-coded and time values are using US_eng separators (though the timestamp is specified yyyy/mm/dd rather than the natural order).

6. The program icon is very bland. (Hey: I had to make it with a text editor!)

7. Display preferences, position, time and offset settings are not saved.

8. Rotating the screen causes the controls in the toolbars to be truncated/overlapped. (The map displays properly, though.)

9. Due to limitations of the algorithms, the accuracy suffers if you attempt to plot a chart for a timestamp more than +/- 50 years of the year 2000.

10. Even though you have selected "specify" for the time (and therefore the plot will be for the specified time, the update timer runs and causes the plot to be recomputed once per minute. This is a waste of system resources.