<?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>Anthony Smith&#039;s Research Blog &#187; Research</title>
	<atom:link href="http://www.anthonysmith.me.uk/research/category/research/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthonysmith.me.uk/research</link>
	<description>Surveying the Universe</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:25:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>On Gaussian approximations</title>
		<link>http://www.anthonysmith.me.uk/research/2012/02/06/on-gaussian-approximations/</link>
		<comments>http://www.anthonysmith.me.uk/research/2012/02/06/on-gaussian-approximations/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 10:20:28 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=328</guid>
		<description><![CDATA[You have a function that you want to approximate as an N-dimensional (multivariate) Gaussian (normal) distribution. What do you do? If you are me, you spend a couple of weeks deriving stuff, and then finally figure out the easy way. But hopefully you are not me, so here is the easy way, to save you&#8230;]]></description>
			<content:encoded><![CDATA[<p>You have a function that you want to approximate as an N-dimensional (multivariate) Gaussian (normal) distribution. What do you do?</p>
<p>If you are me, you spend a couple of weeks deriving stuff, and then finally figure out the easy way.</p>
<p>But hopefully you are not me, so here is the easy way, to save you the bother.</p>
<p>First, find the peak of your function, and put a hat on the value(s) or the parameter(s) at this point. Now your (N-dimensional) function can be approximated as</p>
<p> <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_1cab1414ae46a675ba455c6274182d29.gif' style=' ' class='tex' alt="f(x) \simeq f(\hat{x})\exp \left[-\frac{1}{2} (x-\hat{x})^\mathrm{T} \Sigma^{-1} (x-\hat{x}) \right] " /></span></p>
<p>where  <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_a643a0ef5974b64678111d03125054fc.gif' style=' padding-bottom:1px;' class='tex' alt="\Sigma " /></span> is the covariance matrix, and our task it to figure out what it is.</p>
<p>But fear not, help is at hand. If we find the following <a href="http://en.wikipedia.org/wiki/Hessian_matrix">Hessian matrix</a>, and if we assume that the covariance matrix is symmetric, we have</p>
<p> <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_9c91ea35f57def6d669ac529872cb7c0.gif' style=' ' class='tex' alt="<br />
\begin{align} H_{ij} &\equiv \frac{\partial^2}{\partial x_i \partial x_j} \left( - \ln f(x) \right) \\ &\simeq \frac{\partial^2}{\partial x_i \partial x_j} \left( - \ln f(\hat{x}) + \frac{1}{2} (x-\hat{x})^\mathrm{T} \Sigma^{-1} (x-\hat{x}) \right) \\ &= \frac{1}{2} (\Sigma^{-1}_{ij} + \Sigma^{-1}_{ji}) \\ &= \Sigma^{-1}_{ij} \end{align}<br />
 " /></span></p>
<p>That's it. Easy. Now you can even <a href="http://en.wikipedia.org/wiki/Multivariate_normal_distribution">integrate the function</a></p>
<p> <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_642c5c3466fb575c70d1b6102e0c88e7.gif' style=' ' class='tex' alt="\int f(x) \, \mathrm{d}x = (2\pi)^{N/2} |\Sigma|^{1/2} f(\hat{x}) = (2\pi)^{N/2} |H|^{-1/2} f(\hat{x}) " /></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2012/02/06/on-gaussian-approximations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HerMES point source catalogues</title>
		<link>http://www.anthonysmith.me.uk/research/2011/09/27/hermes-point-source-catalogues/</link>
		<comments>http://www.anthonysmith.me.uk/research/2011/09/27/hermes-point-source-catalogues/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 08:45:54 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[confusion]]></category>
		<category><![CDATA[HerMES]]></category>
		<category><![CDATA[Herschel Space Observatory]]></category>
		<category><![CDATA[point sources]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=316</guid>
		<description><![CDATA[Well, it's finally here: HerMES: point source catalogues from deep Herschel-SPIRE observations, by yours truly and lots of other people otherwise known as "Al". Some of the catalogues are available here, if you're interested. The biggest challenge was confusion (about which there is a great deal of confusion). For example, in this HerMES image, everything you&#8230;]]></description>
			<content:encoded><![CDATA[<p>Well, it's finally here: <a href="http://arxiv.org/abs/1109.5186">HerMES: point source catalogues from deep Herschel-SPIRE observations</a>, by yours truly and lots of other people otherwise known as "Al".</p>
<p>Some of the catalogues are available <a href="http://hedam.oamp.fr/HerMES/">here</a>, if you're interested.</p>
<p>The biggest challenge was <strong>confusion</strong> (about which there is a great deal of confusion). For example, in this <a href="http://hermes.sussex.ac.uk/content/bringing-home-goods">HerMES</a> image, everything you can see is light from galaxies, and each galaxy produces a small round blob in the image. The number of galaxies is so high, that light from any one galaxy is <strong>confused</strong> with light from numerous neighbouring galaxies.</p>
<p><a href="http://hermes.sussex.ac.uk/content/bringing-home-goods"><img class="alignnone size-full wp-image-320" title="HerMES GOODS-North" src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2011/09/GOODSN.jpg" alt="" width="600" height="450" /></a></p>
<p>So when the computer looks at the image and spots a blob with brightness 30 mJy, what does that mean? Does it mean there is one galaxy there with brightness 30 mJy? Or perhaps there are 10 galaxies, with brightnesses of 15 mJy or lower?</p>
<p>It's difficult to tell. But what you can do (and what we did in the paper) is to stick fake galaxies (blobs) into the image, and see what difference that makes. So if we have a fake galaxy with brightness 30 mJy, and we put it in at a random position, what effect will that have, on average? What is the probability that it will be detected? (This is approaching what we mean by the <strong>completeness</strong> of the catalogue, although it is far from easy to know what is meant by those simple words "it" and "detected"!) What brightness will it be measured to have, on average? 20 mJy? 30 mJy? 40 mJy? 100 mJy?</p>
<p>For very bright galaxies, it's relatively straightforward. But for fainter things, it can do your head in...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2011/09/27/hermes-point-source-catalogues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bayesian number counts</title>
		<link>http://www.anthonysmith.me.uk/research/2010/04/30/bayesian-number-counts/</link>
		<comments>http://www.anthonysmith.me.uk/research/2010/04/30/bayesian-number-counts/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 12:40:29 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Bayesianism]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=282</guid>
		<description><![CDATA[Here's a simple bit of statistics for a Friday lunchtime. You count the number of galaxies in a certain area on the sky (with the galaxies satisfying some specific properties, if you like). What is the true number density? Let the expected number be (the true number density multiplied by the area on the sky)&#8230;]]></description>
			<content:encoded><![CDATA[<p>Here's a simple bit of statistics for a Friday lunchtime. You count the number of galaxies in a certain area on the sky (with the galaxies satisfying some specific properties, if you like). What is the <em>true</em> number density? Let the expected number be <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_c6a6eb61fd9c6c913da73b3642ca147d.gif' style=' padding-bottom:1px;' class='tex' alt="\lambda" /></span> (the true number density multiplied by the area on the sky) and the measured number be <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_8ce4b16b22b58894aa86c421e8759df3.gif' style=' padding-bottom:1px;' class='tex' alt="k" /></span>. Then, in true <a href="http://en.wikipedia.org/wiki/Bayes'_theorem">Bayesian</a> fashion, what we want is <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_058d7eec81de95ffc32d6f1efd9f6020.gif' style='' class='tex' alt="P(\lambda|k) = \frac{P(k|\lambda)P(\lambda)}{P(k)}" /></span></p></p>
<p>Now, for the prior, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_3c31a4d62cbd8827a113821fc0c97da7.gif' style=' ' class='tex' alt="P(\lambda)" /></span>, we assume a prior which is flat on a logarithmic scale. That is, we guess (before making the observation) that the expected number is as likely to lie between 1 and 10 as it is to lie between 1000 and 10,000. (The alternative, a flat prior on a <em>linear</em> scale, would mean that we guess the true density is just as likely to lie between 10,001 and 10,010 as it is to lie between 1 and 10, which is ridiculous.) So <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_950ae2fa08ee27d098f07026a11c16ec.gif' style=' ' class='tex' alt="P(\lambda) \propto 1/\lambda" /></span>. The likelihood, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_8280c819825e8e967504129111aa0db6.gif' style=' ' class='tex' alt="P(k|\lambda)" /></span> is given by the <a href="http://en.wikipedia.org/wiki/Poisson_distribution">Poisson distribution</a>. So, ignoring the normalizing factor of <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_5238c0e48cf5caed3dfe7e1a96178c5b.gif' style=' ' class='tex' alt="P(k)" /></span>, <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_3586c8e069e158e44ff8b3813b59f1e6.gif' style='' class='tex' alt="P(\lambda|k) \propto \frac{\lambda^k}{k!} e^{-\lambda} \frac{1}{\lambda}" /></span></p> <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_c1047da0c1b0ec843885c47ce7602172.gif' style='' class='tex' alt=" \propto \lambda^{k-1}e^{-\lambda}" /></span></p></p>
<p>And this is the <a href="http://en.wikipedia.org/wiki/Gamma_distribution">Gamma distribution</a>. Easy peasy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2010/04/30/bayesian-number-counts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Herschel for everyone</title>
		<link>http://www.anthonysmith.me.uk/research/2010/03/09/herschel-for-everyone/</link>
		<comments>http://www.anthonysmith.me.uk/research/2010/03/09/herschel-for-everyone/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 15:37:52 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Herschel Space Observatory]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=279</guid>
		<description><![CDATA[I've just learned that the Herschel Science Archive has been opened up to the world, so any old Tom, Dick or Harry can download the data and start writing their own Nature papers. Well, okay, most of the data is (are) proprietary, but there's quite a bit of public data on there. Here are some&#8230;]]></description>
			<content:encoded><![CDATA[<p>I've just learned that the Herschel Science Archive has been opened up to the world, so any old Tom, Dick or Harry can download the data and start writing their own Nature papers. Well, okay, most of the data is (are) proprietary, but there's quite a bit of public data on there. Here are some links.</p>
<ul>
<li><a href="http://archives.esac.esa.int/hsa/hsa.html">Herschel Science Archive</a></li>
<li><a href="http://herschel.esac.esa.int/Data_Processing.shtml">Herschel Data Processing</a></li>
<li>HIPE software: <a href="http://herschel.esac.esa.int/HIPE_download.shtml">stable release</a>, or <a href="http://herschel.esac.esa.int/hcss/build.php">development builds</a> (<a href="http://herschel.esac.esa.int/hcss/install.php">installation instructions</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2010/03/09/herschel-for-everyone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Astroinformatics</title>
		<link>http://www.anthonysmith.me.uk/research/2009/09/23/astroinformatics/</link>
		<comments>http://www.anthonysmith.me.uk/research/2009/09/23/astroinformatics/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 09:41:11 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[astroinformatics]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=269</guid>
		<description><![CDATA[Data volumes from multiple sky surveys have grown from gigabytes into terabytes during the past decade, and will grow from terabytes into tens (or hundreds) of petabytes in the next decade. ... For astronomy to effectively cope with and reap the maximum scientific return from existing and future large sky surveys, facilities, and data-producing projects,&#8230;]]></description>
			<content:encoded><![CDATA[<blockquote><p>Data volumes from multiple sky surveys have grown from gigabytes into terabytes during the past decade, and will grow from terabytes into tens (or hundreds) of petabytes in the next decade. ... For astronomy to effectively cope with and reap the maximum scientific return from existing and future large sky surveys, facilities, and data-producing projects, we need our own information science specialists. We therefore recommend the formal creation, recognition, and support of a major new discipline, which we call Astroinformatics. ... Now is the time for the recognition of Astroinformatics as an essential methodology of astronomical research. The future of astronomy depends on it.<a href="http://arxiv.org/abs/0909.3892"></a></p></blockquote>
<p><a href="http://arxiv.org/abs/0909.3892">Astroinformatics: A 21st Century Approach to Astronomy</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2009/09/23/astroinformatics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pixelating a 2-D Gaussian with Python</title>
		<link>http://www.anthonysmith.me.uk/research/2009/09/04/pixelating-a-2-d-gaussian-with-python/</link>
		<comments>http://www.anthonysmith.me.uk/research/2009/09/04/pixelating-a-2-d-gaussian-with-python/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 11:20:00 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[photometry]]></category>
		<category><![CDATA[point sources]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=253</guid>
		<description><![CDATA[They're coming thick and fast now. Here's a Python function to accompany the previous post. It's not maximally efficient, but should make sense... from scipy import stats def gaussian_pixel&#40;minxy, maxxy, sigma, meanxy=&#40;0.,0.&#41;, norm=None&#41;: &#34;&#34;&#34;Return the value of a pixel sampling a 2D Gaussian, normalized such that the area under the Gaussian is 1 (default) or&#8230;]]></description>
			<content:encoded><![CDATA[<p>They're coming thick and fast now.</p>
<p>Here's a Python function to accompany the <a href="http://www.anthonysmith.me.uk/research/2009/09/04/on-the-normalization-of-prfs/">previous post</a>. It's not maximally efficient, but should make sense...</p>

<div class="wp_syntax"><div class="code"><pre class="python" style="font-family:monospace;"><span style="color: #ff7700;font-weight:bold;">from</span> scipy <span style="color: #ff7700;font-weight:bold;">import</span> stats
<span style="color: #ff7700;font-weight:bold;">def</span> gaussian_pixel<span style="color: black;">&#40;</span>minxy, maxxy, sigma, meanxy=<span style="color: black;">&#40;</span><span style="color: #ff4500;">0</span>.,<span style="color: #ff4500;">0</span>.<span style="color: black;">&#41;</span>, norm=<span style="color: #008000;">None</span><span style="color: black;">&#41;</span>:
    <span style="color: #483d8b;">&quot;&quot;&quot;Return the value of a pixel sampling a 2D Gaussian,
    normalized such that the area under the Gaussian is 1
    (default) or such that the peak is given by norm.&quot;&quot;&quot;</span>
    x1, y1 = minxy
    x2, y2 = maxxy
    x0, y0 = meanxy
    <span style="color: #ff7700;font-weight:bold;">if</span> norm <span style="color: #ff7700;font-weight:bold;">is</span> <span style="color: #008000;">None</span>:
        norm = <span style="color: #ff4500;">1</span>. / <span style="color: #ff4500;">2</span> / <span style="color: #dc143c;">math</span>.<span style="color: black;">pi</span> / sigma <span style="color: #66cc66;">**</span> <span style="color: #ff4500;">2</span>
    <span style="color: #ff7700;font-weight:bold;">return</span> norm <span style="color: #66cc66;">*</span> <span style="color: #ff4500;">2</span> <span style="color: #66cc66;">*</span> <span style="color: #dc143c;">math</span>.<span style="color: black;">pi</span> <span style="color: #66cc66;">*</span> sigma <span style="color: #66cc66;">**</span> <span style="color: #ff4500;">2</span> / <span style="color: black;">&#40;</span>x2 - x1<span style="color: black;">&#41;</span> / <span style="color: black;">&#40;</span>y2 - y1<span style="color: black;">&#41;</span> <span style="color: #66cc66;">*</span> <span style="color: black;">&#40;</span>
        <span style="color: black;">&#40;</span><span style="color: #ff4500;">1</span> - stats.<span style="color: black;">erfc</span><span style="color: black;">&#40;</span><span style="color: black;">&#40;</span>x2 - x0<span style="color: black;">&#41;</span> / <span style="color: #dc143c;">math</span>.<span style="color: black;">sqrt</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">2</span><span style="color: black;">&#41;</span> / sigma<span style="color: black;">&#41;</span><span style="color: black;">&#41;</span> / <span style="color: #ff4500;">2</span>.
        - <span style="color: black;">&#40;</span><span style="color: #ff4500;">1</span> - stats.<span style="color: black;">erfc</span><span style="color: black;">&#40;</span><span style="color: black;">&#40;</span>x1 - x0<span style="color: black;">&#41;</span> / <span style="color: #dc143c;">math</span>.<span style="color: black;">sqrt</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">2</span><span style="color: black;">&#41;</span> / sigma<span style="color: black;">&#41;</span><span style="color: black;">&#41;</span> / <span style="color: #ff4500;">2</span>.<span style="color: black;">&#41;</span> <span style="color: #66cc66;">*</span> <span style="color: black;">&#40;</span>
        <span style="color: black;">&#40;</span><span style="color: #ff4500;">1</span> - stats.<span style="color: black;">erfc</span><span style="color: black;">&#40;</span><span style="color: black;">&#40;</span>y2 - y0<span style="color: black;">&#41;</span> / <span style="color: #dc143c;">math</span>.<span style="color: black;">sqrt</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">2</span><span style="color: black;">&#41;</span> / sigma<span style="color: black;">&#41;</span><span style="color: black;">&#41;</span> / <span style="color: #ff4500;">2</span>.
        - <span style="color: black;">&#40;</span><span style="color: #ff4500;">1</span> - stats.<span style="color: black;">erfc</span><span style="color: black;">&#40;</span><span style="color: black;">&#40;</span>y1 - y0<span style="color: black;">&#41;</span> / <span style="color: #dc143c;">math</span>.<span style="color: black;">sqrt</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">2</span><span style="color: black;">&#41;</span> / sigma<span style="color: black;">&#41;</span><span style="color: black;">&#41;</span> / <span style="color: #ff4500;">2</span>.<span style="color: black;">&#41;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2009/09/04/pixelating-a-2-d-gaussian-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On the normalization of PRFs</title>
		<link>http://www.anthonysmith.me.uk/research/2009/09/04/on-the-normalization-of-prfs/</link>
		<comments>http://www.anthonysmith.me.uk/research/2009/09/04/on-the-normalization-of-prfs/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:59:31 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[photometry]]></category>
		<category><![CDATA[point sources]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=227</guid>
		<description><![CDATA[Yesterday I said that the PRF for a map in Jy/beam (or similar) should be normalized so that that peak is 1. But this is true only for an idealised (not pixelated) PRF, or if the map has infinitesimally small pixels. If the pixels are larger than infinitesimal, as is generally the case, then the&#8230;]]></description>
			<content:encoded><![CDATA[<p>Yesterday I said that the PRF for a map in Jy/beam (or similar) should be normalized so that that peak is 1. But this is true only for an idealised (not pixelated) PRF, or if the map has infinitesimally small pixels.</p>
<p>If the pixels are larger than infinitesimal, as is generally the case, then the maximum value of the pixelated PRF will be the average value over the pixel, which will be less than 1.</p>
<p>For example, if the PRF is a two-dimensional Gaussian, centred on <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_0545c6289653bc6650394bab77865470.gif' style=' ' class='tex' alt="(x_0, y_0)" /></span>, with standard deviation <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_a2ab7d71a0f07f388ff823293c147d21.gif' style=' padding-bottom:2px;' class='tex' alt="\sigma" /></span>, then the value in a pixel with <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_dfa3f9e3fcac57c98229d5e54851472c.gif' style=' padding-bottom:1px;' class='tex' alt="x_1 < x < x_2" /></span> and <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_6d359e18383f200028959db70ae5b9e1.gif' style=' padding-bottom:1px;' class='tex' alt="y_1 < y < y_2" /></span> will be <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_4a0ebeb0ff8f174206c202459b75cd36.gif' style='' class='tex' alt="A = \frac{1}{(x_2 - x_1)(y_2 - y_1)} \int_{x_1}^{x_2} \int_{y_1}^{y_2} e^{- \left( \frac{(x-x_0)^2 + (y-y_0)^2}{2\sigma^2} \right)} \mathrm{d}x \mathrm{d}y." /></span></p> which is <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_b02c0b77d1cfe16c2c926e88af6c5249.gif' style='' class='tex' alt="A = \frac{2 \pi \sigma^2}{(x_2 - x_1)(y_2 - y_1)} \left( \frac{1}{2} \mathrm{erf} \left( \frac{x_2 - x_0}{\sqrt{2}\sigma} \right) - \frac{1}{2} \mathrm{erf} \left( \frac{x_1 - x_0}{\sqrt{2}\sigma} \right) \right)" /></span></p> <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_fff2375a5bb8c715069d2c0544f95757.gif' style='' class='tex' alt=" \times \left( \frac{1}{2} \mathrm{erf} \left( \frac{y_2 - y_0}{\sqrt{2}\sigma} \right) - \frac{1}{2} \mathrm{erf} \left( \frac{y_1 - y_0}{\sqrt{2}\sigma} \right) \right)." /></span></p></p>
<p>Ugh. Let's make that simpler. For a PRF centred on <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_5c16f757233856dcf311176b7410d2d5.gif' style=' ' class='tex' alt="(0,0)" /></span>, and a pixel <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_5fd0b6c17f721d1fb9f51bb33ba18134.gif' style=' ' class='tex' alt="(\pm r, \pm r)" /></span>, this is <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_0f2bb417d0b1423d2881eff49c776b59.gif' style='' class='tex' alt="A = \frac{\pi \sigma^2}{2 r^2} \left( \mathrm{erf} \left( \frac{r}{\sqrt{2}\sigma} \right) \right)^2." /></span></p></p>
<p>As an example, the fairly-Gaussian beam for the Herschel Space Observatory SPIRE instrument has an FWHM of around 18", which corresponds to a standard deviation of around <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_f021405ea3583bf45eed8b7b046ea2e4.gif' style=' ' class='tex' alt="18"/2\sqrt{2 \ln 2} = 7.64"" /></span>. If we make a Jy/beam map with pixel size 6", then the peak value for a 1 Jy point source in the centre of a pixel will be <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_e18460bc13522e8f9ec750f73085b5e3.gif' style='' class='tex' alt="A = \frac{\pi (7.64")^2}{2 (3")^2} \left( \mathrm{erf} \left( \frac{3"}{\sqrt{2}(7.64")} \right) \right)^2 = 0.950 \,\text{Jy/beam}." /></span></p><br />
No big deal really...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2009/09/04/on-the-normalization-of-prfs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Estimating the flux of a point source</title>
		<link>http://www.anthonysmith.me.uk/research/2009/09/03/estimating-the-flux-of-a-point-source/</link>
		<comments>http://www.anthonysmith.me.uk/research/2009/09/03/estimating-the-flux-of-a-point-source/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 16:30:33 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[photometry]]></category>
		<category><![CDATA[point sources]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=208</guid>
		<description><![CDATA[You have a map and you know what a point source looks like. How do you filter the map so that the value of each pixel is now the most likely flux of a point source centred on that pixel? (An isolated point source, to be more precise.) Easy. First, find , which is the&#8230;]]></description>
			<content:encoded><![CDATA[<p>You have a map and you know what a point source looks like. How do you filter the map so that the value of each pixel is now the most likely flux of a point source centred on that pixel? (An isolated point source, to be more precise.)</p>
<p>Easy. </p>
<p>First, find <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_08b0104e514f16d489cc743b6f66d906.gif' style=' padding-bottom:1px;' class='tex' alt="P_i" /></span>, which is the <strong>point response function</strong> (PRF), telling you what a point source of flux 1 will look like in the map. This may be normalized so that the peak is 1 (if your map is in Jy/beam or similar), or so that <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_cd0aae9bca3e097b66a5423342d43e18.gif' style=' ' class='tex' alt="\sum P_i = 1" /></span> (if your map is in Jy/pixel or similar). If your map is in MJy/sr ... well, figure it out and add a comment below. Basically, if you normalize your PRF correctly, you won't need to worry about the map units in what follows. Phew.</p>
<p>Now the measured value of each pixel around the point source, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_d247f594c78d0d2be10fc6d82512cc4e.gif' style=' padding-bottom:1px;' class='tex' alt="d_i" /></span>, will be <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_87739add1d301ded909816bedcbd4683.gif' style='' class='tex' alt="d_i = f P_i + n_i," /></span></p> where <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_8fa14cdd754f91cc6554c9e71929cce7.gif' style=' padding-bottom:1px;' class='tex' alt="f" /></span> is the flux of the source and <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_584a81dbf5bf6aa737ba43567ad6307b.gif' style=' padding-bottom:2px;' class='tex' alt="n_i" /></span> is the noise, drawn from a normal distribution with mean zero and standard deviation <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_65445646e7a531a2185d03b58b4d60e1.gif' style=' padding-bottom:2px;' class='tex' alt="\sigma_i" /></span>.</p>
<p>Now the badness of the fit is measured by the <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_9ca61f458c78bb5591d04aaaa14da0e7.gif' style=' ' class='tex' alt="\chi^2" /></span>, which is given by <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_0f94ba51e46bf6c0a321c4b62e1561e8.gif' style='' class='tex' alt="\chi^2 = \sum_i \left( \frac{d_i - fP_i}{\sigma_i} \right)^2." /></span></p> At the maximum likelihood value of the flux, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_8fa14cdd754f91cc6554c9e71929cce7.gif' style=' padding-bottom:1px;' class='tex' alt="f" /></span>, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_9ca61f458c78bb5591d04aaaa14da0e7.gif' style=' ' class='tex' alt="\chi^2" /></span> will be at a minimum, so <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_035c621b0054cb9e435b66fd79769a0b.gif' style='' class='tex' alt="\frac{\mathrm{d}\chi^2}{\mathrm{d}f} = 0." /></span></p> Hence <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_9a49b6fd4ea086581391c2b27e9c294a.gif' style='' class='tex' alt="\sum_i (-2d_i + 2 f P_i^2) / \sigma_i^2 = 0." /></span></p> Solving this for <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_8fa14cdd754f91cc6554c9e71929cce7.gif' style=' padding-bottom:1px;' class='tex' alt="f" /></span>, we find the maximum likelihood solution <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_71d490a6838bc9aae37237b8011a767a.gif' style='' class='tex' alt="f = \frac{\sum_i d_i P_i / \sigma_i^2}{\sum_i P_i^2 / \sigma_i^2}." /></span></p></p>
<p>Now just do this for each pixel in the map (corresponding to a point source centred on each pixel) and you're done.</p>
<p><strong>Worked example</strong>. <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_08b0104e514f16d489cc743b6f66d906.gif' style=' padding-bottom:1px;' class='tex' alt="P_i" /></span> is 0.5, 1.0 and 0.5, for three adjacent pixels (you'll have realised that the map is in Jy/beam or similar), and <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_d247f594c78d0d2be10fc6d82512cc4e.gif' style=' padding-bottom:1px;' class='tex' alt="d_i" /></span> is 1, 2 and 1 Jy/beam, for three adjacent pixels, with the same (tiny!) value of <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_65445646e7a531a2185d03b58b4d60e1.gif' style=' padding-bottom:2px;' class='tex' alt="\sigma_i" /></span> for each pixel (in this case, we can ignore the value of <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_65445646e7a531a2185d03b58b4d60e1.gif' style=' padding-bottom:2px;' class='tex' alt="\sigma_i" /></span> in what follows). So the flux at the central pixel is estimated to be <p style='text-align:center;'><span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_fcba906a6b6f2794eae71c72777831c4.gif' style='' class='tex' alt="f = (0.5 \times 1 + 1.0 \times 2 + 0.5 \times 1) / (0.5^2 + 1.0^2 + 0.5^2) = 2 \,\mathrm{Jy}," /></span></p> which is no surprise, since the maximum value of the map in Jy/beam is 2 at that position.</p>
<p>This is an example of a <a href="http://en.wikipedia.org/wiki/Matched_filter">matched filter</a> (I haven't read the page, but hopefully including the link will make me look clever). And, given that point sources are under no particular obligation to align themselves with the centres of the pixels of your map, <span class='MathJax_Preview'><img src='http://www.anthonysmith.me.uk/research/wp-content/plugins/latex/cache/tex_08b0104e514f16d489cc743b6f66d906.gif' style=' padding-bottom:1px;' class='tex' alt="P_i" /></span> can easily be re-estimated for a source with a certain offset from the pixel centre.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2009/09/03/estimating-the-flux-of-a-point-source/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The science of galaxy formation...</title>
		<link>http://www.anthonysmith.me.uk/research/2008/08/26/the-science-of-galaxy-formation/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/08/26/the-science-of-galaxy-formation/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 14:49:26 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[galaxy formation]]></category>
		<category><![CDATA[Gerry Gilmore]]></category>
		<category><![CDATA[scientific method]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/research/?p=151</guid>
		<description><![CDATA[...is the title of a provocative article by Gerry Gilmore(*) on today's astro-ph. There's a bit about the scientific method, such as: The appropriate scientific methodology with which to address such questions is itself problematic: how does one apply what many consider the “traditional scientific method”, involving objective analysis of independent repeated experiments as a&#8230;]]></description>
			<content:encoded><![CDATA[<p>...is the title of a <a href="http://arxiv.org/abs/0808.3188v1">provocative article</a> by <a href="http://www.ast.cam.ac.uk/~gil/">Gerry Gilmore</a>(*) on today's <a href="http://arxiv.org/archive/astro-ph">astro-ph</a>. There's a bit about the scientific method, such as:</p>
<blockquote><p>The appropriate scientific methodology with which to address such questions is itself problematic: how does one apply what many consider the “traditional scientific method”, involving objective analysis of independent repeated experiments as a test of theory, when the Universe does not allow us to experiment, in the traditional laboratory physics sense; when we have no useful predictive theory for much of astrophysics; and when the nature of the Universe may restrict our observation to only a very small part of an unobservable larger whole? More specifically, is the observational test of prediction how science actually operates? Is that how astrophysics operates?</p></blockquote>
<p>Good stuff. But the most cutting remarks come in his assessment of the current approach to modelling galaxy formation:</p>
<blockquote><p>Such a long list of observations all inconsistent with apparently fundamental features of galaxy formation models suggests two approaches. In one approach, new complex physics (“feedback”) must be added, to “improve” agreement with observation. The appearances are to be saved. In another, common assumptions in the galaxy simulations could be examined further.</p></blockquote>
<p>With the reference to the saving of appearances, the allusion is to Ptolemy's epicycles: making a misguided model seem more plausible by making it more contrived.</p>
<p>The specific problem Gilmore sees with cosmological simulations is the suppression of the "ultraviolet divergence", i.e., small-scale perturbations, by "numerical smoothing (‘finite resolution')": "It is unlikely that Nature does it that way." He suggests that many of the inconsistencies between galaxy formation models and observations could be a result of this poor handling of the small-scale power spectrum.</p>
<p>(*) Disclaimer: I will not be held responsible for any damage sustained to your eyes as a result of following links on this page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/08/26/the-science-of-galaxy-formation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papers: your personal library of science</title>
		<link>http://www.anthonysmith.me.uk/research/2008/07/22/papers-your-personal-library-of-science/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/07/22/papers-your-personal-library-of-science/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 13:40:51 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[BibTeX]]></category>
		<category><![CDATA[Macs]]></category>
		<category><![CDATA[mekentosj.com]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/?p=182</guid>
		<description><![CDATA[Looking for a piece of software for your Mac that will allow you to: keep track of PDFs of academic papers, search for papers using Google Scholar, ADS, arXiv, ..., search your personal library in an instant, read papers full-screen, add notes to papers, organise the papers using collections and smart collections, interact with BibTeX&#8230;]]></description>
			<content:encoded><![CDATA[<p>Looking for a piece of software for your Mac that will allow you to:</p>
<ul>
<li>keep track of PDFs of academic papers,</li>
<li>search for papers using Google Scholar, ADS, arXiv, ...,</li>
<li>search your personal library in an instant,</li>
<li>read papers full-screen,</li>
<li>add notes to papers,</li>
<li>organise the papers using collections and smart collections,</li>
<li>interact with BibTeX databases and citation keys,</li>
<li>and do all the above in something that looks and feels like iTunes?</li>
</ul>
<p>Here it is: <a href="http://mekentosj.com/papers/">Papers by mekentosj.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/07/22/papers-your-personal-library-of-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Galaxy Zoo: the independence of morphology and colour</title>
		<link>http://www.anthonysmith.me.uk/research/2008/06/03/galaxy-zoo-the-independence-of-morphology-and-colour/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/06/03/galaxy-zoo-the-independence-of-morphology-and-colour/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 09:42:24 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[galaxy demography]]></category>
		<category><![CDATA[Galaxy Zoo]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2008/06/03/galaxy-zoo-the-independence-of-morphology-and-colour/</guid>
		<description><![CDATA[Galaxies come in two types: red, elliptical galaxies that reside in high-density regions, and blue, spiral galaxies that reside in low-density regions. Right? Actually, no. At least, not according to this Galaxy Zoo paper, on the independence of morphology and colour (or here). First of all, there's a sizeable population of galaxies that blatantly refuse&#8230;]]></description>
			<content:encoded><![CDATA[<p>Galaxies come in two types: red, elliptical galaxies that reside in high-density regions, and blue, spiral galaxies that reside in low-density regions.  Right?</p>
<p>Actually, no.</p>
<p>At least, not according to this <a href="http://www.galaxyzoo.org/">Galaxy Zoo</a> paper, on <a href="http://adsabs.harvard.edu/abs/2008arXiv0805.2612B">the independence of morphology and colour</a> (or <a href="http://arxiv.org/abs/0805.2612">here</a>).</p>
<p>First of all, there's a sizeable population of galaxies that blatantly refuse to allow their colour to determine what shape they should be. There are red galaxies with beautiful spiral morphology and blue galaxies with plain old elliptical morphology.</p>
<p>Okay, but we know that red galaxies like to hang out in crowded places, and that elliptical galaxies are similarly gregarious, so clearly there's some connection between being red and being well-rounded?</p>
<p>Nope, wrong again!</p>
<p>The main reason that we see more red galaxies in dense environments is that the fraction of spiral galaxies that are red changes, and the fraction of elliptical galaxies that are blue changes. So in sparsely populated bits of the universe, most of the spiral galaxies are blue, but in densely populated regions, most of the spiral galaxies are red. It's similar for elliptical galaxies. In low-density regions, a large fraction (not quite half) of the elliptical galaxies are blue, whereas in dense environments the vast majority of elliptical galaxies are red.</p>
<p>So the morphology-density relation has really very little (directly) to do with the colour-density relation.</p>
<p>Moral: "elliptical/spiral" doesn't mean "red/blue"!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/06/03/galaxy-zoo-the-independence-of-morphology-and-colour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKIDSS paper submitted</title>
		<link>http://www.anthonysmith.me.uk/research/2008/06/03/ukidss-paper-submitted/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/06/03/ukidss-paper-submitted/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 08:54:33 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[UKIDSS]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2008/06/03/ukidss-paper-submitted/</guid>
		<description><![CDATA[Well, the deed has been done, and the paper has finally been submitted to MNRAS and to astro-ph. You can read it if you really want to: Luminosity and surface brightness distribution of K-band galaxies from the UKIDSS Large Area Survey. Here's a picture from the paper: This is the K-band luminosity function: the number&#8230;]]></description>
			<content:encoded><![CDATA[<p>Well, the deed has been done, and the paper has finally been submitted to <a href="http://www.blackwellpublishing.com/journals/mnr/">MNRAS</a> and to <a href="http://arxiv.org/archive/astro-ph">astro-ph</a>. You can read it if you really want to: <a href="http://arxiv.org/abs/0806.0343">Luminosity and surface brightness distribution of K-band galaxies from the UKIDSS Large Area Survey</a>. Here's a picture from the paper:</p>
<p><a title="UKIDSS K-band Luminosity Function" href="http://www.anthonysmith.me.uk/research/wp-content/uploads/2008/06/lf.png"><img title="UKIDSS K-band Luminosity Function" src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2008/06/lf.png" alt="UKIDSS K-band Luminosity Function" width="100%" /></a></p>
<p>This is the K-band luminosity function: the number of galaxies per volume as a function of their luminosity, with low luminosity at the left and high luminosity at the right. It's far from perfect, but hopefully a step in the right direction. There's quite a bit of incompleteness (missing galaxies) and uncertainty (due to small numbers of galaxies and large-scale structure) at the faint end (left-hand side of the plot). But perhaps more interesting is the disagreement at the bright end (right-hand side). All of the previous results shown on the plot used 2MASS imaging, so this might explain the different results we have found. Specifically, it could be that (1) we use Petrosian magnitudes rather than Kron or total magnitudes, (2) UKIDSS photometry is better than 2MASS photometry, (3) the evolution corrections are different, (4) something else or (5) any combination of the above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/06/03/ukidss-paper-submitted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Evolution of Schechter function ... so?</title>
		<link>http://www.anthonysmith.me.uk/research/2008/04/04/evolution-of-schechter-function-so/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/04/04/evolution-of-schechter-function-so/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 14:35:04 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[UKIDSS]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2008/04/04/evolution-of-schechter-function-so/</guid>
		<description><![CDATA[This is some work in progress: K-band luminosity function from the UKIDSS Large Area Survey (LAS, black dots), showing the number of galaxies per unit volume depending on the luminosity of the galaxies, from faint (left) to bright (right). I.e., there are lots more small galaxies than big galaxies. I've fit several Schechter functions to&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="Schechter function" href="http://www.anthonysmith.me.uk/research/wp-content/uploads/2008/04/schechter.png"><img title="Schechter function" src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2008/04/schechter.png" alt="Schechter function" width="100%" /></a></p>
<p>This is some work in progress: K-band luminosity function from the <a href="http://www.ukidss.org/">UKIDSS</a> Large Area Survey (LAS, black dots), showing the number of galaxies per unit volume depending on the luminosity of the galaxies, from faint (left) to bright (right). I.e., there are lots more small galaxies than big galaxies.</p>
<p>I've fit several Schechter functions to the data. This is a convenient way of describing the luminosity function in terms of three numbers: the slope of the faint end (alpha), the luminosity brighter than which the number of galaxies drops off rapidly (M-star) and the number of galaxies per unit volume at M-star (phi-star).  To fit the Schechter functions I've used only a portion of the data, as shown in the figure. For example, for the green curve, I've used only the black points brighter than (to the right of) absolute magnitude -21.</p>
<p>Now here's the point. At high redshift, it is possible to see only the brightest galaxies. So we would be able to plot only the black points towards the right-hand side of the figure. But what effect would this have on the Schechter function? Even if we assume the luminosity function does not vary with redshift, our Schechter function fits <em>would!</em> In fact, if we relied on the Schechter function fit to tell us how the galaxy population varied with redshift (a silly thing to do, but people do it all the time), we would infer that the high-redshift galaxy population was (1) brighter (2) more dominated by small galaxies and (3) less abundant than the low-redshift galaxy population.</p>
<p>(Now (1) and (3) are probably true, but we don't need the Schechter function to tell us. Not so sure about (2).)</p>
<p>Moral: don't rely on the Schechter function!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/04/04/evolution-of-schechter-function-so/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A galaxy being emitted by a star</title>
		<link>http://www.anthonysmith.me.uk/research/2008/02/28/a-galaxy-being-emitted-by-a-star/</link>
		<comments>http://www.anthonysmith.me.uk/research/2008/02/28/a-galaxy-being-emitted-by-a-star/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 11:23:59 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[data reduction]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2008/02/28/a-galaxy-being-emitted-by-a-star/</guid>
		<description><![CDATA[Why is the universe so crowded? This kind of thing is really messing up my data! Makes me want to work with simulations...]]></description>
			<content:encoded><![CDATA[<p><a title="SDSS image" href="http://sdss.lib.uchicago.edu/dr5/en/tools/chart/navi.asp?ra=154.605716855225&amp;dec=1.18213792027353&amp;scale=0.2"><img src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2008/02/staremittinggalaxy.png" alt="Star emitting galaxy" /></a></p>
<p>Why is the universe so crowded? This kind of thing is really messing up my data!</p>
<p>Makes me want to work with simulations...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2008/02/28/a-galaxy-being-emitted-by-a-star/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKIDSS at ESO</title>
		<link>http://www.anthonysmith.me.uk/research/2007/12/20/ukidss-at-eso/</link>
		<comments>http://www.anthonysmith.me.uk/research/2007/12/20/ukidss-at-eso/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 09:00:41 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[UKIDSS]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2007/12/20/ukidss-at-eso/</guid>
		<description><![CDATA[Just back from my first visit to Garching (near Munich). ESO, to be more specific. The reason for the visit: a three-day workshop on Science from UKIDSS. Here's the gist of it. Lots of good results already, lots of work in progress, and a sense that UKIDSS has come of age: the needle-in-a-haystack hunters now&#8230;]]></description>
			<content:encoded><![CDATA[<p><a title="ESO: European Southern Observatory" href="http://www.eso.org/"><img title="ESO" src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2007/12/esologo.jpg" alt="ESO" align="right" /></a>Just back from my first visit to Garching (near Munich). <a href="http://www.eso.org/">ESO</a>, to be more specific. The reason for the visit: a three-day workshop on <a href="http://www.ukidss.org/esoworkshop/">Science from UKIDSS</a>.</p>
<p>Here's the gist of it. Lots of good results already, lots of work in progress, and a sense that <a href="http://www.ukidss.org/">UKIDSS</a> has come of age: the needle-in-a-haystack hunters now have enough hay (they hope!) to find some record-breaking needles (the smallest, nearest or furthest known luminiferous objects in the Universe) and the (Galactic or extra-Galactic) Gallup pollers have now canvassed enough  individuals (stars or galaxies) to be reasonably confident about the views of the whole population.</p>
<p>I'm one of the extra-Galactic Gallup pollers. Some slides from the talk I gave on the final morning are on my (small but growing!) <a href="http://astronomy.sussex.ac.uk/~anthonys/publications/">publications page</a>.</p>
<p>Next tasks:</p>
<ul>
<li>Investigate the problem with deblending of large galaxies</li>
<li>Write paper</li>
<li>Write thesis</li>
<li>Get job</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2007/12/20/ukidss-at-eso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering astro-ph with CosmoCoffee</title>
		<link>http://www.anthonysmith.me.uk/research/2007/12/14/filtering-astro-ph-with-cosmocoffee/</link>
		<comments>http://www.anthonysmith.me.uk/research/2007/12/14/filtering-astro-ph-with-cosmocoffee/#comments</comments>
		<pubDate>Fri, 14 Dec 2007 10:49:04 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[arXiv]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2007/12/14/filtering-astro-ph-with-cosmocoffee/</guid>
		<description><![CDATA[One of the things mentioned in Sarah Bridle's talk at YAM last week was a filter for arXiv.org provided by CosmoCoffee. I decided to sample it this week. After creating an account on CosmoCoffee, you will need to edit the keywords in your profile to reflect your interests (well, I did!). Then click on Arxiv&#8230;]]></description>
			<content:encoded><![CDATA[<p>One of the things mentioned in <a href="http://www.sarahbridle.net/">Sarah Bridle</a>'s talk at <a href="http://www.roe.ac.uk/ifa/YAM/">YAM</a> last week was a filter for <a href="http://arxiv.org/">arXiv.org</a> provided by <a href="http://cosmocoffee.info/">CosmoCoffee</a>. I decided to sample it this week.</p>
<p><a title="CosmoCoffee" href="http://cosmocoffee.info/"><img title="CosmoCoffee" src="http://www.anthonysmith.me.uk/research/wp-content/uploads/2007/12/logo_phpbb.gif" alt="CosmoCoffee" /></a></p>
<p>After creating an account on CosmoCoffee, you will need to edit the keywords in your profile to reflect your interests (well, I did!). Then click on <a href="http://cosmocoffee.info/arxiv_new.php">Arxiv new filter</a> and you're off!</p>
<p>Here are my settings:</p>
<ul>
<li>Arxives in order of interest: astro-ph</li>
<li>Arxiv New search key strings: galaxy (redshift )?survey, luminosity (function|density), surface brightness, UKIDSS, UKIRT, VISTA, SDSS, Sloan, WFCAM, near infrared, stellar mass, star formation (rate|history), galax, Bayes, redshift, astro-ph, ADS, extragalactic</li>
</ul>
<p>And here are the results:</p>
<ul>
<li>Monday: 54 new on astro-ph, of which 21 made it through the filter. These were not only filtered but also sorted by CosmoCoffee so the most relevant were listed first. Very useful.</li>
<li>Tuesday: 76 on astro-ph; 27 on CosmoCoffee. It missed <a href="http://arxiv.org/abs/0712.1513"><em>The Future of Cosmology</em> by George Efstathiou</a>, which was a fun read. But I can't think of any way to adjust the CosmoCoffee filter to catch papers like this, without catching loads of other cosmology papers. But in the full astro-ph listings I skimmed over the <a href="http://uk.arxiv.org/abs/0712.1382">paper on globular clusters and their host galaxies</a>, which was ranked highly by CosmoCoffee.</li>
<li>Wednesday: 42 on astro-ph; 14 on CosmoCoffee, filtered and sorted just right.</li>
<li>Thursday: 52 on astro-ph; 22 on CosmoCoffee. Hmm, wish I knew more about dwarf galaxies.</li>
<li>Friday: 30 on astro-ph; 7 on CosmoCoffee (must be getting near Christmas). Glad I skimmed through astro-ph, as my filter settings excluded <a href="http://uk.arxiv.org/abs/0712.2196">this fascinating article on the history of dark energy</a>. Apparently Newton thought of it (or something like it) 320 years ago!</li>
</ul>
<p>Conclusion: based on this week's experience, I'm likely to miss interesting and relevant papers if I use either astro-ph or CosmoCoffee ... so I'll use both! Start each day <em>adagio</em> on CosmoCoffee, <em>accelerando poco a poco</em>, then <em>prestissimo</em> through astro-ph.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2007/12/14/filtering-astro-ph-with-cosmocoffee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UKIDSS poster</title>
		<link>http://www.anthonysmith.me.uk/research/2007/12/10/ukidss-poster/</link>
		<comments>http://www.anthonysmith.me.uk/research/2007/12/10/ukidss-poster/#comments</comments>
		<pubDate>Mon, 10 Dec 2007 13:33:15 +0000</pubDate>
		<dc:creator>Anthony</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[RAS]]></category>
		<category><![CDATA[UKIDSS]]></category>

		<guid isPermaLink="false">http://www.anthonysmith.me.uk/2007/12/10/ukidss-poster/</guid>
		<description><![CDATA[Last Friday was the RAS Young Astronomers Meeting up in Edinburgh. I presented a poster, A census of K-band galaxies from the UKIDSS Large Area Survey, which I've just put online on my (very short!) publications page.]]></description>
			<content:encoded><![CDATA[<p>Last Friday was the <a title="RAS YAM" href="http://www.roe.ac.uk/ifa/YAM/">RAS Young Astronomers Meeting</a> up in Edinburgh. I presented a poster, <em>A census of K-band galaxies from the UKIDSS Large Area Survey,</em> which I've just put online on my (very short!) <a href="http://astronomy.sussex.ac.uk/~anthonys/publications/">publications page</a>.<em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthonysmith.me.uk/research/2007/12/10/ukidss-poster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

