<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: IGOR Pro</title>
	<atom:link href="http://payam.minoofar.com/igor/feed/" rel="self" type="application/rss+xml" />
	<link>http://payam.minoofar.com</link>
	<description>virtual but permanent</description>
	<pubDate>Tue, 18 Nov 2008 09:48:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9731</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Light</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-3433</link>
		<dc:creator>Adam Light</dc:creator>
		<pubDate>Fri, 29 Aug 2008 22:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-3433</guid>
		<description>Hi Payam

I just realized I didn't have a link to this yet on IgorExchange, so I've added a link from the support page (http://www.igorexchange.com/support).

Nice work.
Adam</description>
		<content:encoded><![CDATA[<p>Hi Payam</p>
<p>I just realized I didn&#8217;t have a link to this yet on IgorExchange, so I&#8217;ve added a link from the support page (http://www.igorexchange.com/support).</p>
<p>Nice work.<br />
Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payam</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-3328</link>
		<dc:creator>Payam</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-3328</guid>
		<description>Hi Jeremy,

Thank you very much. Actually, it's been out for quite some time now. I should probably plug it more aggressively. 

Payam</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>Thank you very much. Actually, it&#8217;s been out for quite some time now. I should probably plug it more aggressively. </p>
<p>Payam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JB</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-3292</link>
		<dc:creator>JB</dc:creator>
		<pubDate>Tue, 26 Aug 2008 02:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-3292</guid>
		<description>Payam,

Nice job on the manual.  Thanks for putting this out there.</description>
		<content:encoded><![CDATA[<p>Payam,</p>
<p>Nice job on the manual.  Thanks for putting this out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-373</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Mon, 18 Feb 2008 09:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-373</guid>
		<description>Hello Sir,

What a pleasure to (re)discover the basis of igor programming in this tutorial ! You make me more comfortable with writing igor function, and I'm waiting for the next episode ;) ! Thank you for all !!!

Sincerely yours

Guillaume</description>
		<content:encoded><![CDATA[<p>Hello Sir,</p>
<p>What a pleasure to (re)discover the basis of igor programming in this tutorial ! You make me more comfortable with writing igor function, and I&#8217;m waiting for the next episode <img src='http://payam.minoofar.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ! Thank you for all !!!</p>
<p>Sincerely yours</p>
<p>Guillaume</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Payam</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-99</link>
		<dc:creator>Payam</dc:creator>
		<pubDate>Thu, 20 Sep 2007 06:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-99</guid>
		<description>Dear Harald,

Thank you very much for bringing this to my attention. I just uploaded the corrected pdf file to the server.

Payam</description>
		<content:encoded><![CDATA[<p>Dear Harald,</p>
<p>Thank you very much for bringing this to my attention. I just uploaded the corrected pdf file to the server.</p>
<p>Payam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harald Herchen</title>
		<link>http://payam.minoofar.com/igor/comment-page-1/#comment-98</link>
		<dc:creator>Harald Herchen</dc:creator>
		<pubDate>Wed, 19 Sep 2007 19:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://payam.minoofar.com/?page_id=96#comment-98</guid>
		<description>Hello Sir:
There is a bug in your example, on page 24 of 33, Introduction_to_Igor_programming.pdf.

The line says:
ExtractedRow[p] = theMatrix[i][p]

It should say
ExtractedRow = theMatrix[i][p]

or 
ExtractedRow[0,(numpnts(extractedRow)-1)] = theMatrix[i][p]

Respectfully,
Harald Herchen, Ph.D.</description>
		<content:encoded><![CDATA[<p>Hello Sir:<br />
There is a bug in your example, on page 24 of 33, Introduction_to_Igor_programming.pdf.</p>
<p>The line says:<br />
ExtractedRow[p] = theMatrix[i][p]</p>
<p>It should say<br />
ExtractedRow = theMatrix[i][p]</p>
<p>or<br />
ExtractedRow[0,(numpnts(extractedRow)-1)] = theMatrix[i][p]</p>
<p>Respectfully,<br />
Harald Herchen, Ph.D.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
