<?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>Polyatomic</title>
	<atom:link href="http://www.polyatomic.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.polyatomic.org</link>
	<description>desperately seeking content</description>
	<lastBuildDate>Thu, 28 Oct 2010 04:11:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Doing the obvious</title>
		<link>http://www.polyatomic.org/2010/10/28/doing-the-obvious/</link>
		<comments>http://www.polyatomic.org/2010/10/28/doing-the-obvious/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 04:11:24 +0000</pubDate>
		<dc:creator>tkerwin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.polyatomic.org/?p=13</guid>
		<description><![CDATA[<p>I had a problem today compiling the PyBuffer extension to WrapITK.  I got a bunch of errors like this:</p> <p>&#8230;/ExternalProjects/PyBuffer/itkPyBuffer.txx: In static member function ‘static PyObject* itk::PyBuffer&#60;TImage&#62;::GetArrayFromImage(TImage*) [with TImage = itk::Image&#60;float, 2u&#62;]’: &#8230;/ExternalProjects/PyBuffer/wrap_itkPyBufferPython.cxx:1397:   instantiated from here &#8230;/ExternalProjects/PyBuffer/itkPyBuffer.txx:64: error: cannot convert ‘int*’ to ‘npy_intp*’ in argument passing </p> <p>Well, I spent hours looking at <span style="color:#777"> . . . &#8594; Read More: <a href="http://www.polyatomic.org/2010/10/28/doing-the-obvious/">Doing the obvious</a></span>]]></description>
			<content:encoded><![CDATA[<p>I had a problem today compiling the PyBuffer extension to WrapITK.  I got a bunch of errors like this:</p>
<blockquote><p>&#8230;/ExternalProjects/PyBuffer/itkPyBuffer.txx: In static member function ‘static PyObject* itk::PyBuffer&lt;TImage&gt;::GetArrayFromImage(TImage*) [with TImage = itk::Image&lt;float, 2u&gt;]’:<br />
&#8230;/ExternalProjects/PyBuffer/wrap_itkPyBufferPython.cxx:1397:   instantiated from here<br />
&#8230;/ExternalProjects/PyBuffer/itkPyBuffer.txx:64: error: cannot convert ‘int*’ to ‘npy_intp*’ in argument passing
</p></blockquote>
<p>Well, I spent hours looking at changelogs and searching Google seeing if anyone had found a solution to the problem, like I usually do.  After I got home and had dinner, I went back and just changed the line:<br />
<code>int dimensions[ ImageDimension ];</code><br />
to<br />
<code>npy_intp dimensions[ ImageDimension ];</code></p>
<p>Such a simple fix! I guess I should stop assuming other people have the answer and just do it myself sometimes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.polyatomic.org/2010/10/28/doing-the-obvious/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Changing CMS</title>
		<link>http://www.polyatomic.org/2010/08/06/changing-cms/</link>
		<comments>http://www.polyatomic.org/2010/08/06/changing-cms/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 05:24:08 +0000</pubDate>
		<dc:creator>tkerwin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.polyatomic.org/?p=4</guid>
		<description><![CDATA[<p>I&#8217;m ditching Nucleus and trying out the new version of WordPress, as you can see.  It&#8217;s got to be popular for a reason, right?</p> ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m ditching Nucleus and trying out the new version of WordPress, as you can see.  It&#8217;s got to be popular for a reason, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.polyatomic.org/2010/08/06/changing-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

