<?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>Imaging and a little bit of OSS &#187; Science</title>
	<atom:link href="http://nuclear-imaging.info/site_content/category/science/feed/" rel="self" type="application/rss+xml" />
	<link>http://nuclear-imaging.info/site_content</link>
	<description>Yet another techno blog</description>
	<lastBuildDate>Wed, 09 May 2012 13:02:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Fahrenheit  Celsius conversion graph</title>
		<link>http://nuclear-imaging.info/site_content/2012/03/05/fahrenheit-celsius-conversion-graph/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fahrenheit-celsius-conversion-graph</link>
		<comments>http://nuclear-imaging.info/site_content/2012/03/05/fahrenheit-celsius-conversion-graph/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 08:47:26 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Science]]></category>
		<category><![CDATA[celcius]]></category>
		<category><![CDATA[celsius]]></category>
		<category><![CDATA[chart]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[fahrenheit]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[look-up]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[plot]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=440</guid>
		<description><![CDATA[Here&#8217;s a quick chart I made for quick look-up for conversion between Celsius and Fahrenheit scale. [°C] =  5/9 × ([°F] &#8211; 32) The bold marking are at multiples of 100 degree Celsius.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a quick chart I made for quick look-up for conversion between Celsius and Fahrenheit scale.</p>
<p>[°C] =  5/9 × ([°F] &#8211; 32)</p>
<div id="attachment_441" class="wp-caption alignnone" style="width: 429px"><a href="http://nuclear-imaging.info/site_content/wp-content/uploads/2012/03/fahrenheit_to_celcius.png"><img class="wp-image-441  " title="Fahrenheit to Celsius conversion chart" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2012/03/fahrenheit_to_celcius-300x160.png" alt="A graphical lookup for conversion between Fahrenheit and Celsius" width="419" height="222" /></a><p class="wp-caption-text">A graphical look-up for conversion between Fahrenheit and Celsius  (click to view full size)</p></div>
<p>The bold marking are at multiples of 100 degree Celsius.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2012/03/05/fahrenheit-celsius-conversion-graph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bounding box for wfu-pickatlas masks</title>
		<link>http://nuclear-imaging.info/site_content/2011/04/14/bounding-box-for-wfu-pickatlas-masks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bounding-box-for-wfu-pickatlas-masks</link>
		<comments>http://nuclear-imaging.info/site_content/2011/04/14/bounding-box-for-wfu-pickatlas-masks/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 14:01:38 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Imaging]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[79x95x68]]></category>
		<category><![CDATA[91x109x91]]></category>
		<category><![CDATA[bounding box]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[fmri]]></category>
		<category><![CDATA[mask]]></category>
		<category><![CDATA[matlab]]></category>
		<category><![CDATA[nifti]]></category>
		<category><![CDATA[spm8]]></category>
		<category><![CDATA[toobox]]></category>
		<category><![CDATA[wfu pickatlas]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=361</guid>
		<description><![CDATA[Assuming the nifti toolbox is in Matlab path, we can get the 91x109x91 mask to have the same dimensions as the normalized images generated with bounding boxes. If we are making a mask for hippocampus, first we save that mask from WFU Pickatlas. Then to make it 79x95x68 voxels, run the following small script. x=load_untouch_nii(&#8216;hipp.img&#8217;); <a href='http://nuclear-imaging.info/site_content/2011/04/14/bounding-box-for-wfu-pickatlas-masks/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Assuming the <a href="http://www.mathworks.com/matlabcentral/fileexchange/8797">nifti toolbox</a> is in Matlab path, we can get the 91x109x91 mask to have the same dimensions as the normalized images generated with bounding boxes.</p>
<p>If we are making a mask for hippocampus, first we save that mask from WFU Pickatlas. Then to make it 79x95x68 voxels, run the following small script.</p>
<blockquote><p>
x=load_untouch_nii(&#8216;hipp.img&#8217;);<br />
x=x.img;xdim=[1:6 86:91]; ydim=[1:6 102:109]; zdim=[1:11 80:91];<br />
origin=[40 57 26]; datatype=16;<br />
x(xdim,:,:)=[]; x(:,ydim,:)=[]; x(:,:,zdim)=[];<br />
nii=make_nii(x, [2 2 2], origin, datatype);<br />
save_nii(nii, &#8216;boxedhippo.nii&#8217;)</p></blockquote>
<p>We can then use these masks for signal extraction or any further processing.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2011/04/14/bounding-box-for-wfu-pickatlas-masks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Internet access speed rankings &#8211; Local and Global</title>
		<link>http://nuclear-imaging.info/site_content/2010/04/20/internet-access-speed-rankings-local-and-global/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internet-access-speed-rankings-local-and-global</link>
		<comments>http://nuclear-imaging.info/site_content/2010/04/20/internet-access-speed-rankings-local-and-global/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:46:15 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[non-OSS]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[access speed]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[network speed]]></category>
		<category><![CDATA[transfer rate]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=341</guid>
		<description><![CDATA[Some of the countries that had remarkably high data transfer rates were reporting a drop in network speeds as a result of smart phones gaining popularity over the past year or so. Following that train of links, one ends up article after article about which nation ranks first in network speeds, and where US lies <a href='http://nuclear-imaging.info/site_content/2010/04/20/internet-access-speed-rankings-local-and-global/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Some of the countries that had remarkably high data transfer rates were reporting a drop in network speeds as a result of smart phones gaining popularity over the past year or so. Following that train of links, one ends up article after article about which nation ranks first in network speeds, and where US lies on that list and so on. There was one website which gave a really comprehensive set of results and analysis, right till the ISP level for pretty much every nation on the planet.</p>
<p><a href="http://www.speedtest.net/">speedtest.net</a></p>
<div id="attachment_342" class="wp-caption aligncenter" style="width: 479px"><a href="http://nuclear-imaging.info/site_content/wp-content/uploads/2010/04/speedtest.png"><img class="size-full wp-image-342" title="Speedtest" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2010/04/speedtest.png" alt="" width="469" height="289" /></a><p class="wp-caption-text">Speedtest - Analyze network speeds and compare results</p></div>
<p>Seems like the site is pretty up to date too.</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2010/04/20/internet-access-speed-rankings-local-and-global/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posters of: Pi, e, and EM spectrum</title>
		<link>http://nuclear-imaging.info/site_content/2009/03/04/posters-of-pi-e-and-em-spectrum/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=posters-of-pi-e-and-em-spectrum</link>
		<comments>http://nuclear-imaging.info/site_content/2009/03/04/posters-of-pi-e-and-em-spectrum/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:00:53 +0000</pubDate>
		<dc:creator>slash_boot</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[EM spectrum]]></category>
		<category><![CDATA[posters]]></category>
		<category><![CDATA[unihedron]]></category>

		<guid isPermaLink="false">http://nuclear-imaging.info/site_content/?p=177</guid>
		<description><![CDATA[In our functional imaging lab we have a poster of Electromagetic radiation spectrum. The chart goes from wavelengths corresponding to millihertz all the way up to EHz which is in 10^18 Hz range. It also describes the kind of systems that use those wavelengths, like for example the 87 to 108 MHz range is used <a href='http://nuclear-imaging.info/site_content/2009/03/04/posters-of-pi-e-and-em-spectrum/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>In our functional imaging lab we have a poster of Electromagetic radiation spectrum. The chart goes from wavelengths corresponding to millihertz all the way up to EHz which is in 10^18 Hz range. It also describes the kind of systems that use those wavelengths, like for example the 87 to 108 MHz range is used for FM radio broadcasting and so on. I wanted to have that poster for myself so I looked around to see where I can buy one online. I found it on <a title="Unihedron" href="http://www.unihedron.com" target="_blank">Unihedron</a> website.</p>
<div id="attachment_218" class="wp-caption aligncenter" style="width: 470px"><a href="http://www.unihedron.com/projects/spectrum/downloads/full_spectrum.jpg"><img class="size-full wp-image-218" title="EM Radiation Spectrum Closeup" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/03/emrad.png" alt="EM Radiation Spectrum Chart closeup" width="460" height="351" /></a><p class="wp-caption-text">EM Radiation Spectrum Chart closeup</p></div>
<p>The person who created the website has the poster <a title="Download the PDF version of EM radiation poster" href="http://www.unihedron.com/projects/spectrum/downloads/spectrum_20060222.pdf" target="_blank">available for download</a> &#8211; some of them in PDF and JPG formats. The posters are also on sale on that website, and at least as far as the EM radation spectrum poster goes, its available at quite an affordable price on that website.</p>
<p>There were other posters that were equally interesting, if you are into that kind of things. They were:</p>
<ul>
<li>Value of Pi going up to 350,390 digits.</li>
</ul>
<div id="attachment_210" class="wp-caption aligncenter" style="width: 250px"><a href="http://www.unihedron.com/projects/pi/pi.pdf"><img class="size-full wp-image-210" title="Pi poster" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/03/pi_thumbnail.jpg" alt="Poster of Pi: Going up to 350,390 decimals" width="240" height="366" /></a><p class="wp-caption-text">Poster of Pi: Going up to 350,390 decimals</p></div>
<ul>
<li>Value of e going up to 350,390 digits.</li>
</ul>
<p style="text-align: center;">
<div id="attachment_211" class="wp-caption aligncenter" style="width: 250px"><a href="http://www.unihedron.com/projects/e/downloads/e_purple.pdf"><img class="size-full wp-image-211" title="Poster of e" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/03/e_thumbnail.jpg" alt="Poster of e with value going to 350,390 digits" width="240" height="366" /></a><p class="wp-caption-text">Poster of e:  Going up to 350,390 decimals</p></div>
<ul>
<li>Primes numbers: The first 54,222 prime numbers</li>
</ul>
<p style="text-align: center;">
<div id="attachment_212" class="wp-caption aligncenter" style="width: 250px"><a href="http://www.unihedron.com/projects/primes/downloads/primes.pdf"><img class="size-full wp-image-212" title="Prime numbers poster" src="http://nuclear-imaging.info/site_content/wp-content/uploads/2009/03/prime_thumbnail.jpg" alt="Poster with 54,222 primes" width="240" height="366" /></a><p class="wp-caption-text">Poster with 54,222 primes</p></div>
<p style="text-align: center;">
<p style="text-align: left;">These are some great posters, especially the one with EM Radiation. Its a wonderful chart to have for reference if you are dealing with higher frequencies like in telecommunications or in medical imaging.</p>
<p style="text-align: left;">=====================</p>
]]></content:encoded>
			<wfw:commentRss>http://nuclear-imaging.info/site_content/2009/03/04/posters-of-pi-e-and-em-spectrum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

