<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Atlantic StarHopper's Astronomy Blog &#187; Updates</title>
	<atom:link href="http://nsstarhopper.wordpress.com/category/updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://nsstarhopper.wordpress.com</link>
	<description>Astronomy</description>
	<lastBuildDate>Sat, 23 Feb 2008 03:13:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='nsstarhopper.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/2abdb9af3cc715ffa02131e000a0c28f?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Atlantic StarHopper's Astronomy Blog &#187; Updates</title>
		<link>http://nsstarhopper.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://nsstarhopper.wordpress.com/osd.xml" title="Atlantic StarHopper&#8217;s Astronomy Blog" />
		<item>
		<title>Star Atlas Update</title>
		<link>http://nsstarhopper.wordpress.com/2008/02/17/star-atlas-update/</link>
		<comments>http://nsstarhopper.wordpress.com/2008/02/17/star-atlas-update/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 22:59:29 +0000</pubDate>
		<dc:creator>nsstarhopper</dc:creator>
				<category><![CDATA[Star Atlas!]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://nsstarhopper.wordpress.com/?p=31</guid>
		<description><![CDATA[Since last post I&#8217;ve had to back off a tad from new developments with Star Atlas. Reason:- My Sidereal Clock wasn&#8217;t keeping proper time! Now, it wasn&#8217;t just out a constant few seconds or even a constant few minutes. No, my Sidereal Time seemed to be further and further off the mark the longer my [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=31&subd=nsstarhopper&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since last post I&#8217;ve had to back off a tad from new developments with Star Atlas. Reason:- My Sidereal Clock wasn&#8217;t keeping proper time! Now, it wasn&#8217;t just out a constant few seconds or even a constant few minutes. No, my Sidereal Time seemed to be further and further off the mark the longer my program ran! Not a great amount but enough to make the star positions inaccurate after just a few minutes.</p>
<p>Now, I&#8217;m glad you&#8217;re asking, &#8220;What is <a href="http://en.wikipedia.org/wiki/Sidereal_time" title="LMST" target="_blank">Sidereal Time</a> and why is it important?&#8221;. Sidereal Time is time measured by the stars. The time we use everyday (the time kept by our watches) is called <a href="http://en.wikipedia.org/wiki/Local_mean_time" title="LMT" target="_blank">Local Mean Time (LMT)</a> and is derived from Local Apparent Time and&#8230; well, its all based on the position of the Sun. Sidereal Time, on the other hand is time based on the position of the stars. If you were to look at a bright star in your night sky (say Alpha Orionis or Betelgeuse in Orion) and record it&#8217;s altitude and azimuth (position in the sky) at a given time you would find that on the next evening the star would reach that same point 4 minutes earlier (by your LMT or your &#8220;watch&#8221; time). So, your Sidereal Clock is running approximately four minutes faster than your LMT clock.</p>
<p>Now, to calculate the instantaneous position of a star in your night sky you need to know the Right Ascension and Declination (sort of the Lat and Long) of the star, your Longitude, your Latitude, and your Sidereal Time (derived from your <a href="http://en.wikipedia.org/wiki/Coordinated_Universal_Time" title="UTC" target="_blank">Coordinated Universal Time (UTC)</a> and your <a href="http://en.wikipedia.org/wiki/Julian_day" title="JD" target="_blank">Julian Date</a>). In computer speak, here are the formulas:-</p>
<p style="margin-left:40px;"><i>Julian Date = 367 * CurrentUTC.Year &#8211; Math.Floor(7 * (CurrentUTC.Year + Math.Floor((CurrentUTC.Month + 9) / 12)) / 4) + Math.Floor(275 * CurrentUTC.Month / 9) + CurrentUTC.Day &#8211; 730531.5 + (CurrentUTC.Hour + CurrentUTC.Minute / 60 + CurrentUTC.Second / 3600) / 24</i></p>
<p style="margin-left:40px;"><i>Mean Sidereal Time = 280.46061837 + 360.98564736629 * Julian Date + Longitude</i></p>
<p style="margin-left:40px;font-style:italic;">(Math.Floor simply means take the nearest integer (non-decimal) value.</p>
<p>So, you can see why I might have goofed a bit on originally coding them. Anyway, all is well now; well, almost. This particular version of the Mean Sidereal Time formulas will keep my Sidereal Clock accurate to within 0.001 seconds for the next 10 years but will only be accurate to 0.1 seconds a hundred years from now. Such is life; more accurate formulas are needed. Stay tuned.</p>
<p>So, after fixing up the Sidereal Time issue I added one new feature and one new improvement. I redesigned my splash screen (the screen that displays on program start) to look a tad niftier and I coded the feature that allows the program to be used from anyplace on the face of the earth! Yep, you can now select one of 850 cities (facilities for user defined locations and locations read from a GPS will be added soon) and you will see the night sky configuration for the current time in that city.</p>
<p style="margin-left:40px;">&nbsp;</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nsstarhopper.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nsstarhopper.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsstarhopper.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsstarhopper.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsstarhopper.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsstarhopper.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsstarhopper.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsstarhopper.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsstarhopper.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsstarhopper.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsstarhopper.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsstarhopper.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=31&subd=nsstarhopper&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsstarhopper.wordpress.com/2008/02/17/star-atlas-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbaed570b4c61738d8b94127b9b0c191?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nsstarhopper</media:title>
		</media:content>
	</item>
		<item>
		<title>Star Atlas Planetarium Software Update</title>
		<link>http://nsstarhopper.wordpress.com/2008/01/22/star-atlas-plenatarium-software-update/</link>
		<comments>http://nsstarhopper.wordpress.com/2008/01/22/star-atlas-plenatarium-software-update/#comments</comments>
		<pubDate>Wed, 23 Jan 2008 03:34:22 +0000</pubDate>
		<dc:creator>nsstarhopper</dc:creator>
				<category><![CDATA[Star Atlas!]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://nsstarhopper.wordpress.com/2008/01/22/star-atlas-plenatarium-software-update/</guid>
		<description><![CDATA[The latest updates added to my Star Atlas Planetarium sofware:-
User Selectable Date and Time
The time and date can now be changed by the user. Up until now the application would read the system time and display the position of the stars, in real time, based on the time offered by the system clock. The user [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=30&subd=nsstarhopper&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The latest updates added to my Star Atlas Planetarium sofware:-</p>
<p><b>User Selectable Date and Time</b></p>
<p>The time and date can now be changed by the user. Up until now the application would read the system time and display the position of the stars, in real time, based on the time offered by the system clock. The user can now select any date/time combination from January 1, 1753 to December 31, 9998. The caveat being, of course that for dates far from the epoch date (year 2000) of the stars in the star catalog the less accurate the star positions are. But, for reasonable deviations from the year 2000 this is not a problem. Future versions of Star Atlas will recalculate the epoch date if the deviation from the default epoch is too great. Once the user date has been selected the sky will, of course, change in real time as if it were actually that day and time.</p>
<p>The usefulness of this feature is that the user can now choose to see the sky at the time of their choosing. Its really cool, for e.g., to look at the sky on the date and time you were born, or to create a star chart based on some evening next month, etc, etc.</p>
<p><b>Sky Animations (Time Warping)</b></p>
<p>This feature is really cool. From the currently selected date and time the user can choose to advance the sky any number or combination of years, months, days, hours, and minutes. The refresh rate of the display is selectable from a fast update setting of 10 milliseconds to incremental update settings from 1 to 10 seconds. The upshot is that the user can advance (or reverse) time as the need arises. So, for example, the user may be viewing the sky on January 22, 2008, at 5:00 PM but might be interested in finding out when the belt stars in Orion cross the southern meridian. The user would simply configure and run an animation to advance the sky in say 4 minute steps every 1 second and then watch for the time when Orion&#8217;s belt crosses the meridian. Running the animation would cause the sky display to change every second with the time (and the star positions) advancing by 4 minutes with each display refresh. Its hard to describe in words but essentially the operation gives an animated view of the stars moving through the sky in &#8220;sped up&#8221; time.</p>
<p>I tried to make some movies of these new features but, alas, YouTube strips out too much detail and makes the videos to small for full screen views of Star Atlas to be meaningful. You&#8217;ll just have to wait for the first beta release of Star Atlas to experience the joy and elation brought on by Sky Animations!</p>
<p>Clear Skies!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nsstarhopper.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nsstarhopper.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsstarhopper.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsstarhopper.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsstarhopper.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsstarhopper.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsstarhopper.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsstarhopper.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsstarhopper.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsstarhopper.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsstarhopper.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsstarhopper.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=30&subd=nsstarhopper&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsstarhopper.wordpress.com/2008/01/22/star-atlas-plenatarium-software-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbaed570b4c61738d8b94127b9b0c191?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nsstarhopper</media:title>
		</media:content>
	</item>
		<item>
		<title>Planetarium Software Update</title>
		<link>http://nsstarhopper.wordpress.com/2007/12/29/planetarium-software-update/</link>
		<comments>http://nsstarhopper.wordpress.com/2007/12/29/planetarium-software-update/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 05:56:48 +0000</pubDate>
		<dc:creator>nsstarhopper</dc:creator>
				<category><![CDATA[Star Atlas!]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://nsstarhopper.wordpress.com/2007/12/29/planetarium-software-update/</guid>
		<description><![CDATA[Things are moving along nicely with my planetarium software project. Some improvements since last post:-

Constellation names are now being displayed and can be turned on and off.
Constellation lines can be turned on or off.
The local horizon can  be turned on or off and can be displayed separately from the Alt/Az grid.
The local meridian can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=28&subd=nsstarhopper&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Things are moving along nicely with my planetarium software project. Some improvements since last post:-</p>
<ul>
<li>Constellation names are now being displayed and can be turned on and off.</li>
<li>Constellation lines can be turned on or off.</li>
<li>The local horizon can  be turned on or off and can be displayed separately from the Alt/Az grid.</li>
<li>The local meridian can be turned on or off (with 10 degree tick marks) and can be displayed separately from the Alt/Az grid.</li>
<li>Zoom in and zoom out are enabled.</li>
</ul>
<p>Following is a screen shot of Star Atlas looking south from Halifax at approx. 1:45 AM on December 29. The Local horizon (curved green line at the bottom) and the local meridian (vertical line, very faint in the screen capture,  with the tick marks) are visible.</p>
<p>A beta release may soon be available for friends and family!</p>
<p>(Click for a larger image)</p>
<p><a href="http://nsstarhopper.files.wordpress.com/2007/12/star-atlas.jpg" title="Looking South from Halifax"><img src="http://nsstarhopper.files.wordpress.com/2007/12/star-atlas.jpg" alt="Looking South from Halifax" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nsstarhopper.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nsstarhopper.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsstarhopper.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsstarhopper.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsstarhopper.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsstarhopper.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsstarhopper.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsstarhopper.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsstarhopper.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsstarhopper.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsstarhopper.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsstarhopper.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=28&subd=nsstarhopper&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsstarhopper.wordpress.com/2007/12/29/planetarium-software-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbaed570b4c61738d8b94127b9b0c191?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nsstarhopper</media:title>
		</media:content>

		<media:content url="http://nsstarhopper.files.wordpress.com/2007/12/star-atlas.jpg" medium="image">
			<media:title type="html">Looking South from Halifax</media:title>
		</media:content>
	</item>
		<item>
		<title>Planetarium software and other ramblings</title>
		<link>http://nsstarhopper.wordpress.com/2007/12/22/planetarium-software-and-other-ramblings/</link>
		<comments>http://nsstarhopper.wordpress.com/2007/12/22/planetarium-software-and-other-ramblings/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 15:53:09 +0000</pubDate>
		<dc:creator>nsstarhopper</dc:creator>
				<category><![CDATA[Star Atlas!]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://nsstarhopper.wordpress.com/2007/12/22/planetarium-software-and-other-ramblings/</guid>
		<description><![CDATA[Well, I&#8217;ve been away from my blogs for a bit. Reason:- I&#8217;m writing a planetarium application and, bloody hell, its taken over my life!! The following is a picture of the opening screen. What are you seeing? Well, you&#8217;re looking West into the night sky from Halifax, NS. Above the green line are stars that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=26&subd=nsstarhopper&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Well, I&#8217;ve been away from my blogs for a bit. Reason:- I&#8217;m writing a planetarium application and, bloody hell, its taken over my life!! The following is a picture of the opening screen. What are you seeing? Well, you&#8217;re looking West into the night sky from Halifax, NS. Above the green line are stars that are visible above our horizon (at the moment this screen capture was taken) and below the line are stars below our horizon and, therefore, not visible from our location at the moment. The green lines, including the dark green horizon line are lines of Altitude and Azimuth (ALT/AZ); they indicate a stars position above the horizon and its angular distance around the horizon from North. The white lines indicate Right Ascension  and Declination (RA/DEC) lines. RA/DEC is like Latitude and Longitude for stars. The bright white RA/DEC lines indicate zero hours RA (the one going up at 45 degrees in this image) and(the smiley faced one)  zero degrees DEC. The ALT/AZ position of a star will change in real time whereas the RA/DEC position of a star will not change appreciably over the span of human lifetimes.</p>
<p>So far I have limited features enabled. I can turn any of the grids (or constellation lines) on or off,  display the stars in real time (their positions will change with respect to the local horizon in time with the computer system clock), I can choose to look North, South, East, or West or scroll the globe 360 degrees in any direction or even display the Zenith (the point directly overhead) in the center of the globe. This is a useful feature in that it puts the local horizon around the perimeter of the globe and effectively creates an instantaneous star map of the stars and constellations in the night (or daytime) sky for any instant of time.</p>
<p>There&#8217;s still loads of work to do on this project. When completed, the user will be able to zoom in on any area of the sky, will be able to track planets, comets,  satellites, view the positions of galaxies, globular clusters, planetary nebulae, etc, etc.  At the moment the application uses only the Yale Bright Star Catalog (9,110 objects) as its data source but I have plans of adding at least the 2.5 million object Tycho Star Catalog.  Oh, of course, it will eventually display the stars as they would look from any point on the Earth&#8217;s surface (I may even enable GPS capabilities to make this feature more accurate). So far its been engrossing, educational, and just plain lots of fun!</p>
<p>(Click the image for a larger view. It looks infinitely better when its not a JPG image!!)</p>
<p><a href="http://nsstarhopper.files.wordpress.com/2007/12/globe.jpg" title="Star Atlas"><img src="http://nsstarhopper.files.wordpress.com/2007/12/globe.jpg" alt="Star Atlas" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nsstarhopper.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nsstarhopper.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsstarhopper.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsstarhopper.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsstarhopper.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsstarhopper.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsstarhopper.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsstarhopper.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsstarhopper.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsstarhopper.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsstarhopper.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsstarhopper.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=26&subd=nsstarhopper&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsstarhopper.wordpress.com/2007/12/22/planetarium-software-and-other-ramblings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbaed570b4c61738d8b94127b9b0c191?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nsstarhopper</media:title>
		</media:content>

		<media:content url="http://nsstarhopper.files.wordpress.com/2007/12/globe.jpg" medium="image">
			<media:title type="html">Star Atlas</media:title>
		</media:content>
	</item>
		<item>
		<title>Solar System in November Updated</title>
		<link>http://nsstarhopper.wordpress.com/2007/11/11/solar-system-in-november-updated/</link>
		<comments>http://nsstarhopper.wordpress.com/2007/11/11/solar-system-in-november-updated/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 04:54:57 +0000</pubDate>
		<dc:creator>nsstarhopper</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://nsstarhopper.wordpress.com/2007/11/11/solar-system-in-november-updated/</guid>
		<description><![CDATA[Solar System in November has been updated. Click on &#8220;WhatsUp&#8221; under Categories in the left panel to see the entire post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=14&subd=nsstarhopper&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Solar System in November has been updated. Click on &#8220;WhatsUp&#8221; under Categories in the left panel to see the entire post.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/nsstarhopper.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/nsstarhopper.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/nsstarhopper.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/nsstarhopper.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/nsstarhopper.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/nsstarhopper.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/nsstarhopper.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/nsstarhopper.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/nsstarhopper.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/nsstarhopper.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/nsstarhopper.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/nsstarhopper.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=nsstarhopper.wordpress.com&blog=2071147&post=14&subd=nsstarhopper&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://nsstarhopper.wordpress.com/2007/11/11/solar-system-in-november-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/dbaed570b4c61738d8b94127b9b0c191?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">nsstarhopper</media:title>
		</media:content>
	</item>
	</channel>
</rss>