<?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/"
	>

<channel>
	<title>On a Tangent</title>
	<atom:link href="http://www.goodwin.id.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goodwin.id.au</link>
	<description>A blog about all sorts of stuff</description>
	<lastBuildDate>Mon, 18 Jul 2011 18:36:36 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.8.35</generator>
	<item>
		<title>Visualising Newcastle&#8217;s Live Music Scene</title>
		<link>http://www.goodwin.id.au/2011/04/26/visualising-newcastles-live-music-scene/</link>
		<comments>http://www.goodwin.id.au/2011/04/26/visualising-newcastles-live-music-scene/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 00:41:09 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[newcastlemusic]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=501</guid>
		<description><![CDATA[Until recently I was responsible for running an online gig guide for Newcastle, NSW, Australia. Over the four years that the gig guide operated I published over 60,000 events. Collating and mapping the events was a painstaking task that took many hours each week. Each of the events in the database is accompanied by a [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.goodwin.id.au/wp-content/uploads/2011/04/cropped_nm_gigs_visualisation.png"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/04/cropped_nm_gigs_visualisation-300x219.png" alt="" title="cropped_nm_gigs_visualisation" width="300" height="219" class="alignleft size-medium wp-image-519" /></a>Until recently I was responsible for running an online gig guide for Newcastle, NSW, Australia. Over the four years that the gig guide operated I published over 60,000 events. Collating and mapping the events was a painstaking task that took many hours each week. </p>
<p>Each of the events in the database is accompanied by a latitude and longitude, allowing the events to be located on a map. The animation below shows a visualisation of some of the events. The video covers events from July 2009 to December 2009. Orange flashes show areas of live music activity. Major venues are labelled. Each frame in the video covers one hour of real time.</p>
<p>View the video in fullscreen to make the venue labels readable.</p>
<p><object width="600" height="340"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=22867096&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=22867096&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=00adef&amp;fullscreen=1&amp;autoplay=0&amp;loop=0" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="601" height="338"></embed></object>
<p><a href="http://vimeo.com/22867096">Visualising Newcastle&#8217;s Live Music Scene</a> from <a href="http://vimeo.com/ajg">Andrew Goodwin</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>This animation uses less than 10% of the gig archive database. The full dataset extends from Gosford in the South, to Taree in the North, and West to Merriwa in the Upper Hunter Valley. Gigs were recorded for a period of 4 years from October 2006 to December 2010.</p>
<p>The full archive of past events can be viewed at the <a href="http://www.newcastlemusic.com/gigarchive.php">NewcastleMusic.com Gig Archive</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2011/04/26/visualising-newcastles-live-music-scene/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualising iPhone Location Information</title>
		<link>http://www.goodwin.id.au/2011/04/21/iphone-tracking-heatmap/</link>
		<comments>http://www.goodwin.id.au/2011/04/21/iphone-tracking-heatmap/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 07:08:35 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Visualisation]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[newcastle]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=442</guid>
		<description><![CDATA[The iPhone operating system records a user's Longitude and Latitude over time. This information can be accessed readily and visualised. This posts describes the process of creating an animation of the location data over time. Most of the co-ordinates were from the Sydney and Hunter regions of NSW, Australia.]]></description>
				<content:encoded><![CDATA[<p>After hearing about the existence of a <a href="http://www.wired.com/gadgetlab/2011/04/iphone-tracks/">file that stores the location of an iPhone</a>, I decided to investigate for myself. </p>
<p>Apparently iPhones running iOS4 periodically record the device&#8217;s Latitude and Longitude and timestamp in one of the numerous <a href="http://sqlite.org/">SQLite</a> databases in phone&#8217;s backup and configuration system. Several sites have provided methods of <a href="http://stackoverflow.com/questions/3085153/how-to-parse-the-manifest-mbdb-file-in-an-ios-4-0-itunes-backup">extracting the filename</a> from encrypted backup filesystem. Once located, the contents of the file in question can be investigated using any number of techniques including the <a href="https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/">SQLite Manager plugin for Firefox</a>.  </p>
<p>This system of logging the location of the iPhone to file has been in use for some time, as pointed out in this <a href="https://alexlevinson.wordpress.com/2011/04/21/3-major-issues-with-the-latest-iphone-tracking-discovery/">excellent blog post</a> by Alex Levinson, co-author of the book <a href="http://www.amazon.com/iOS-Forensic-Analysis-iPhone-Professionals/dp/1430233427">iOS Forensic Analysis</a>.</p>
<p>Many news reports have claimed that this information is not transmitted back to Apple, but this revealing post from F-Secure Security Labs suggests that by default this <a href="http://www.f-secure.com/weblog/archives/00002145.html">location information is sent back to Apple twice a day</a> so that Apple may collate a database of Wi-Fi locations. </p>
<p>The co-ordinates stored in the location database are also readily available to any iPhone application installed on the phone through the iOS API. About halfway down the page in the <a href="http://developer.apple.com/technologies/ios/whats-new.html">What&#8217;s New in iOS 4</a> page on the apple website we find this quote:</p>
<blockquote><p>
<strong>Background location</strong> &#8211; Navigation apps can now continue to guide users who are listening to their iPods, or using other apps. iOS 4 also provides a new and battery-efficient way to monitor location when users move between cell towers. This is a great way for your social networking apps to keep track of users and their friends&#8217; locations.
</p></blockquote>
<h4>Visualising The Data</h4>
<p>Since I had access to the raw data in a convenient SQLite database format, I decided to create my own visualisation. I wrote a PHP script that selected some of the rows from the tracking database and generated a series of images using PHP&#8217;s <a href="http://php.net/manual/en/book.image.php">GD Image Library</a>. The location of each point was highlighted orange and allowed to fade gradually over time, creating a &#8220;heatmap&#8221; effect.</p>
<p>The resulting animation shows the location of my iPhone during the period July 2010 to April 2011. During that period I made several interstate trips, but this animation focuses on the Sydney, Newcastle, Hunter Valley and Port Stephens areas.</p>
<p>At the beginning of the tracking period I lived in Sydney, but traveled to Newcastle regularly for work. Numerous hotspots can be seen in the Wyong area, this is because I usually stop at the Twin Service Stations at Wyong to break up the journey along the F3. Here I usually check my email and make a few phone calls. Later parts of the animation show more activity in Newcastle and ends with a recent holiday to Port Stephens.</p>
<p><iframe title="YouTube video player" width="560" height="349" src="http://www.youtube.com/embed/j_sYfYrp4co?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>The animation is also available in <a href="http://www.youtube.com/watch?v=j_sYfYrp4co&amp;hd=1">High Definition on YouTube</a>.</p>
<p>In total there were 4181 rows of co-ordinates in my tracking file, each one with a timestamp and estimated horizontal accuracy. The information was inside a table called called &#8220;cellLocation&#8221;. The dataset went back some 275 days. Presumably the collection of gelocation information in this file began when I installed iOS4 in the middle of last year.</p>
<p>Clearly, storage of such information in an unencrypted format  by default on every iPhone in the world could be a potential privacy issue, but it&#8217;s <a href="http://www.zdnet.com.au/iphone-ipad-tracking-big-deal-339313651.htm">not like this information hasn&#8217;t been collected before</a>. Google, Foursquare, Facebook and Twitter all collect information on the whereabouts of it&#8217;s users whenever they can. These companies gain access to the more accurate information as they have access to the device&#8217;s built-in GPS. Each time you check in on foursquare, tag yourself in a Facebook place, or geotag your tweets you are explicitly opting in to these information collection services. </p>
<p><strong>What&#8217;s different this time is that now the end user has the ability to actually view the information that is being collected about their location by their mobile devices. </strong></p>
<p>This one of the first times that this information has been so readily accessible. <a href="http://mashable.com/2011/03/02/100-million-iphones/">Over 100 Million iPhones have been sold</a>, making this one of the most widely and publicly available geolocation datasets. Unfortunately, this information is fragmented across tens of millions of computer in the form of iPhone&#8217;s backup files. </p>
<p>Various open source applications are appearing that allow users to visualise their movements based on the contents of the iPhone tracking file. Form example, an <a href="http://petewarden.github.com/iPhoneTracker/">OSX application</a> released by Alasdair Allan and Pete Warden, and a <a href="http://www.ikarsoft.com/?p=93">Java application</a>n that outputs the waypints in .kml format ready for viewing in Google Earth. </p>
<p>I can say from my own experience that reviewing the location information from my own phone was a thought provoking exercise. I started wondering who collects information about my location. I&#8217;ve already mentioned Twitter, Foursquare, Facebook etc. but there&#8217;s many more less obvious examples of tracking going on. </p>
<p>The geolocation information has been derived from the location of nearby cell towers. Information of this nature is collected by mobile providers so they know which cell tower to route the current call through. The Latitude and Longitude seems to be accurate to within a few kilometers at worst. </p>
<p>My current mobile carrier, Optus, would have a wealth of information about my whereabouts at any point in time. The data they have would be almost exactly the same as the information I extracted from the iPhone database. </p>
<p><strong>Mobile carriers collect this information routinely</strong></p>
<p>We can&#8217;t stop the mobile carriers from collecting this information because they need it for the the robust and efficient operation of their network. What we should be doing however is questioning is what their policy with respect to this information once they collect it. </p>
<p>For example:</p>
<ul>
<li>Exactly what information is collected and retained</li>
<li>How long will they retain this information.</li>
<li>What is the carriers policy on giving up this information to third parties (Advertisiers, partner companies, law enforcement).</li>
</ul>
<p>The location of a users phone at a particular time location is routinely used in criminal cases. This is how former Justice Einfeld was convicted of lying under oath in early 2009. Police then <a href="http://www.brisbanetimes.com.au/national/how-police-tracked-einfeld-20090324-98m7.html">used mobile phone records to trace Einfeld</a> as he drove south over the Spit Bridge.</p>
<p>If the mobile phone companies are willing to give up this data for case involving a speeding fine, then they are very likely to be willing to divulge the same information to authorities under more serious circumstances.</p>
<p>I&#8217;m hoping this post raises awareness of the fact that location information can be, and <em>is</em> being collected from every mobile phone user. Perhaps in the near future it will be routine to ask more about your mobile carrier&#8217;s privacy and data retention policies when choosing a network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2011/04/21/iphone-tracking-heatmap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Maps Schmaps</title>
		<link>http://www.goodwin.id.au/2011/02/26/maps-schmaps/</link>
		<comments>http://www.goodwin.id.au/2011/02/26/maps-schmaps/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 22:10:34 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Tangents]]></category>
		<category><![CDATA[geolocation]]></category>
		<category><![CDATA[newcastle]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=366</guid>
		<description><![CDATA[This post explores the inner workings of @NewcastlePlaces, a twitter service that maps the locations of events that others are tweeting about. They have some serious issues with their mapping process however, this often results in events being incorrectly mapped. Some of the mapping failures have unexpected results, like placing a dead body inside a solicitors office over 15,000 km away from it's correct location for example.]]></description>
				<content:encoded><![CDATA[<p>Mapping events is not an easy task. Venue names can be misspelled, location descriptions can be vague. Event mapping services have their work cut out for them, something I have personally experienced. For several years now I have been running a gig guide at <a href="http://www.newcastlemusic.com/">newcastlemusic.com</a>. So far the service has published over 60,000 events, all of which have an associated map. I went to great lengths to make sure each of the events was correctly located when mapped. If you&#8217;re interested, an archive of all the events I listed in the gig guide can be viewed at <a href=http://www.newcastlemusic.com/gigarchive.php">newcastlemusic.com/gigarchive.php</a>.</p>
<p>Occasionally, I use twitter to broadcast information about local events through the @<a href="http://twitter.com/newcastlemusic">newcastlemusic</a> account. For example, one of my <a href="http://twitter.com/newcastlemusic/status/38032596910743552">recent tweets</a> was about the <a href="http://www.facebook.com/pages/NIMA/121706781191592">Newcastle Improvised Music Association</a> (NIMA). The association is organising weekly jazz nights at the Grand Hotel in Bolton St, Newcastle. That&#8217;s Newcastle, NSW, Australia, not just any Newcastle. </p>
<p>Within a few hours that information had been retweeted by @<a href="http://twitter.com/NewcastlePlaces">NewcastlePlaces</a>. All well and good you may well say &#8230; except that they had linked to a map for the event that placed it somewhere in the UK. The Schmap indicated that the jazz nights would be taking at <a href="http://maps.google.com.au/maps?q=Grand+Hotel+newcastle+upon+tyne&#038;fb=1&#038;gl=au&#038;hq=Grand+Hotel&#038;hnear=Newcastle+Upon+Tyne,+UK&#038;cid=0,0,9028809044481171714&#038;ei=MORlTZjeMYeKvQOcmL3mDA&#038;sa=X">The Grand Hotel in Newcastle Upon Tyne</a>.</p>
<p>I replied to their tweet and, to their credit, they removed the tweet and the map immediately, however the incident made me curious. How did this happen? Had it happened to anyone else? So I took a look at their account to see what their other tweets were like.<br />
<div id="attachment_415" style="width: 181px" class="wp-caption alignright"><a href="http://www.goodwin.id.au/wp-content/uploads/2011/02/places_and_events_in_newcastle_cropped.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/02/places_and_events_in_newcastle_cropped.jpg" alt="Places and Events in Newcastle. Yes, but which Newcastle?" title="places_and_events_in_newcastle_cropped" width="171" height="200" class="size-full wp-image-415" /></a><p class="wp-caption-text">Places and Events in Newcastle. Indeed, but which Newcastle?</p></div></p>
<p>The @<a href="http://twitter.com/NewcastlePlaces">NewcastlePlaces</a> account had tweeted nearly 800 times. The bulk of the tweets were regurgitating someones elses information about an upcoming event, then adding a handy map for the event on the <a href="http://schmap.it/">Schmap.it</a> service. Their twitter icon featured an image of Newcastle Upon Tyne in the UK, so I assume the operators of the account are based there. The majority of their <a href="http://twitter.com/NewcastlePlaces/followers">followers</a> seem to be from the North East of England. </p>
<p>Schmap&#8217;s <a href="http://schmap.it/about">about page</a> describes the service as &#8221; &#8230; a location technology service provider and local publisher, with cutting-edge expertise at the intersection of local, social, commercial and the real-time web&#8221;. </p>
<p><strong>If they&#8217;d made a mapping mistake with my tweet, perhaps they&#8217;d made others too. </strong></p>
<p>So, using a little local knowledge, I decided to read through their most recent 400 tweets to see if I could find some more <a href="http://twitter.com/search?q=%23schmapfail">#schmapfail</a>. To my astonishment I identified 60 tweets that contained a <a href="http://www.schmap.cit/">Schmap</a> showing an incorrect location.</p>
<p>Here is an example of one of their more recent mapping failures:</p>
<blockquote><p>RT @<a href="http://twitter.com/1233newcastle">1233newcastle</a> A protest is being held at the top of King Edward Park against the redevelopment of th&#8230; <a href="http://schmap.it/3QTQrx?a">http://schmap.it/3QTQrx?a</a> <--MAP <br /><small><a href="">5:44 PM Feb 23rd</a> via <a href="http://schmap.it/">schmap.it</a></small> </p></blockquote>
<div id="attachment_400" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2011/02/1233newcastle_king_edward_park_schmapfail_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/02/1233newcastle_king_edward_park_schmapfail_450.jpg" alt="Schmap showing incorrect location for the King Edward Park protest" title="1233newcastle_king_edward_park_schmapfail_450" width="450" height="216" class="size-full wp-image-400" /></a><p class="wp-caption-text">Schmap showing incorrect location for the King Edward Park protest</p></div>
<p>This tweet was posted by <a href="http://www.abc.net.au/newcastle">1233 ABC Newcastle</a>, a radio station located in Newcastle, NSW, Australia. For some inexplicible reason,  @<a href="http://twitter.com/NewcastlePlaces">NewcastlePlaces</a> had mapped the protest as taking place at the <a href="http://www.kevi.info/">King Edward VI School</a> in Morpeth, UK, over 15,000 km away from it&#8217;s actual location.</p>
<p>Another recent mapping failure involved a retweet of @<a href="http://twitter.com/mediahunter">mediahunter</a>&#8216;s <a href="http://www.stickyads.com.au/applications-now-open-for-autumn-internships-at-sticky/">callout for interns</a> for autumn 2011 at <a href="http://www.stickyads.com.au/">Sticky</a>.  @Mediahunter is a prominent Twitter user from Newcastle, NSW, Australia. His twitter profile clearly states that he is indeed based in Newcastle, Australia.</p>
<blockquote><p>Map for Sticky: <a href="http://schmap.it/Sn2WQv?a">http://schmap.it/Sn2WQv?a</a> &#8211; RT @<a href="http://twitter.com/mediahunter">mediahunter</a> Closing applications today for Autumn internships at Sticky. Hurry!!! http://&#8230; <br /><small><a href="http://twitter.com/NewcastlePlaces/status/37284687936225280">Tuesday, 15 February 2011 9:58:56 AM</a> via <a href="http://schmap.it/">schmap.it</a></small></p></blockquote>
<div id="attachment_408" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2011/02/mediahunter_schmapfail_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/02/mediahunter_schmapfail_450.jpg" alt="Map showing incorrect location for Sticky" title="mediahunter_schmapfail_450" width="450" height="216" class="size-full wp-image-408" /></a><p class="wp-caption-text">Map showing incorrect location for Sticky</p></div>
<p>The Schmap incorrectly indicates that Sticky Ads is located at 152 Hawthorn Road, Ashington, a small suburb located about 20km North of Newcastle Upon Tyne in the UK. This is in fact the location of <a href="http://maps.google.com.au/maps?hl=en&#038;safe=off&#038;client=firefox-a&#038;ie=UTF8&#038;q=sticky+fingers+hawthorn+road+ashington&#038;fb=1&#038;gl=au&#038;hq=sticky+fingers&#038;hnear=Hawthorn+Rd,+Ashington,+UK&#038;cid=0,0,9503964325251503876&#038;ll=55.180062,-1.561292&#038;spn=0.003994,0.010911&#038;t=h&#038;z=17&#038;layer=c&#038;cbll=55.179978,-1.561229&#038;panoid=TkD5nvMzueH2BjnuYnx7OA&#038;cbp=12,49.08,,2,4.83">Sticky Fingers</a>, a takeaway food shop.</p>
<p>Here&#8217;s yet another example that should have raised some eyebrows. The tweet specifically mentions that the poster is at &#8220;Australia&#8217;s most famous beach&#8221;. Yet somehow the Schmap ends up pointing to a small frozen food supplier in Gateshead, UK.</p>
<blockquote><p>Icebergs: <a href="http://schmap.it/RIqs3H?a">http://schmap.it/RIqs3H?a</a> &#8211; RT @<a href="http://twitter.com/Maya_Abeille">Maya_Abeille</a> It was lunch at Icebergs at Australia&#8217;a most famous beach (baked herb encrusted se&#8230; <br /><small><a href="http://twitter.com/NewcastlePlaces/status/22512827642159106">Wednesday, 5 January 2011 3:40:51 PM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<div id="attachment_418" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2011/02/lunch_at_icebergs_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/02/lunch_at_icebergs_450.jpg" alt="Lunch at Icebergs at Australia&#039;s most famous beach" title="lunch_at_icebergs_450" width="450" height="226" class="size-full wp-image-418" /></a><p class="wp-caption-text">Lunch at Icebergs at Australia&#039;s most famous beach</p></div>
<p>One final example, this time involving the location of a dead body. </p>
<blockquote><p>
Body in Singleton pool: Police are investigating the discovery of a body in a backyard p&#8230; <a href="http://schmap.it/JstXbT?a">http://schmap.it/JstXbT?a</a> (via @<a href="http://twitter.com/newcastleherald">newcastleherald</a>) <br /><small><a href="http://twitter.com/NewcastlePlaces/status/28068667388">Friday, 22 October 2010 9:59:35 AM</a> via <a href="http://www.schmap.it">schmap.it</a></small>
</p></blockquote>
<div id="attachment_429" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2011/02/body_in_pool_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2011/02/body_in_pool_450.jpg" alt="A dead body, located at Singleton, Winn, Saunders Solicitors by schmap.it" title="body_in_pool_450" width="450" height="217" class="size-full wp-image-429" /></a><p class="wp-caption-text">A dead body, located at Singleton, Winn, Saunders Solicitors by schmap</p></div>
<p>So the #schmapfail suggests that there was a body at 232 Shields Road, Newcastle Upon Tyne. This is in fact the location of the offices of <a href="http://www.sws-solicitors.co.uk/">Singleton Winn Saunders Solicitors</a>. I&#8217;m sure they appreciate the insinuation that they are connected with a murder case.</p>
<p>So we can see a pattern emerging here. I imagine the process that @<a href="http://twitter.com/NewcastlePlaces">NewcastlePlaces</a> follows goes like this:</p>
<ol>
<li>Search through the tweets of anyone who&#8217;s twitter location contains the word &#8220;Newcastle&#8221;</li>
<li>Determine if they are tweeting about an event</li>
<li>Search for a business in the Newcastle Upon Tyne area that matches the event location</li>
<li>Retweet and include a Schmap that points to the UK business</li>
</ol>
<p>It&#8217;s not hard to see why this process fails so often. Someone from Newcastle Australia is hardly going to be tweeting about an event in the North East of the UK.</p>
<p>In addition to the 60 incorrectly mapped tweets I identified there were also five apologies. Presumably these were responding to people who had complained about their events being incorrectly mapped. </p>
<p>All five apologies are listed below:</p>
<blockquote><p>
@<a href="http://twitter.com/newcastlemusic">newcastlemusic</a> Oh, thanks for the info. We&#8217;ve already removed the tweet. <br /><small><a href="http://twitter.com/NewcastlePlaces/status/38071047102279680">Thursday, 17 February 2011 2:03:39 PM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<blockquote><p>
@<a href="http://twitter.com/SCOLLEYart">SCOLLEYart</a> thanks for letting us know, we have removed the RT  <br /><small><a href="http://twitter.com/NewcastlePlaces/status/36083452264579072">Wednesday, 16 February 2011 1:47:17 AM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<blockquote><p>
<a href="http://twitter.com/dmilor">@dmilor</a>  whoops! thanks for letting us know, we have removed the RT  <br /><small><a href="http://twitter.com/NewcastlePlaces/status/36083452264579072">Saturday, 12 February 2011 2:25:40 AM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<blockquote><p>
@<a href="http://twitter.com/BacchusHeather">BacchusHeather</a>  we have removed the RT  <br /><small><a href="http://twitter.com/NewcastlePlaces/status/29933993046573056">Wednesday, 26 January 2011 3:09:54 AM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<blockquote><p>
@<a href="http://twitter.com/Bibbleq">Bibbleq</a> oh dear, well if you give us the correct address we can fix the schmap for you &#8230; or we can also delete the tweet if you like <br /><small><a href="http://twitter.com/NewcastlePlaces/status/24555771116">Wednesday, 15 September 2010 7:38:28 PM</a> via <a href="http://schmap.it/">schmap.it</a></small>
</p></blockquote>
<p><strong>Sixty-five Schmaps out of four hundred means a SchmapFail rate of 16%. </p>
<p>Is this a twitter account you want to be relying on for your local event information?</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2011/02/26/maps-schmaps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Advancing Front Delaunay Triangulation Animation</title>
		<link>http://www.goodwin.id.au/2010/09/03/advancing-front-delaunay-triangulation-animation/</link>
		<comments>http://www.goodwin.id.au/2010/09/03/advancing-front-delaunay-triangulation-animation/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 10:58:07 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Visualisation]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=254</guid>
		<description><![CDATA[Animation of the advancing front delaunay triangulation algorithm. Each of the frames of this animation were generated using PHP and the GD library. The first triangle constructed is called a supertriagnle. It is an equalateral triangle that entirely contains the convex hull of the points to be triangulated. The vertices of this construction will be [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Animation of the advancing front delaunay triangulation algorithm.</p>
<p>Each of the frames of this animation were generated using PHP and the GD library.</p>
<div align="center"><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/jZUWxT1Jk_Y&#038;hl=en_US&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jZUWxT1Jk_Y&#038;hl=en_US&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></div>
<ol>
<li>The first triangle constructed is called a supertriagnle. It is an equalateral triangle that entirely contains the convex hull of the points to be triangulated. The vertices of this construction will be removed in the last step, leaving the triangulated network.</li>
<li>Points to be triangulated are added one by one. The list of points is ordered by their y co-ordinate.</li>
<li>The horizontal red line shown in the animation shows the advancing front. This is a horizontal line passing through the y co-ordinate of the most recent point added to the network.</li>
<li>Circumcircles pass through the three vertices of each triangle in the network. As each additional point is added to the structure, triangles who&#8217;s circumcircle contains the new point are identified. These circumcircles are drawin in red and their associated triangles highlighted yellow and removed. </li>
<li>New triangles are formed between the most recently inserted point and the segments of the void left after removing the flagged triangles.</li>
<li>The speed of the algorithm is improved by flagging all triangles who&#8217;s circumcircle is entirely behind the advancing front. Triabngles below this line no longer require testing in point 4 above. These are identified in green and then added to the pool of dark grey triangles that no longer need to considered with the addition of each new point.</li>
<li>After the final point is added, the vertices of the supertriangle and any triangles that share these vertices are removed.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2010/09/03/advancing-front-delaunay-triangulation-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Earth Hour &#8211; Light Bulbs and Fossil Fuels</title>
		<link>http://www.goodwin.id.au/2010/03/23/earth-hour-light-bulbs-and-fossil-fuels/</link>
		<comments>http://www.goodwin.id.au/2010/03/23/earth-hour-light-bulbs-and-fossil-fuels/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 12:44:34 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Tangents]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=222</guid>
		<description><![CDATA[A comparison of carbon footprints resulting from traveling. Analysed in the light of the 2010 Earth Hour event.]]></description>
				<content:encoded><![CDATA[<p>I recently read an interesting article on the Newcastle Herald website titled &#8220;<a href="http://www.theherald.com.au/news/local/news/general/newcastle-band-seabellies-do-their-bit-for-earth-hour/1783122.aspx">Newcastle band Seabellies do their bit for Earth Hour</a>&#8220;. </p>
<p>The article described how <a href="http://www.myspace.com/theseabellies">The Seabellies</a>, a relatively successful local band, were travelling to Melbourne to play a gig on Saturday night. Realising that the gig would coincide with <a href="http://www.earthhour.org/">Earth Hour</a>, they planned to participate by turning off the lights at some point during their performance.</p>
<div id="attachment_239" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2010/03/The_Seabellies.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2010/03/The_Seabellies.jpg" alt="The Seabellies" title="The Seabellies" width="450" height="338" class="size-full wp-image-239" /></a><p class="wp-caption-text">The Seabellies</p></div>
<blockquote><p>Steph Setz, keyboard player, said the Seabellies would switch the lights off for at least one song and rely on a crowd armed with glow sticks to provide light.</p></blockquote>
<p>The Newcastle Herald article received some particularly thought provoking comments from members of the public including this one from &#8220;James&#8221;:</p>
<blockquote><p>The entire band drives/flies all the way to Melbourne and back in the space of 2 days and then claims to be supporting the principles behind Earth Hour? They even have the audacity to state that &#8220;every little bit, at work and home, counted when it came to cutting carbon emissions&#8221;. Astonishing hypocrisy.<br />
<strong>Posted by James, 23/03/2010 3:39:54 PM</strong></p></blockquote>
<p>This got me thinking &#8230; about just how much carbon dioxide does a light bulb generate compared to travelling by car or air? With this question in mind, I used an online <a href="http://www.originenergy.com.au/carbon/?_qf_p1_1_display=true">greenhouse gas emissions calculator</a> to calculate the impact of the band&#8217;s travel to Melbourne. </p>
<p><a href="http://www.goodwin.id.au/wp-content/uploads/2010/03/carbon_dioxide.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2010/03/carbon_dioxide.jpg" alt="Smokestack" title="Smokestack" width="450" height="338" class="aligncenter size-full wp-image-237" /></a></p>
<p>What I found was that the band will generate about 1 tonne of CO<sub>2</sub> emissions if they drive two small petrol driven cars to Melbourne and back. Alternatively, if all 6 members chose to fly, they will generate about 3 tonnes of CO<sub>2</sub>.</p>
<p>Compare this with emissions caused by lighting. The electricity that powers a modern light globe creates about 10 grams of CO<sub>2</sub> per hour. Driving the band to Melbourne and back would create as much emissions as leaving a light globe on for 100,000 hours! If they fly then they&#8217;ll generate as much CO<sub>2</sub> as a light globe would in 300,000 hours, or an astonishing 34 years of operation!</p>
<p>The relative impact of a single fossil fuel powered journey far outweighs any savings that could be made by switching off a few light bulbs for an hour. Unfortunately I think the relative magnitude of the contributions of various daily activities to ones carbon footprint is lost on most Australian citizens.</p>
<div id="attachment_234" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2010/03/qantas_767.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2010/03/qantas_767.jpg" alt="Qantas 767" title="Air travel can generate a surprising amount of CO2 per journey" width="450" height="301" class="size-full wp-image-234" /></a><p class="wp-caption-text">Air travel can generate a surprising amount of CO2 per journey</p></div>
<p>I should point out that this blog post is not intended to be critical of The Seabellies themselves. Indeed, my own band, <a href="http://www.erin.net.au/">Erin</a>, has travelled similar distances for gigs in the past. For example, in March 2008 we travelled over 4000 km in two cars through regional NSW and Victoria to attend the Port Fairy Folk Festival. Additionally, I am very fond of international travel and dread to think what the carbon footprint of my history of air travel would be.</p>
<p>What concerns me here is the way that many Australians are seemingly unwilling to modify their lifestyle in order to reduce emissions. Even worse, I believe that events such as Earth Hour can make people complacent, leaving them with a sense that they have done something substantial to reduce their emissions. This false sense of accomplishment may make it easier for them to justify not making any additional changes to their lifestyle on the other 364 days of the year.</p>
<p>I think we should be using Earth Hour to highlight the impact of ALL our daily activities on our carbon footprint. </p>
<p>Reducing our greenhouse gas emissions is going to take more than just turning off some lights for an hour.</p>
<p><small>Seabellies image courtesy of <a href="http://www.flickr.com/photos/michaelspencer/2912725688/">Michael Spencer</a>. Smokestack image courtesy of <a href="http://www.flickr.com/photos/cpurrin1/3367087485/">Colin Purrington</a>. Boeing 767 image courtesy of <a href="http://www.flickr.com/photos/superciliousness/306312951/">superciliousness</a>.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2010/03/23/earth-hour-light-bulbs-and-fossil-fuels/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Day 4 of #dishtour &#8211; Heading Home</title>
		<link>http://www.goodwin.id.au/2009/11/22/day-4-of-dishtour-heading-home/</link>
		<comments>http://www.goodwin.id.au/2009/11/22/day-4-of-dishtour-heading-home/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 22:47:09 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[dishtour]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=70</guid>
		<description><![CDATA[Day four of the Beyond The Dish Tour. We leave Narrabri and head South towards Sydney. On the way we reflect on the many acronyms we encountered on the tour.]]></description>
				<content:encoded><![CDATA[<p>After another early start in Narrabri we board the bus once again and head South, starting our long journey back to Sydney.</p>
<blockquote>
<p>Passing through Quirindi on our way South #dishtour <strong>11:44 AM Nov 22nd, 2009</strong>
</p></blockquote>
<div id="attachment_108" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/cows_on_way_home.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/cows_on_way_home-1024x768.jpg" alt="The long drive home" title="The long drive home" width="450" height="337" class="size-large wp-image-108" /></a><p class="wp-caption-text">The long drive home</p></div>
<blockquote><p>
Lunch at Muswellbrook RSL. Almost home. Day 4 of #dishtour    <strong>12:36 PM Nov 22nd, 2009 </strong> </p>
</blockquote>
<p>We visited <a href="http://www.physics.usyd.edu.au/ioa/Main/SUSI">SUSI</a>, <a href="http://www.narrabri.atnf.csiro.au/">ACTA</a>, <a href="http://www.narrabri.atnf.csiro.au/mopra/">MOPRA</a>, <a href="http://www.atnf.csiro.au/">ATNF</a>, the <a href="http://www.aao.gov.au/about/aat.html">AAT</a> at the <a href="http://www.aao.gov.au/">AAO</a>, the <a href="http://www.aao.gov.au/ukst/">UKST</a>, the <a href="http://msowww.anu.edu.au/misc/hat/index.php">HAT-South</a> (operated by the <a href="http://msowww.anu.edu.au/about_us/index.php">RSAA</a>), inspected the <a href="http://faulkes-telescope.com/telescopes/fts">FTS</a> and even watched a <a href="http://www.rave-survey.aip.de/rave/">RAVE</a>. Since we seemed to visit acronym under the sun I thought I&#8217;d finish with a photograph this great T-Shirt worn by one of the scientists we met at the ATCA.</p>
<div id="attachment_111" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/T-Shirt_of_the_year.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/T-Shirt_of_the_year-1024x768.jpg" alt="T-Shirt of the year" title="T-Shirt of the year" width="450" height="337" class="size-large wp-image-111" /></a><p class="wp-caption-text">T-Shirt of the year</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2009/11/22/day-4-of-dishtour-heading-home/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 3 of #dishtour &#8211; The Australia Telescope</title>
		<link>http://www.goodwin.id.au/2009/11/21/day-3-of-dishtour-the-australia-telescope/</link>
		<comments>http://www.goodwin.id.au/2009/11/21/day-3-of-dishtour-the-australia-telescope/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 19:44:31 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[dishtour]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/2010/02/25/day-3-of-dishtour-the-australia-telescope/</guid>
		<description><![CDATA[Day three of the Beyond The Dish Tour. The group swelters in 44 degree heat as we tour the Australia Telescope National Facility 25km west of Narrabri. We are shown through the Australia Telescope Compact Array (ATCA) and the Sydney University Stellar Interferometer (SUSI). Later in the evening we view several objects in the night sky through a 14 inch telescope in our hotel carpark.]]></description>
				<content:encoded><![CDATA[<p>Leaving Coonabarabran on day 3 we headed north to Narrabri to visit the <a href="http://www.atnf.csiro.au/">Australia Telescope National Facility</a>.</p>
<blockquote><p>
Day 3 of #dishtour. Heading to Narrabri to see the Sydney University Stellar Interferometer (SUSI). Hoping the air conditioning holds out. <strong>7:34 AM Nov 21st, 2009</strong>
</p></blockquote>
<p>It was really hot this day, around 44 degrees or so. Everyone was happy to take advantage of air conditioning wherever it was available.</p>
<blockquote>
<p>Chose a hell of a time to travel around central NSW looking at telescopes. 3 days in a row of 40+ temps. #dishtour <strong>5:35 PM Nov 21st, 2009</strong>
    </p></blockquote>
<p>As we were leaving Coonabarabran I spotted this motorcycle. Totally set up for touring I just can&#8217;t believe that such a vehicle could be controlled. Wouldn&#8217;t want to brake too quickly I&#8217;d imagine.</p>
<div id="attachment_194" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/brave_motorcyclist_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/brave_motorcyclist_450.jpg" alt="Brave Motorcyclist" title="Brave Motorcyclist" width="450" height="338" class="size-full wp-image-194" /></a><p class="wp-caption-text">Brave Motorcyclist</p></div>
<blockquote><p>
It would take a brave and experienced motorcyclist to drive this I think: <a href="http://twitpic.com/qa1j9">http://twitpic.com/qa1j9</a> Seen in Coonabarabran thismorning. <strong>9:25 AM Nov 21st, 2009</strong></p>
</blockquote>
<h4>The Mopra Telescope</h4>
<p>On the way out of Coonabarabran we stopped at the <a href="http://www.narrabri.atnf.csiro.au/mopra/">MOPRA radio telescope</a>. </p>
<div id="attachment_84" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/MOPRA.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/MOPRA-1024x768.jpg" alt="MOPRA Telescope" title="MOPRA Telescope" width="450" height="337" class="size-large wp-image-84" /></a><p class="wp-caption-text">MOPRA Telescope</p></div>
<p>The Mopra Radio Telescope has a 22-metre dish and is located in the Warrumbungle National Park near Coonabarabran. It is part of the Australia Telescope National Facility, operated by CSIRO. The name hails from the location of the facility close to Mopra Rock a geological formation overlooking the telescope.  </p>
<blockquote><p>
The MOPRA radio telescope near Coonabarabran: <a href="http://twitpic.com/qam80">http://twitpic.com/qam80</a> The detectors are cooled to -250 degrees with liquid helium #dishtour <strong>11:43 AM Nov 21st, 2009</strong>
</p></blockquote>
<p>Mopra is controlled remotely from the ATNF facility near Narrabri.</p>
<h4>Australia Telescope National Facility (ATNF)</h4>
<p>The ATNF operates the Australia Telescope which consists of the Compact Array at Narrabri and the Parkes and Mopra radio telescopes. These telescopes can be used together as a long baseline array for use in Very Long Baseline Interferometry. The facility is located about 25km west of Narrabri in rural NSW.</p>
<p>As we approached the facility we were confronted with signs telling us to turn off all radio transmitters as they may interfere with the equipment.</p>
<div id="attachment_79" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/turn_off_all_radio_transmitters.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/turn_off_all_radio_transmitters-1024x768.jpg" alt="Turn off all radio transmitters" title="Turn off all radio transmitters" width="450" height="337" class="size-large wp-image-79" /></a><p class="wp-caption-text">Turn off all radio transmitters</p></div>
<blockquote><p>
Not easy to tweet while visiting radio telescopes. They are necessarily built in remote locations far from mobile towers. #dishtour <strong>9:07 AM Nov 21st, 2009</strong>
</p></blockquote>
<p>We took refuge from the heat inside the visitors centre and ate soggy sandwiches.</p>
<div id="attachment_148" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/lunch_at_the_australia_telescope_visitors_centre.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/lunch_at_the_australia_telescope_visitors_centre-1024x768.jpg" alt="Lunch at the Australia Telescope National Facility (ATNF) visitors centre" title="Lunch at the Australia Telescope National Facility (ATNF) visitors centre" width="450" height="337" class="size-large wp-image-148" /></a><p class="wp-caption-text">Lunch at the Australia Telescope National Facility (ATNF) visitors centre</p></div>
<h4>Australian Telescope Compact Array (ATCA)</h4>
<p>After lunch we headed towards the <a href="http://www.narrabri.atnf.csiro.au/public/">Australian Telescope Compact Array</a> control building. The ATCA is an array of six 22-m antennas used for radio astronomy. </p>
<div id="attachment_109" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/ACTA_control_room.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/ACTA_control_room-1024x768.jpg" alt="Inside the Australian Compact Telescope Array control room" title="Inside the Australian Compact Telescope Array control room" width="450" height="337" class="size-large wp-image-109" /></a><p class="wp-caption-text">Inside the Australian Compact Telescope Array control room</p></div>
<p>Our visit to the server room was welcome as it was cooled to about 10 degrees. Here we saw the banks of SUN computers that processed the data received by the dishes.</p>
<p><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/computer_room_at_ACTA.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/computer_room_at_ACTA-1024x768.jpg" alt="" title="computer_room_at_ACTA" width="450" height="366" class="aligncenter size-large wp-image-199" /></a></p>
<blockquote><p>
Inside the server room at the Australian Compact Telescope Array (ACTA) located near Narrabri, NSW: <a href="http://twitpic.com/qbxc9">http://twitpic.com/qbxc9</a> #dishtour <strong>5:12 PM Nov 21st, 2009</strong></p>
</blockquote>
<p>The view of these huge dishes perched on their tracks was an imposing sight. We paused on our way out to take a few more snapshots of these magnificant structures.</p>
<div id="attachment_104" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/ACTA-2.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/ACTA-2-1024x768.jpg" alt="The Australian Compact Telescope Array (ACTA)" title="The Australian Compact Telescope Array (ACTA)" width="450" height="337" class="size-large wp-image-104" /></a><p class="wp-caption-text">The Australian Compact Telescope Array (ACTA)</p></div>
<h4>Sydney University Stellar Interferometer (SUSI)</h4>
<p>Next up we headed towards the nearby <a href="http://www.physics.usyd.edu.au/ioa/Main/SUSI">Sydney University Stellar Interferometer</a> (SUSI). </p>
<p>SUSI is a long-baseline optical <a href="http://en.wikipedia.org/wiki/Astronomical_interferometer">interferometer</a>. Interferometry is a technique that allows astronomers to improve the angular resolution of their observations. They can use this technique to determine the size of nearby stars. More about the interferometry technique on the <a href="http://www.physics.usyd.edu.au/astron/susi/susi_interf.html">SUSI webpage</a>.</p>
<div id="attachment_88" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/interferometer.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/interferometer-1024x768.jpg" alt="Sydney University Stellar Interferometer (SUSI)" title="Sydney University Stellar Interferometer (SUSI)" width="450" height="337" class="size-large wp-image-88" /></a><p class="wp-caption-text">Sydney University Stellar Interferometer (SUSI)</p></div>
<p>Once inside the SUSI facility we were confronted with a huge array of optical equipment. Amazingly, the twin beams of light collected from the star being observed are recombined after matching the length of the light path to within one wavelength, causing the interference patterns required to complete the analysis. One wavelength of light equates to several hundred nanometres. For comparison, a sheet of paper is about 100,000 nanometers thick </p>
<div id="attachment_89" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_interferometer.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_interferometer-1024x768.jpg" alt="Inside SUSI" title="Inside the SUSI Facility" width="450" height="337" class="size-large wp-image-89" /></a><p class="wp-caption-text">Inside the SUSI Facility</p></div>
<p>The inside of the building was kept at a very constant temperature in order to achive the accuracy required. This was achieved by constructing a second shell inside the main building. The air between the two shells acted as an insulator to help minimise temperature fluctuations in the innermost compartment.</p>
<blockquote><p>
Thanks to the team at the Sydney University Stellar Interferometer for the fantastic tour and for their insight into the facility. #dishtour <strong>5:38 PM Nov 21st, 2009</strong>
  </p></blockquote>
<h4>An Evening in Narrabri</h4>
<p>After a very hot day at the ATNF we returned to Narrabri where several people from the tour chose to cool off in the hotel pool before dinner.</p>
<blockquote><p>
How retro, this motel in Narrabri has a VCR #dishtour <strong>6:21 PM Nov 21st, 2009</strong>
</p></blockquote>
<p>The group assembled in the bar and chatted before dinner was served. After the sun set we assembled in the hotel car-park to look at the sky through a <a href="http://www.meade.com/lx200-acf/index.html">Meade LX200</a> telescope. Once again we observed the moons of jupiter and several other objects.</p>
<blockquote><p>
Looking at the moons of Jupiter after 5 beers in a motel carpark in Narrabri. Looking through a Meade LX200 scope. #dishtour <strong>9:29 PM Nov 21st, 2009</strong>
</p></blockquote>
<div id="attachment_81" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/stargazing_in_narrabri.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/stargazing_in_narrabri-1024x768.jpg" alt="Stargazing in Narrabri" title="Stargazing in Narrabri" width="450" height="337" class="size-large wp-image-81" /></a><p class="wp-caption-text">Stargazing in Narrabri</p></div>
<p>Continue to <a href="http://www.goodwin.id.au/2009/11/22/day-4-of-dishtour-heading-home/">Day 4 of the Beyond The Dish Tour</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2009/11/21/day-3-of-dishtour-the-australia-telescope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 2 of #dishtour &#8211; Siding Spring Observatory</title>
		<link>http://www.goodwin.id.au/2009/11/20/day-2-of-dishtour-siding-spring-observatory/</link>
		<comments>http://www.goodwin.id.au/2009/11/20/day-2-of-dishtour-siding-spring-observatory/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 18:53:05 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[dishtour]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=38</guid>
		<description><![CDATA[Day 2 of the Beyond The Dish Tour. This post describes our day at Siding Spring Observatory. We inspected numerous telescopes, often receiving in-depth commentary from leading astronomers. Later in the evening the group got some hands-on experience with some smaller telescopes at a nearby amateur observatory. Here we were able to explore the objects in the night sky for ourselves.]]></description>
				<content:encoded><![CDATA[<h3>Siding Spring Observatory</h3>
<p>After an early start in Parkes we headed North towards Coonabarabran.</p>
<blockquote><p>
Day two of #dishtour. About to head to Coonabarabran for a tour of the Anglo-Australian telescope at Siding Spring. <strong>7:26 AM Nov 20th, 2009</strong>
</p></blockquote>
<p>We spent nearly two hours in the cafeteria/gift shop at Siding Spring Observatory, consuming the time with chatter amongst the tour members and a wander through the various exhibits.</p>
<div id="attachment_93" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/lunch_at_siging_spring_observatory.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/lunch_at_siging_spring_observatory-1024x768.jpg" alt="Lunch at Siding Spring Observatory" title="Lunch at Siding Spring Observatory" width="450" height="337" class="size-large wp-image-93" /></a><p class="wp-caption-text">Lunch at Siding Spring Observatory</p></div>
<p>While eating lunch I tweeted one of my <em>stellar</em> puns.</p>
<blockquote><p>
Lunch at the Siding Springs Observatory cafe. The prices are astronomical, but the food is out of this world. #dishtour <strong>12:24 PM Nov 20th, 2009</strong>
</p></blockquote>
<div id="attachment_105" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/siding_spring_panorama.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/siding_spring_panorama-1024x768.jpg" alt="Siding Spring Panorama" title="Siding Spring Panorama" width="450" height="337" class="size-large wp-image-105" /></a><p class="wp-caption-text">Siding Spring Panorama - Anglo-Australian Telescope on Right</p></div>
<blockquote>
<p>Siding Spring Observatory panorama: <a href="http://twitpic.com/q7gas">http://twitpic.com/q7gas</a> #dishtour <strong>6:56 PM Nov 20th, 2009</strong>
</p></blockquote>
<p><iframe width="600" height="450" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;q=Coonabarabran+New+South+Wales,+Australia&amp;sll=-31.295568,149.106445&amp;sspn=0.510461,0.662613&amp;ie=UTF8&amp;cd=1&amp;geocode=FSHOIv4dWMrlCA&amp;split=0&amp;hq=&amp;hnear=Coonabarabran+New+South+Wales,+Australia&amp;t=h&amp;ll=-31.272829,149.066341&amp;spn=0.008253,0.012875&amp;z=16&amp;iwloc=A&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;q=Coonabarabran+New+South+Wales,+Australia&amp;sll=-31.295568,149.106445&amp;sspn=0.510461,0.662613&amp;ie=UTF8&amp;cd=1&amp;geocode=FSHOIv4dWMrlCA&amp;split=0&amp;hq=&amp;hnear=Coonabarabran+New+South+Wales,+Australia&amp;t=h&amp;ll=-31.272829,149.066341&amp;spn=0.008253,0.012875&amp;z=16&amp;iwloc=A" >View Larger Map</a></small></p>
<p>The Siding Spring Observatory is situated 1,165 metres (3,820 ft) above sea level in the Warrumbungle National Park on Mount Woorat also known as Siding Spring Mountain. Siding Spring Observatory is owned by the Australian National University (ANU) and is part of the Mount Stromlo and Siding Spring Observatories research school. There are currently 12 telescopes on site.</p>
<h3>The Anglo Australian Telescope (AAT)</h3>
<p>The first telescope we looked at was the <a href="http://www.aao.gov.au/about/aat.html">Anglo-Australian Telescope</a>, a 3.9 m equatorially mounted telescope. The AAT was comissioned in 1974 and at the time was one of the largest telescopes in the Southern hemisphere.</p>
<div id="attachment_97" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_AAT.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_AAT-768x1024.jpg" alt="Inside the Anglo Australian Telescope (AAT)" title="Inside the Anglo Australian Telescope (AAT)" width="450" height="600" class="size-large wp-image-97" /></a><p class="wp-caption-text">Inside the Anglo Australian Telescope (AAT)</p></div>
<p>Each day the dome housing the AAT is cooled to the temperature forecast for that evening at the Siding Spring site. This reduces exchange of air when the dome is opened at night resulting in a clearer view of the night sky.</p>
<p>We were lucky enough to be lead through the Anglo Australian Telescope by Astronomer-in-Charge, <a href="http://www.fredwatson.com.au/">Dr Fred Watson</a>. </p>
<blockquote>
<p>Just had an amazing tour right through the Anglo-Australian Telescope: #dishtour <a href="http://twitpic.com/q6s5y">http://twitpic.com/q6s5y</a> <strong>3:01 PM Nov 20th, 2009</strong>
</p></blockquote>
<h3>Faulkes Telescope South</h3>
<p>Our next stop was the <a href="http://faulkes-telescope.com/telescopes/fts">Faulkes Telescope South</a> (FTS). This fully robotic 2m reflecting telescope is a clone of the <a href="http://en.wikipedia.org/wiki/Liverpool_Telescope">Liverpool Telescope</a>. It is used for research as well as  by school children around the world via the internet.</p>
<div id="attachment_99" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/Faulkes_Telescope_South.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/Faulkes_Telescope_South-768x1024.jpg" alt="Faulkes Telescope South" title="Faulkes Telescope South" width="450" height="600" class="size-large wp-image-99" /></a><p class="wp-caption-text">Faulkes Telescope South</p></div>
<blockquote>
<p>Inside the Faulkes Telescope South at Siding Spring, NSW: #dishtour <a href="http://twitpic.com/q74f6">http://twitpic.com/q74f6</a> <strong>4:36 PM Nov 20th, 2009</strong></p>
</blockquote>
<p>The Faulkes telescopes can also be found on Twitter at <a href="http://twitter.com/faulkestel">@faulkestel</a>.</p>
<h3>UK Schmidt Telescope</h3>
<p>The <a href="http://www.aao.gov.au/ukst/">UK Schmidt Telescope</a> survey telescope with an aperture of 1.2 metres and a very wide-angle field of view. The telescope was commissioned in 1973 and was designed to photograph 6.6 x 6.6 degree areas of the night sky on plates 356 x 356 mm.</p>
<div id="attachment_129" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/schmidt_telescope_schematic.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/schmidt_telescope_schematic-1024x768.jpg" alt="Schematic of the UK Schmidt Telescope" title="Schematic of the UK Schmidt Telescope" width="450" height="337" class="size-large wp-image-129" /></a><p class="wp-caption-text">Schematic of the UK Schmidt Telescope</p></div>
<p>More recently the photographic plates have been replaced with an array of fibre-optic cables strategically located so each one can gather the spectra of an individual star within the telescope&#8217;s field of view.</p>
<div id="attachment_142" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/computer_controlled_placement_of_optical_fibres.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/computer_controlled_placement_of_optical_fibres-1024x768.jpg" alt="Computer controlling the placement of the optical fibres" title="Computer controlling the placement of the optical fibres" width="450" height="337" class="size-large wp-image-142" /></a><p class="wp-caption-text">Computer controlling the placement of the optical fibres</p></div>
<p>The individual fibre-optic cables are placed with the help of a robot as seen in the image below.</p>
<div id="attachment_140" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/schmidt_optical_fibre_placement_robot.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/schmidt_optical_fibre_placement_robot-768x1024.jpg" alt="Robotic placement of optical fibres" title="Robotic placement of optical fibres" width="450" height="600" class="size-large wp-image-140" /></a><p class="wp-caption-text">Robotic placement of optical fibres</p></div>
<p>The UKST is currently conducting the <a href="http://www.rave-survey.aip.de/rave/">Radial Velocity Experiment</a> (RAVE). This is a survey that aims to measure the radial velocities and stellar atmosphere parameters (temperature, metallicity, surface gravity) of up to one million stars near the Sun.</p>
<h3>Skymapper</h3>
<p><a href="http://www.mso.anu.edu.au/skymapper/">SkyMapper</a> is a surveying telescope which is able to quickly and deeply scan the nighttime skies. It was comissioned so recently (became operational in May 2009) that it still had the &#8220;new-telescope-smell&#8221;.</p>
<p>The SkyMapper is a fully automated telescope, 1.3m in diameter with an 8-sq degree field of view. It will provide a deep digital map of the southern sky which will allow astronomers to study everything from nearby objects such as asteroids in our solar system to the most distant objects in the universe called quasars. </p>
<div id="attachment_131" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/skymapper_telescope.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/skymapper_telescope-768x1024.jpg" alt="The Skymapper Telescope" title="The Skymapper Telescope" width="450" height="600" class="size-large wp-image-131" /></a><p class="wp-caption-text">The Skymapper Telescope</p></div>
<p>The data taken by the SkyMapper telescope will be shared with astronomers around the world via the <a href="http://www.ivoa.net/">Virtual Observatory initiative</a>.</p>
<h4>Other Telescopes at Siding Spring</h4>
<p>We continued on to visit a number of other telescopes at the Siding Spring Observatory:</p>
<h4>HAT-South</h4>
<p>The <a href="http://msowww.anu.edu.au/misc/hat/index.php">HAT-South</a> is a project to search for transiting extrasolar planets in the Southern Hemisphere. It uses a network of wide-field telescopes to monitor hundreds of thousands of bright stars, searching for the characteristic dip in light that occurs when a planet passes in front of its host star.</p>
<h4>2.3 Metre Advanced Technology Telescope</h4>
<p>The <a href="http://www.mso.anu.edu.au/observing/telescopes/2.3m.php">2.3 Metre Advanced Technology Telescope</a> was housed in a building that could rotate on it&#8217;s axis. </p>
<div id="attachment_206" style="width: 610px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/spinning_building.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/spinning_building-768x1024.jpg" alt="Rotating Building Housing the 2.3m Telescope" title="Rotating Building Housing the 2.3m Telescope" width="450" height="600" class="size-large wp-image-206" /></a><p class="wp-caption-text">Rotating Building Housing the 2.3m Telescope</p></div>
<blockquote>
<p>Spinning building in the foreground with the Anglo-Australian Telescope in the background: #dishtour <a href="http://twitpic.com/q74p5">http://twitpic.com/q74p5</a> <strong>4:39 PM Nov 20th, 2009</strong></p>
</blockquote>
<h3>Stargazing near Coonabarabran</h3>
<p>After a long hot day trekking around the Siding Spring Observatory site we headed back to our hotel in Coonabarabran for drinks and dinner. </p>
<div id="attachment_114" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/arrival_in_coonabarabran.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/arrival_in_coonabarabran-1024x768.jpg" alt="Arrival in Coonabarabran" title="Arrival in Coonabarabran" width="450" height="337" class="size-large wp-image-114" /></a><p class="wp-caption-text">Arrival in Coonabarabran</p></div>
<p>Spirits were high after our epic day of telescope inspections and we were all keen to get our hands on some smaller scopes and see some of the objects we had been discussing for ourselves. </p>
<blockquote>
<p>Back at Coonabarabran, heading out later tonight for some viewing at a private observatory #dishtour <strong>6:52 PM Nov 20th, 2009</strong></p>
</blockquote>
<p>After dinner we boarded the bus again and drove to the <a href="http://www.tenbyobservatory.com/">Warrumbungle Observatory</a> where we watched an interesting presentation about the objects in the night sky. There were about 6 different telescopes set up on a concrete pad, each one programmed to point at and track a different object in the sky. </p>
<p>Amongst the objects we saw were <a href="http://en.wikipedia.org/wiki/Jupiter">Jupiter</a> and it&#8217;s <a href="http://en.wikipedia.org/wiki/Moons_of_Jupiter">moons</a>, a <a href="http://en.wikipedia.org/wiki/Globular_cluster">globular cluster</a>, <a href="http://en.wikipedia.org/wiki/Pleiades_%28star_cluster%29">the Pleiades</a> and <a href="http://en.wikipedia.org/wiki/Neptune">Neptune</a>.</p>
<p>There were also two larger telescopes set up in domes. People were encouraged to bring along digital SLR cameras as they could be attached to these larger scopes. Below is one of the images taken by someone on our tour. It shows the M42 Nebula, a large area of hydrogen gas from which stars are born. It lies at a distance of 1500 light years away and is 15 light years in diameter.</p>
<div id="attachment_101" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/IMG_3956_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/IMG_3956_450.jpg" alt="Photo of M42 - The Great Nebula in Orion" title="Amateur photo of M42 - The Great Nebula in Orion" width="450" height="300" class="size-full wp-image-101" /></a><p class="wp-caption-text">Photo of M42 - The Great Nebula in Orion</p></div>
<blockquote>
<p>Have just returned from an awesome night of stargazing. Saw Jupiter + moons, nebulae, Neptune etc etc. 6 telescopes operating. #dishtour <strong>10:54 PM Nov 20th, 2009</strong>
</p></blockquote>
<p>We drove past the Warrumbungle Observatory on our way out of Coonabarabran the next day and I managed to snap this image out the bus window. The Telescopes on the concrete pad had been moved inside but the two domes housing the larger scopes are still visible.</p>
<div id="attachment_95" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/warrumbungle_observatory_by_day.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/warrumbungle_observatory_by_day-1024x768.jpg" alt="Warrumbungle Observatory by day" title="Warrumbungle Observatory by day" width="450" height="337" class="size-large wp-image-95" /></a><p class="wp-caption-text">Warrumbungle Observatory by day</p></div>
<p>Continue to <a href="http://www.goodwin.id.au/2009/11/21/day-3-of-dishtour-the-australia-telescope/">Day 3 of the Beyond The Dish Tour</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2009/11/20/day-2-of-dishtour-siding-spring-observatory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Day 1 of #dishtour &#8211; Parkes Radio Telescope</title>
		<link>http://www.goodwin.id.au/2009/11/19/day-1-of-dishtour-parkes-radio-telescope/</link>
		<comments>http://www.goodwin.id.au/2009/11/19/day-1-of-dishtour-parkes-radio-telescope/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 21:19:45 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[dishtour]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=27</guid>
		<description><![CDATA[This post describes the events of day one of the Beyond The Dish tour. We began the day at Sydney University and headed west. After a brief lunch stop at Orange we headed towards Parkes for a tour of the Parkes Radio Telescope.]]></description>
				<content:encoded><![CDATA[<p>Our tour was scheduled to depart from the University of Sydney at 8AM. At first I was a little taken aback at the demographics of the group assembled for the tour. My intrepidation can be seen in the tweets made while waiting for the bus to depart.</p>
<blockquote><p>
Average age of fellow #dishtour travellers seems to be about 60. Aging geeks abound. <strong>7:38 AM Nov 19th, 2009</strong></p>
</blockquote>
<p>I needn&#8217;t have been worried however because the people on the tour turned out to be an interesting and entertaining group. As the nights progressed the conversations became more and more engaging. Interacting with the other group members was actually one of the highlights of the tour for me.</p>
<h3>Lunch stop in Orange</h3>
<p>We drove west out of Sydney. After a brief rest stop at Blackheath in the Blue Mountains we stopped at Orange for lunch where I was more than impressed with the selection of meat offered by the pub.</p>
<blockquote><p>
The steak selection at this pub in Orange is far better than my local butcher has to offer: <a href="http://twitpic.com/q1uiz">http://twitpic.com/q1uiz</a> #dishtour <strong>12:25 PM Nov 19th, 2009</strong></p>
</blockquote>
<div id="attachment_135" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/steak_in_orange_450.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/steak_in_orange_450.jpg" alt="Quality selection of steak in a pub in Orange, NSW" title="Quality selection of steak in a pub in Orange, NSW" width="450" height="338" class="size-full wp-image-135" /></a><p class="wp-caption-text">Quality selection of steak in a pub in Orange, NSW</p></div>
<p>After lunch we continued our journey west towards the <a href="http://www.parkes.atnf.csiro.au/">Parkes Radio Telescope</a>.</p>
<h3>Parkes Radio Telescope</h3>
<p>The Parkes Observatory, is a 64-metre Telescope used for Radio Astronomy. Yes, this is &#8220;The Dish&#8221; as featured in the <a href="http://thedishmovie.warnerbros.com/index_noflash.html">movie of the same name</a>. It&#8217;s an inspiring structure that sits in an unassuming sheep paddock about 20km North of the town of <a href="http://www.parkes.nsw.gov.au/">Parkes</a> in central NSW. </p>
<div id="attachment_118" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/the_dish.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/the_dish-768x1024.jpg" alt="Parkes Radio Telescope" title="Parkes Radio Telescope" width="450" height="600" class="size-large wp-image-118" /></a><p class="wp-caption-text">Parkes Radio Telescope</p></div>
<p>We were taken on a tour through the entire facility. Unfortunately we weren&#8217;t allowed to walk (or play cricket) on the dish itself.</p>
<blockquote>
<p>Just went on a &#8216;behind the scenes&#8217; tour of the Parkes radio telescope: <a href="http://twitpic.com/q2uon">http://twitpic.com/q2uon</a> #dishtour <strong>5:46 PM Nov 19th, 2009</strong></p>
<p>Inside the control room of the Parkes radio telescope: <a href="http://twitpic.com/q2uxb">http://twitpic.com/q2uxb</a> #dishtour Our tour guide: <a href="http://twitpic.com/q2v1z">http://twitpic.com/q2v1z</a> <strong>5:50 PM Nov 19th, 2009</strong>
  </p></blockquote>
<div id="attachment_121" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/astronomers_room.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/astronomers_room-1024x768.jpg" alt="The Astronomers Room at Parkes Radio Telescope" title="The Astronomers Room at Parkes Radio Telescope" width="450" height="337" class="size-large wp-image-121" /></a><p class="wp-caption-text">The Astronomers Room at Parkes Radio Telescope</p></div>
<div id="attachment_120" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_dish.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/inside_the_dish-1024x768.jpg" alt="Inside the Parkes Radio Telescope" title="Inside the Parkes Radio Telescope" width="450" height="337" class="size-large wp-image-120" /></a><p class="wp-caption-text">Inside the Parkes Radio Telescope</p></div>
<div id="attachment_127" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/atomical_clock.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/atomical_clock-1024x768.jpg" alt="Atomic Clock at the Parkes Radio Telescope" title="Atomic Clock at the Parkes Radio Telescope" width="450" height="337" class="size-large wp-image-127" /></a><p class="wp-caption-text">Atomic Clock at the Parkes Radio Telescope</p></div>
<blockquote><p>
Did you know that &#8220;The Dish&#8221; was built at exactly 33 degrees south to make it easier for boffins with their slide rule calcs? #dishtour <strong>5:53 PM Nov 19th, 2009</strong>
</p></blockquote>
<p>The modern computers and the atomic clock on the wall are a far cry from the paper and slide-rules originally used to aim the dish.</p>
<div id="attachment_164" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/whiteboard_at_parkes_radio_telescope.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/whiteboard_at_parkes_radio_telescope-1024x768.jpg" alt="Whiteboard inside Parkes Radio Telescope" title="Whiteboard inside Parkes Radio Telescope" width="450" height="366" class="size-large wp-image-164" /></a><p class="wp-caption-text">Whiteboard inside Parkes Radio Telescope</p></div>
<h3>An Evening in Parkes</h3>
<p>Later that night we looked at the moons of Jupiter through a replica of the telescope Galileo used 400 years ago. It was amazing that even through this relatively primative scope we were able to clearly make out the disc of Jupiter and the four &#8220;<a href="http://en.wikipedia.org/wiki/Galilean_moons">Galilean moons</a>&#8220;, Io, Europa, Ganymede and Callisto. </p>
<div id="attachment_214" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/galileo_and_the_cardinal.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/galileo_and_the_cardinal.jpg" alt="Replica Galilean Telescope" title="Replica Galilean Telescope" width="450" height="605" class="size-full wp-image-214" /></a><p class="wp-caption-text">Replica Galilean Telescope</p></div>
<blockquote><p>
Watching a man dressed as Galileo explain the minute details of his replica 400 year old telescope #dishtour <strong>9:18 PM Nov 19th, 2009</strong>
</p></blockquote>
<div id="attachment_215" style="width: 460px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/group_with_galileo.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/group_with_galileo.jpg" alt="Beyond The Dish Tour Group in Parkes" title="Beyond The Dish Tour Group in Parkes" width="450" height="294" class="size-full wp-image-215" /></a><p class="wp-caption-text">Beyond The Dish Tour Group in Parkes</p></div>
<p>If you&#8217;re interested in making your own replica Galilean telescope I managed to find some <a href="http://galileo.rice.edu/lib/student_work/astronomy96/mtelescope.html">detailed instructions</a> on how to do it.</p>
<p>Continue to <a href="http://www.goodwin.id.au/2009/11/20/day-2-of-dishtour-siding-spring-observatory/">Day 2 of the Beyond The Dish Tour</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2009/11/19/day-1-of-dishtour-parkes-radio-telescope/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond the Dish Tour</title>
		<link>http://www.goodwin.id.au/2009/11/18/beyond-the-dish-tour/</link>
		<comments>http://www.goodwin.id.au/2009/11/18/beyond-the-dish-tour/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 18:12:18 +0000</pubDate>
		<dc:creator><![CDATA[Andrew]]></dc:creator>
				<category><![CDATA[Travel]]></category>
		<category><![CDATA[dishtour]]></category>

		<guid isPermaLink="false">http://www.goodwin.id.au/?p=1</guid>
		<description><![CDATA[Beyond The Dish was a four-day, 1500km journey through rural NSW that took our small group behind the scenes at some of Australia's world-class astronomical installations. ]]></description>
				<content:encoded><![CDATA[<p>Beyond The Dish was a four-day, 1500km journey through rural NSW that took our small group behind the scenes at some of Australia&#8217;s world-class astronomical installations. </p>
<div id="attachment_25" style="width: 310px" class="wp-caption aligncenter"><a href="http://www.goodwin.id.au/wp-content/uploads/2009/11/dishroute.jpg"><img src="http://www.goodwin.id.au/wp-content/uploads/2009/11/dishroute-300x297.jpg" alt="Proposed route for the Beyond The Dish Tour" title="Proposed route for the Beyond The Dish Tour" width="300" height="297" class="size-medium wp-image-25" /></a><p class="wp-caption-text">Proposed Route</p></div>
<p>First stop was &#8220;The Dish&#8221;, Parkes Radio Telescope. From Parkes the tour made it&#8217;s way North to the Anglo-Australian Observatory at Siding Spring Mountain, Coonabarabran.  We then headed to the Australian Telescope Compact Array and the Sydney University Stellar Interferometer at Narrabri before heading back to Sydney.</p>
<p>The trip was lead by of University of Sydney astronomer <a href="http://www.physics.usyd.edu.au/~obyrne/">Dr John O&#8217;Byrne</a>, who gave informative commentary throughout the tour.</p>
<p>Whenever I had the chance I wrote about what was happening through the popular microblogging site Twitter. Each of the tweets was tagged with the hashtag #dishtour so I could easily collate them at a later date. For example:</p>
<blockquote><p>
Day 1 of #dishtour. En-route to Parkes &#8230; <strong>6:08 AM Nov 19th, 2009</strong>
</p></blockquote>
<p>Follow the links below for a detailed description of the four day tour that went &#8220;Beyond The Dish&#8221;.</p>
<ul>
<li><a href="http://www.goodwin.id.au/2009/11/19/day-1-of-dishtour-parkes-radio-telescope/">Day 1 &#8211; Parkes Radio Telescope</a></li>
<li><a href="http://www.goodwin.id.au/2009/11/20/day-2-of-dishtour-siding-spring-observatory/">Day 2 &#8211; Siding Spring Observatory</a></li>
<li><a href="http://www.goodwin.id.au/2009/11/21/day-3-of-dishtour-the-australia-telescope/">Day 3 &#8211; Australia Telescope National Facility</a></li>
<li><a href="http://www.goodwin.id.au/2009/11/22/day-4-of-dishtour-heading-home/">Day 4 &#8211; Heading Home</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.goodwin.id.au/2009/11/18/beyond-the-dish-tour/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
