Editing Orrery

Warning: You are not logged in. Your IP address will be recorded in this page's edit history.

Warning: This page is 54 kilobytes long; some browsers may have problems editing pages approaching or longer than 32kb. Please consider breaking the page into smaller sections.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
-
The orrery is a simple open-source application for [[Open development/Maemo roadmap/Fremantle|Maemo 5]] which displays the night (and day!) sky. It is nowhere near as elaborate as, for example, kstars, xephem or stellarium. It is intended to be a small, finger-friendly application, requiring no network connection. The current stable version is 3.8.x (the x just increments when bugs are fixed). The program version is shown on the "Symbol Key" page.
+
The orrery is a simple open-source application for [[Open development/Maemo roadmap/Fremantle|Maemo 5]] which displays the night (and day!) sky. It is nowhere near as elaborate as, for example, kstars, xephem or stellarium. It is intended to be a small, finger-friendly application, requiring no network connection. The current stable version is 3.7.x (the x just increments when bugs are fixed). The program version is shown on the "Symbol Key" page.
The source code is hosted on [https://github.com/kenyoung/orrery this github repository].  The version there may not have gone through the Maemo Community QA testing. The most recent version which has been vetted by the community is available in the Maemo [[Extras]] catalog.  This wiki page describes the behavior of the version of the program available in the Extras Devel catalog.
The source code is hosted on [https://github.com/kenyoung/orrery this github repository].  The version there may not have gone through the Maemo Community QA testing. The most recent version which has been vetted by the community is available in the Maemo [[Extras]] catalog.  This wiki page describes the behavior of the version of the program available in the Extras Devel catalog.
Line 280: Line 280:
At the bottom of the eclipse display page a map is presented showing the portions of the earth which can see the eclipse.  The observer's location is indicated with a red dot, and the map itself is centered at the longitude of the observer.  The light blue dot shows the position on the earth for which the moon is at the zenith at the moment of maximum eclipse.  The light blue line shows the longitude for which the moon is on the [[:wikipedia:Meridian_(astronomy)|meridian]] at the moment of maximum eclipse.  The darkest grey region shows the portion of the earth for which none of the eclipse can be seen.  Observers in the white region can see at least some portion of the maximum phase of the eclipse.  In other words, if the eclipse is total, an observer in the white region sees at least some part of the total phase of the eclipse.  If the eclipse is partial, an observer in the white region sees a partial eclipse.  Other shades of grey are used for regions that, for example, can only see the partial phases of a total eclipse.  The next image to the right indicates the meaning of the various shaded regions and lines on this eclipse visibility plot.[[Image:OrreryLunarEclipseMapKey.png|thumb|200px|alt=Lunar Eclipse Visibility Plot|Lunar Eclipse Visibility Plot]]
At the bottom of the eclipse display page a map is presented showing the portions of the earth which can see the eclipse.  The observer's location is indicated with a red dot, and the map itself is centered at the longitude of the observer.  The light blue dot shows the position on the earth for which the moon is at the zenith at the moment of maximum eclipse.  The light blue line shows the longitude for which the moon is on the [[:wikipedia:Meridian_(astronomy)|meridian]] at the moment of maximum eclipse.  The darkest grey region shows the portion of the earth for which none of the eclipse can be seen.  Observers in the white region can see at least some portion of the maximum phase of the eclipse.  In other words, if the eclipse is total, an observer in the white region sees at least some part of the total phase of the eclipse.  If the eclipse is partial, an observer in the white region sees a partial eclipse.  Other shades of grey are used for regions that, for example, can only see the partial phases of a total eclipse.  The next image to the right indicates the meaning of the various shaded regions and lines on this eclipse visibility plot.[[Image:OrreryLunarEclipseMapKey.png|thumb|200px|alt=Lunar Eclipse Visibility Plot|Lunar Eclipse Visibility Plot]]
{{clear}}
{{clear}}
-
 
-
{{clear}}
 
-
==== Comets ====
 
-
 
-
The Comets page displays information about any [[:wikipedia:Comet|comet(s)]] that the app knows about.  An example of the display produced is shown on the right.[[Image:orreryCometPage.png|thumb|200px|alt=Comets Page|Comets page]] Information for comets which are currently below the horizon is shown in grey (as is the case for comet [[:wikipedia:C/2011_L4|Pan-STARRS]] in the sample page).
 
-
 
-
Unlike the major planets, comet information for orrery is obtained from
 
-
[[:wikipedia:Ephemerides|ephemerides]] obtained from the [[:wikipedia:JPL_Horizons|JPL Horizons website]].  Ephemerides are used for comets because their orbits may be strongly perturbed by the major planets as the comets move through the inner Solar System.  Since ephemerides are used, the orrery can only display information for a comet during the period covered by the ephemeris, usually one year before and after the periheion passage.  Outside of that period the comet is ignored and not plotted anywhere.
 
-
 
-
In addition to the Comets page, comet information shows up several other places.  The comet will be plotted on the sky map page (default page) if showing comets has been enabled via the Displayed Items menu page.  Comets will also be shown on the Planet Compas page, the Planet Elevations page and the To-scale Solar System page.  Note that if their are comets visible, there will be a button in the upper left area of the Planet Elevation page allowing you to toggle between showing planets and showing comets.
 
-
 
-
The To-scale Solar System page shows the orbits projected onto the Solar System's equatorial plane.  Since comets follow paths that are often very highly inclined to that plane (as is the case for comet Pan-STARRS), this projection effect can make it look like the Sun is not at the focus of the orbit, but of course it must be.  This is merely an illusion.
 
-
 
-
===== Adding Additional Comets =====
 
-
 
-
You can add more comets for the orrery to display.  To do so, you need to create an ephemeris file.  The file must have the following format:
 
-
 
-
The first line must contain the name of the comet, optionally followed by a second "nickname" for the comet.
 
-
All other lines must be formatted as follows:
 
-
Character Range                        Description
 
-
  0 ->  3                          Year (2012, etc)
 
-
  5 ->  7                          Month (Jan, Feb, etc)
 
-
  9 -> 10                          Day of month
 
-
12 -> 13                          Hour
 
-
15 -> 16                          Minute
 
-
18 -> 28                          Geocentric RA (HH:MM:SS.SS)
 
-
30 -> 40                          Geocentric Dec (+DD:MM:SS.SS)
 
-
43 -> 47                          Magnitude (MM.MM)
 
-
49 -> 56                          Ecliptic Longitude (DDD.DDDD)
 
-
58 -> 65                          Ecliptic Latitude (+DD.DDDD)
 
-
67 -> 79                          Distance from Sun (AU)
 
-
 
-
This information can be easily obtained from the JPL Horizons website.  For the ephemerides I include with the package, I have one entry for every time the comet moves by one degree in the sky, so the sampling is much finer near perihelion.  The file must be placed in the directory /opt/maemo/usr/share/orrery/comets/ .  The name of the file does not matter.
 
=== Displayed Items ===
=== Displayed Items ===

Learn more about Contributing to the wiki.


Please note that all contributions to maemo.org wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see maemo.org wiki:Copyrights for details). Do not submit copyrighted work without permission!


Cancel | Editing help (opens in new window)

Templates used on this page: