IGOR Pro

Hello and welcome to the unofficial manual, Introduction to IGOR Pro Programming. This manual was developed under a grant from Wavemetrics, Inc.

The manual was written in order to facilitate the transition from being a competent IGOR Pro user to being a competent IGOR Pro programmer. Why? Because IGOR Pro is the swiss army knife of data analysis, instrument control and data visualization, and the key to unfolding this potential is programming.

So, if you wish to start programming with IGOR Pro, then download the two files that make up the manual (the manual itself and the companion experiment) below, and begin.

Please feel free to add comments below or to send me email if you find any errors or if you have any suggestions.

The collection of resources at the end may also be of use.

Payam

The Files

The Manual: View/Download pdf version (33 pp, 460 Kb)

The Companion Experiment:

Igor_Programming_Intro.pxp (IGOR .pxp file, 544 Kb)

 

 

Wavemetrics Resources:

IGOR Pro User-created Resources:

These are links (hopefully) not cited in the above resources.

Companies using IGOR Pro

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
  1. Harald Herchen
    on September 19th, 2007
    1

    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.

  2. Payam
    on September 19th, 2007
    2

    Dear Harald,

    Thank you very much for bringing this to my attention. I just uploaded the corrected pdf file to the server.

    Payam

  3. Guillaume
    on February 18th, 2008
    3

    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

  4. JB
    on August 25th, 2008
    4

    Payam,

    Nice job on the manual. Thanks for putting this out there.

  5. Payam
    on August 26th, 2008
    5

    Hi Jeremy,

    Thank you very much. Actually, it’s been out for quite some time now. I should probably plug it more aggressively.

    Payam

  6. Adam Light
    on August 29th, 2008
    6

    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

Leave a Reply




Spam prevention powered by Akismet