<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Astronomy Blog</title>
		<link>http://www.strudel.org.uk/blog/astro/</link>
		<description>An astronomy blog usually (but not always) based in the UK. Pondering questions such as  What is in an exoplanet name ?.</description>
		<language>en-gb</language>
		<pubDate>Thu, 26 Aug 2010 12:35:00 +0100</pubDate>
		<lastBuildDate>Thu, 26 Aug 2010 12:35:00 +0100</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>Marzipan (v0.6.2)</generator>
		<item>
			<title>Astromovies</title>
			<link>http://www.strudel.org.uk/blog/astro/000945.shtml</link>
			<description>
			<![CDATA[This morning, on Twitter, astronomer <a href="http://www.twitter.com/adam_avison">@adam_avison</a> started the astronomy-themed hashtag <a href="http://search.twitter.com/search?q=#astromovies">#astromovies</a>. The idea was to think of astronomical versions of movie titles and it has got pretty popular. I thought I'd share some of those that I liked.<br /><ul><li>Dial M for Maunder (<a href="http://twitter.com/telescoper">@telescoper</a>)</li><li>Gone With the Solar Wind (<a href="http://twitter.com/scibuff">@scibuff</a>)</li><li>Lyra Lyra (<a href="http://twitter.com/allinthegutter">@allinthegutter: N.</a>)</li><li>Blazar Runner (<a href="http://twitter.com/jen_gupta">@jen_gupta</a>)</li><li>Keck-Ass (<a href="http://twitter.com/telescoper">@telescoper</a>)</li><li>The BL-Lac of the Mohicans (<a href="http://twitter.com/allinthegutter">@allinthegutter N.</a>)</li><li>Scrodingers List (<a href="http://twitter.com/huwmjames">@huwmjames</a>)</li><li>20,000 lightyears under the sea (<a href="http://twitter.com/ryanastron">@ryanastron</a>)</li><li>The Dark Matter Crystal (<a href="http://twitter.com/astropixie">@astropixie</a>)</li><li>Pretty in Infrared (<a href="http://twitter.com/astropixie">@astropixie</a>)</li><li>Lyman-Alpha Forrest Gump (<a href="http://twitter.com/samb8s">@samb8s</a>)</li><li>Some Like It 5777K (<a href="http://twitter.com/dr_paul_woods">@dr_paul_woods</a>)</li><li>Oort of Africa (<a href="http://twitter.com/allinthegutter">@allinthegutter N.</a>)</li><li>Lovell Actually (<a href="http://twitter.com/jen_gupta">@jen_gupta</a>)</li><li>He[II]Boy (<a href="http://twitter.com/chris_tibbs">@chris_tibbs</a>)</li><li>Who Dark-Framed Roger Rabbit? (<a href="http://twitter.com/dr_paul_woods">@dr_paul_woods</a>)</li><li>Galaxy Zoolander (<a href="http://twitter.com/sarahkendrew">@sarahkendrew</a>)</li><li>Parsecs and the City (<a href="http://twitter.com/astronomyblog">@astronomyblog</a>)</li><li>Ten Things I Hate About UV (<a href="http://twitter.com/mark_purver">@mark_purver</a>)</li><li>GoldenEyepiece (<a href="http://twitter.com/astronomyblog">@astronomyblog</a>)</li><li>The Life of Brian Cox (<a href="http://twitter.com/evanocathain">@evanocathain</a>)</li><li>Full Metallicity Jacket (<a href="http://twitter.com/allinthegutter">@allinthegutter E.</a>)</li><li>Brokeback Equatorial Mount (<a href="http://twitter.com/emptypenny">@emptypenny</a>)</li><li>VLA for Vendetta (<a href="http://twitter.com/allinthegutter">@allinthegutter E.</a>)</li><li>Honey, I shrunk the UKIDSS (<a href="http://twitter.com/allinthegutter">@allinthegutter</a>)</li></ul>  - <a href="http://www.strudel.org.uk/blog/astro/000945.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Thu, 26 Aug 2010 12:35:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000945.shtml</guid>
		</item>
		<item>
			<title>AVM with Javascript</title>
			<link>http://www.strudel.org.uk/blog/astro/000944.shtml</link>
			<description>
			<![CDATA[I've <a target="_self" href="../../blog/astro/000834.shtml">mentioned Astronomy Visualization Metadata</a> before as well as my <a target="_self" href="../../blog/astro/000835.shtml">attempts to make a microformat</a> and include the object categories in <a target="_self" href="../../lookUP/">LookUP</a> results. <a target="_self" href="http://www.virtualastronomy.org/avm_metadata.php">It is</a> an attempt to add useful astronomical information to astronomical image files ("pretty pictures") used on the web so that when someone downloads an astronomical image the information such as position, object name, observing frequencies etc go with it (unless it gets edited). <br /><br />Recently, I've been thinking about the possibility of placing pretty pictures in <a target="_self" href="http://www.chromoscope.net/">Chromoscope</a>. This is already possible in the <a target="_self" href="http://www.worldwidetelescope.org/Home.aspx">WorldWideTelescope</a> plug-in but getting it to work in a normal browser requires a bit of effort. The idea isn't fully fledged yet but, to make it even tennable, I had to be able to extract the metadata from the image within the web-browser.<br /><br />A few weeks ago I discovered a nice <a target="_self" href="http://www.nihilogic.dk/labs/exifjquery/">Javascript library that reads EXIF information</a> from images. This was a good start but I soon discovered that it didn't read the AVM data as it isn't stored in the same way as the EXIF information. After a bit of head scratching, and reading the <a target="_self" href="http://www.adobe.com/devnet/xmp/pdfs/xmp_specification.pdf">Adobe XMP specifications</a>, I was able to adapt the EXIF Javascript library to read AVM data too. I've <a target="_self" href="../../chromoscope/exif/">created a test page</a> with a few images on it to check that it works. Thanks to @<a target="_self" href="http://twitter.com/kimberlykowal">kimberlykowal</a> for helping check the Chandra image.  - <a href="http://www.strudel.org.uk/blog/astro/000944.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Tue, 24 Aug 2010 19:28:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000944.shtml</guid>
		</item>
		<item>
			<title>Astronomer H-R diagram</title>
			<link>http://www.strudel.org.uk/blog/astro/000943.shtml</link>
			<description>
			<![CDATA[Most people who've done an astronomy course will have heard of the <a href="http://en.wikipedia.org/wiki/Hertzsprung;Russell_diagram" target="_self">Hertzsprung-Russell diagram</a>. It was developed to show the relationships between the temperature (or colour) of a star and its luminosity. The other week I saw a tweet referring to someone as an "astronomy media star". This interesting stellar classification got me thinking about an alternative version of the H-R diagram. In my alternate reality I imagined a version classifying astronomers* and so, after a little consultation with other astronomers (thanks Sarah, Tess, Mike, Paul and Amanda) and some free time**, I present...<br /><div style="font-size: 0.8em; float: none; margin-top: 10px; margin-bottom: 10px; width: 100%;"><a href="../../blog/astro/images//20100719_astronomer_HR_diagram.png"><img alt="" src="../../blog/astro/images//20100719_astronomer_HR_diagram.png" style="width: 100%; border: 0px none;" /></a>Click to embiggen. Apologies to Hertzsprung and Russell. If you are one of the names on this plot and you feel your numbers are very wrong, <a href="http://twitter.com/astronomyblog" target="_self">let me know</a> and I'll update it. CREDIT: Stuart</div>This isn't in any way supposed to be accurate - it is qualitative - and most of the "Main Career Sequence" is invented based on expectations of an evolutionary sequence assuming little use of the internet before becoming an astronomer. Mega-stars such as Dr Brian May may follow a totally different path. Of course, not all astronomers make it along the main sequence and many go off to other jobs through either an "academia runaway" or a "funding instability crisis". The "dark astronomers" (we have dark matter and dark energy so why not?) are theorised to exist but haven't been directly detected so if you have evidence for one, please let me know. <br /><br />For those wanting technical details, the data for the red stars comes from NASA's <a href="http://adsabs.harvard.edu/abstract_service.html" target="_self">ADS</a>/SPIRES-HEP (limited to peer review) and searching for the person's name (in quotation marks) on Google. Both numbers are affected by name-sake contamination and the <a rel="nofollow" target="_self" href="http://www.google-dance-tool.com/what_is_google_dance.html">Google-dance</a>/search customisation adds to the uncertainty on the y-axis. <b>Update 2010-07-22T11:10:00 UT:</b> It turns out that Google gives wildly different results depending on which Google you are connected to. Being in the UK I was automatically redirected to google.co.uk and that is where these numbers come from. Google.com seems to produce more search results. I may re-make this plot using Google.com as the standard.<br /><br />If anyone has the time to properly classify a few hundred astronomers you are welcome to do that and send me the data!<br /><br /><span style="font-size: 0.7em;">* I know Brian Cox is technically a particle physicist but he is the <a target="_self" href="http://www.thesun.co.uk/sol/homepage/features/2960848/Professors-plea-to-keep-funding-space-exploration.html">Sun Professor</a> which makes him almost a solar physicist ;-)<br />** Internet-based diversions such as this usually result in people saying "he has too much free time". That is not entirely inaccurate.</span>  - <a href="http://www.strudel.org.uk/blog/astro/000943.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Wed, 21 Jul 2010 12:36:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000943.shtml</guid>
		</item>
		<item>
			<title>Planck All-sky</title>
			<link>http://www.strudel.org.uk/blog/astro/000942.shtml</link>
			<description>
			<![CDATA[This morning, the <a target="_self" href="http://www.esa.int/">European Space Agency</a> and the Planck Consortium <a href="http://www.ukspaceagency.bis.gov.uk/18918.aspx" target="_self">released</a> the <a target="_self" href="http://www.esa.int/planck">Planck satellite</a>'s first view of the entire sky. Behold.<br /><br /><div style="font-size: 0.8em; float: none; margin-top: 10px; margin-bottom: 10px; width: 100%;"><a href="http://www.jb.man.ac.uk/news/2010/PlanckFSM/PLANCK_FSM_03_Black.jpg"><img style="width: 100%; border: 0px none;" alt="Planck sky" src="../../blog/astro/images/20100705_planck.jpg" /></a><br />A false-colour image of the whole sky as seen by Planck. The dust throughout the Galaxy is shown in blue. In the background, the mottled yellow features are relic radiation, called the Cosmic Microwave Background, which contains information about the earliest stages of the Universe. This image is a low-resolution version of the full data set. <b>CREDIT:</b> ESA, Planck LFI and HFI Consortia (2010)</div><a target="_self" href="http://planck.cf.ac.uk/">Planck</a> was launched on May 14th 2009 and, after three months of travelling and instrument testing, started taking science data in August last year. Early on we were treated to <a target="_self" href="http://www.esa.int/SPECIALS/Planck/SEM5CMFWNZF_0.html">first light images</a>, an image of <a target="_self" href="http://www.esa.int/SPECIALS/Planck/SEMMN9CKP6G_0.html">cold dust around the Galactic Centre</a>, and <a target="_self" href="http://www.esa.int/SPECIALS/Planck/SEM0FVF098G_0.html">patches of the sky near Orion and Perseus</a>. Now, for the first time, we get to see a view of the entire sky as seen by Planck. <br /><br />Planck's main task is to study the echoes of the Big Bang; the cosmic microwave background (CMB) radiation. It builds on the successes of <a target="_self" href="http://lambda.gsfc.nasa.gov/product/cobe/">COBE</a> and <a target="_self" href="http://lambda.gsfc.nasa.gov/product/map/current/">WMAP</a> that have gone before but covers a much bigger range of frequencies (30-857 GHz) and will ultimately be more sensitive. The range of frequencies is very important as it helps to disentangle the many sources of microwave radiation in the Universe that detract from the cosmological signal that Planck is trying to observe.<br /><br />Today's image may vaguely resemble the Flying Spaghetti Monster* but actually shows our galaxy - the Milky Way - across the middle and you can see streamers of cold gas and dust in our local neighbourhood (local means within a few hundred light years) stretching above and below it. To get your bearings, there is <a target="_self" href="../../blog/astro/images/20100705_planck_annotated.jpg">an annotated version</a> and you can also <a href="http://www.chromoscope.net/?w=m" target="_self">explore it in Chromoscope</a>! Near the top and bottom of the image you'll see a mottled pattern. That is a glimpse of the CMB; the remains of the fireball out of which our Universe sprang into existence 13.7 billion years ago.<br /><br />This image is only the start of the amazing data that is to come from Planck. Planck is imaging the entire sky every 8 months or so and that means it produces lots of data. There is plenty of work ahead, and at least two full surveys of the sky are required to fully calibrate everything, so the first cosmological science isn't expected until 2012. In a couple of years, we should expect to see a much better and higher resolution view of the Universe. Meanwhile, my congratulations to all the people that have worked on Planck over the past 20 years. The hard work was certainly worth it.<br /><br /><span style="font-size: 0.8em;">* It doesn't help that the filename contains "FSM" (which actually stands for "full-sky map").</span>  - <a href="http://www.strudel.org.uk/blog/astro/000942.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Mon, 05 Jul 2010 09:05:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000942.shtml</guid>
		</item>
		<item>
			<title>LookUP blog posts</title>
			<link>http://www.strudel.org.uk/blog/astro/000941.shtml</link>
			<description>
			<![CDATA[Yesterday I made a minor change and added a feature to <a target="_self" href="../../lookUP/">LookUP</a>. First, the change. I realised that the images I was using from Flickr included copyright images so I've limited the search to those with licenses that allow them to be included in the LookUP results. Unfortunately, that does reduce the number of images and removes quite a few of the nice astrophotography shots. If you have a Flickr account and astro photographs, please consider using a permissable license and <a target="_self" href="http://eatyourgreens.org.uk/archives/2010/06/get-excited-and-make-things-with-science.html">using astrotags</a>.<br /><br />While getting my head around astrotags I remembered another project I created that made use of tags on blog posts. I realised that I could make use of <a target="_self" href="../../spacebuzz/">SpaceBuzz</a> to add a list of blog posts about the object. Of course this relies on <a target="_self" href="../../spacebuzz/blogs.html">bloggers</a> tagging their posts. If you blog about astronomy, make sure you tag your posts with the name of any astronomical objects you mention and then you'll appear in the LookUP results. Here is <a target="_self" href="../../lookUP/?name=Titan">an example for Titan</a>.<br /><br />With all the cross-links I now have between Chromoscope, SpaceBuzz and LookUP, it's almost as if I created them with a plan.  - <a href="http://www.strudel.org.uk/blog/astro/000941.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Wed, 30 Jun 2010 11:43:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000941.shtml</guid>
		</item>
		<item>
			<title>LookUP, Images and Astrotags</title>
			<link>http://www.strudel.org.uk/blog/astro/000940.shtml</link>
			<description>
			<![CDATA[<a href="../../blog/astro/000886.shtml" target="_self">I created LookUP</a> a while back to make it easy to find out the positions of <span style="font-style: italic;">any</span> astronomical object. In the background LookUP goes off searching a variety of sources and databases - Simbad, NED, SkyBot etc - until it finds the object you are looking for. It then returns the position and some basic information including links back to the original data source.<br /><br />Over time I've added some bells and whistles to help correct spellings ("Did you mean...?") and added thumbnail Digital Sky Survey (DSS) images from <a target="_self" href="http://server2.wikisky.org/v2">Wikisky</a>. One of the things that has bugged me for ages is that solar system objects were never in the DSS thumbnail. That's because the DSS image is a snap-shot at a particular time and Mars, Comet Halley, Vesta etc weren't there at the time. At <a href="http://sciencehackday.com/" target="_self">Science Hack Day</a> I decided to fix this.<br /><br />With help from <a href="http://www.joedavis.co.uk/" target="_self">Joe Davis</a>, I hacked together a <a href="http://developer.yahoo.com/yql/console/" target="_self">Yahoo YQL</a> request to find the Wikipedia article for the solar system object being searched for. This involved also sending the object type (e.g. "comet", "planet", "moon") otherwise simple searches such as "<a href="http://en.wikipedia.org/wiki/Juno">Juno</a>" tended to return the wrong article. With that sorted, a second YQL request could be done to extract the image from the infobox in the article. This was also a bit tricky as the infobox sometimes contains a few small images.<br /><br />Today I properly integrated the thumbnail-image-getter into LookUP. That means that the image details (the image and a link back to where it came from) are also accessible if you prefer your results in XML or JSON formats. That brings me onto more image-based goodness that is possible courtesy of the Royal Observatory Greenwich's <a target="_self" href="http://www.nmm.ac.uk/visit/exhibitions/astronomy-photographer-of-the-year/astrotags/">Astrotag</a> initiative on Flickr. The ROG are encouraging people to add special tags to their astronomical images to make it easy for machines to find them and do things with them. Here is their video introducing astrotags:<br /><object width="400" height="300"><br /><br /><embed width="400" height="300" allowscriptaccess="always" allowfullscreen="true" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=6469344and;server=vimeo.comand;show_title=1and;show_byline=1and;show_portrait=1and;color=EC008Cand;fullscreen=1" /></object><br /><br /><a href="http://vimeo.com/6469344">Introducing astrotags</a> from <a href="http://vimeo.com/royalobservatory">Royal Observatory Greenwich</a> on <a href="http://vimeo.com">Vimeo</a>.<br /><br />Astrotags are exactly the sort of thing LookUP can benefit from. Tonight I made use of the <a href="http://eatyourgreens.org.uk/testapps/yql/locationsearch.html" target="_self">YQL table created by Jim O'Donnell for astrotags</a> and some nice CSS to make the first 5 returned images <a href="http://www.zurb.com/article/305/easily-turn-your-images-into-polaroids-wi" target="_self">look like Polaroid snaps</a>. I quite like <a target="_self" href="../../lookUP/?name=Lagoon+Nebula">the result</a>.  - <a href="http://www.strudel.org.uk/blog/astro/000940.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Mon, 28 Jun 2010 22:42:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000940.shtml</guid>
		</item>
		<item>
			<title>Space Loo</title>
			<link>http://www.strudel.org.uk/blog/astro/000939.shtml</link>
			<description>
			<![CDATA[In pretty much every interview of astronauts I've ever seen on kid's TV shows, the question of going to the toilet always pops up. In free fall, when gravity isn't being helpful, the process needs some technological help. Over at Astropixie, <a target="_self" href="http://amandabauer.blogspot.com/2010/05/how-do-you-go-in-space.html">Amanda shares a video</a> discussing how astronauts use <br /><br />the toilet in space. The practice toilets even have the added feature of an "alignment camera" to ensure accurate "docking".<br /><br />Back in 2006 I was lucky enough to visit the amazing science museum in Tokyo and one of the exhibits was a mock-up of parts of the International Space Station. I was pleased that they'd included the 'little astronauts room' complete with restraints, foot straps and assorted tubes.<br /><br /><div style="font-size: 0.8em; float: none; margin-top: 10px; margin-bottom: 10px; width: 100%;"><img style="width: 100%; border: 0px none;" alt="ISS toilet" src="../../blog/astro/images//20100518_iss_toilet.jpg" /><br />A mockup of a space station toilet. <b>CREDIT:</b> Stuart</div>Another of the rooms looked like a rather cramped quarters with photographs on the wall and some bedtime reading. Perhaps <a target="_self" href="http://twitter.com/Astro_Soichi">Soichi Noguchi</a><span class="fn"> sleeps somewhere like this.<br /></span><br /><br /><div style="font-size: 0.8em; float: none; margin-top: 10px; margin-bottom: 10px; width: 100%;"><img style="width: 100%; border: 0px none;" alt="ISS mockup" src="../../blog/astro/images//20100518_iss.jpg" /><br />ISS mockup <b>CREDIT:</b> Stuart</div>  - <a href="http://www.strudel.org.uk/blog/astro/000939.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Tue, 18 May 2010 23:24:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000939.shtml</guid>
		</item>
		<item>
			<title>Moon and Venus</title>
			<link>http://www.strudel.org.uk/blog/astro/000938.shtml</link>
			<description>
			<![CDATA[Last night we had some clear skies and I caught a nice glimpse of a slim, <a href="http://www.flickr.com/photos/44514359@N00/4609572195" target="_self">crescent Moon with Venus nearby</a>. The Moon moves fairly quickly though so the two <a target="_self" href="http://astroblogger.blogspot.com/2010/05/venus-has-nice-encounter-with-moon.html">appeared much closer</a> several hours ago as seen from Australia. <a target="_self" href="http://transit.savage-garden.org/occultations/?id=9">The Moon was even seen to occult Venus</a> from India and Northern Africa this morning.<br /><br /><div style="font-size: 0.8em; float: none; text-align: center; margin-top: 10px; margin-bottom: 10px; width: 100%;"><img style="width: 100%; border: 0px none;" alt="Moon and Venus" src="../../blog/astro/images//20100515_moon_venus.jpg" /><br />The Moon and Venus seen on 15 May 2010 <b>CREDIT:</b> Stuart</div>  - <a href="http://www.strudel.org.uk/blog/astro/000938.shtml">taken from Astronomy Blog (www.strudel.org.uk/blog/astro/)</a>]]></description>
			<pubDate>Sun, 16 May 2010 12:06:00 +0100</pubDate>
			<guid isPermaLink="true">http://www.strudel.org.uk/blog/astro/000938.shtml</guid>
		</item>
	</channel>
</rss>
