Filter by Supported Igor version:
Login or register to modify the filter.

Packages include individual Igor procedure files or collections of Igor procedure files that are related, as well as external operations (XOPs). To browse ALL projects (including those that have not been officially released) click on the Advanced Browse link above.

Categories

ADWU - Automatic download history meterological data from Weatherunderground.com

Last changed: 4 years 14 weeks ago

This tools can be used to automatic download long period of meterological data from Wheather Underground website (wunderground.com). It require EasyHttp XOP.
The main function take in input the station id, the period of interested and the station type (airport or psw). When it is launch, it build the proper daily URL, easyhttp download the data that is stored in proper waves. A small panel is provided for select the input data, start the download and save the coming data in .txt file.
It is tested on WinXp, but should work fine whit Mac.

VersionDateLinksStatus

base64 - base64 and URL encoding and decoding + md5hashing

Last changed: 1 year 27 weeks ago

This XOP does several useful encoding of strings.
1) It does base64 encoding and decoding of strings (useful for network utilities).
2) It does URL encoding of strings (useful for network utilities).
3) It does an md5 hash of a string.

Usage:
//base64
string testing = "test"
testing = base64encode(testing)
testing = base64decode(testing)

//URLencoding
string testing = "test test"
print URLencode(testing)

//md5 hashing
string testing = "The quick brown fox jumps over the lazy dog"
print md5hash(testing)
//should print 9e107d9d372bb6826bd81d3542a419d6

VersionDateLinksStatus
IGOR.5.00.x-1.0.x-dev2011-Nov-09Development snapshot for Igor 5.00.x and aboveHelp
Categories:

Calculator XOP

Last changed: 48 weeks 6 days ago

The Calculator XOP defines one operation named "Calc".
This operation allows to use Igor as a simple calculator while being able to resuse the last computed value.

Examples

•Calc 1+2
  3
•Calc ans^2
  9
•Calc ans+10 - 4
  15
•Calc ans^2
  225
•Calc exp(0.004) * pi^2 / ans
  0.0440407

The output of the calculation is stored in a variable named "ans" in the root folder. This variable, together with other global variables or waves, can be used in future numerical expressions.

VersionDateLinksStatus
Categories:

Create Layouts

Last changed: 4 years 3 weeks ago

A GUI tool that makes creating a new layout easier. This is designed to be a rough replacement for the built in Igor Pro New Page Layout dialog. At this time, however, this is not a complete replacement and is lacking some functionality, including the ability to add tables to the layout. The package allows the user to control the order of the graphs placed on the layout and allows the user to see thumbnail images of the possible graphs and to select them from a list.

VersionDateLinksStatus

Dependency Analyzer

Last changed: 5 years 7 weeks ago

This package will allow you to determine which Igor procedure files require which other Igor procedure files to operate. You can select any subsets of your loaded procedure files as "callers" and "callees" and get a graphical display of dependencies. It also shows you which functions in procedure file A call functions in procedure file B. This is useful for identifying which sets of procedure files must go together, and for identifying cyclic dependencies that you may want to avoid.

VersionDateLinksStatus
Categories:

Easy Multithreading

Last changed: 3 years 10 weeks ago

This project contains a library of functions designed to make multithreading in Igor easy. Furthermore, it allow you to use your existing functions, with little or no modification, in multithreaded data analysis, greatly increasing throughput.

VersionDateLinksStatus
IGOR.6.20.x-1.x-dev2010-Mar-08Development snapshot for Igor 6.20.x and aboveHelp

Experiment Preview

Last changed: 2 weeks 14 hours ago

The aim of this project is to aid the Igor Pro user in selecting one among many saved experiments. The method is to create a formatted notebook containing currently visible graphs in an open experiment. The notebook is saved under the same name and directory as the experiment. Saved notebooks can be quickly viewed through a panel containing a simple method of selecting a disk path and displaying the names of notebooks residing in that path in a list box. Contents of the notebook are displayed in a notebook subwindow on that panel when the user clicks on a item in the listbox.

VersionDateLinksStatus

Graphical User Interface Procedures/General Utilities for Igor Programmers

Last changed: 5 days 13 hours ago

A collection of utilties for user interface widgets (TabControls, SetVariables, PopMenus, window sizing, etc.) plus some other general utilities for Igor programming.

VersionDateLinksStatus
IGOR.5.05.x-0.x-dev2013-May-14Development snapshot for Igor 5.05.x and aboveHelp

Hodgkin Huxley

Last changed: 3 years 16 weeks ago

// Procedures for performing Hodgkin Huxley simulations of excitable membrane.
// The simulations are based on:
// Hodgkin, A.L. & Huxley, A.F. (1952) "A quantitative description of membrane current and its
// application to conduction and excitation in nerve" Journal of Physiology, vol. 117, pp. 500-544
// Created 25/9/2000 - JBF
// For more information about these procedures, or to report bugs, please contact:
// James.Fallon@ieee.org

VersionDateLinksStatus
Categories:

Igor preview generator for OS X

Last changed: 3 weeks 1 day ago

This project will automatically create a preview of a saved Igor experiment by compiling its available windows into a notebook and saving the notebook in a central location and keep track of them with a UUID that matches a generated UUID string stored in the experiment.

The script will list the pxp files in the specified folder (instead of the notebook previews), and when you select one it will access the UUID stored in the pxp and match it to the appropriate preview file (or display "No Preview Available" if a preview has not yet been generated).

VersionDateLinksStatus

iLaTeX

Last changed: 3 years 15 weeks ago

Just a small procedure file to use LaTeX under Windows with Igor Notebooks. Quite rudimentary programming, use with care. You might have to twiddle with the source code for pointing the package to your latex BIN directory. Please read the documentation contained in the *.pxp.

NOT useful for MacOS without substantial modifications (the latex.exe call is OS specific).

Tested with 6.12A but originally written for IP5.05A...not sure if it works there still.

VersionDateLinksStatus

Interactive Dartboard

Last changed: 4 years 13 weeks ago

The "interactive dartboard" presents a clickable dartboard to the user. The package is intended to illustrate some programming techniques for writing graphical user interfaces: drawing calculated polygons, using Igor's coordinate systems, using "package" data folders, providing visual and sound feedback in response to user clicks by dint of a hook function.

VersionDateLinksStatus

Joystick XOP

Last changed: 4 years 25 weeks ago

This XOP allows Igor to read and control the inputs and outputs from and to a force feedback joystick. These are relatively inexpensive consumer devices used mainly for playing games, I presume, but can be useful elsewhere (atomic force microscopy?), as they are for my purposes, where a monkey uses the joystick. In general, the idea is to provide a haptic interface within Igor. Of course, there may be a market for Igor gaming. :-)

VersionDateLinksStatus
Categories:

LabView library to save multidimensional LabView arrays as Igor Binary Waves to disk

Last changed: 2 years 31 weeks ago

This LabView library stores LabView arrays as Igor Binary Waves to disk. It uses always Igor Binary Wave file version 5.

Details

  • supports arrays with 1 to 4 dimensions
  • handles arrays of
    • signed and unsigned byte
    • signed and unsigned word
    • signed and unsigned long
    • real and complex single precision floating point
    • real and complex double precision floating point
    • text
  • supports assignment of a dependency formula
  • supports dimension labels
  • supports adding a wave note
  • supports dimension scaling and dimension units
  • supports data scaling and data unit
VersionDateLinksStatus
IGOR.5.00.x-2.x-dev2010-Oct-15Development snapshot for Igor 5.00.x and aboveHelp
Categories:

LaTeXinIGOR

Last changed: 5 years 30 weeks ago

LaTeXinIGOR is an IGOR PRO procedure for those Igor 6 users in Windows who want to embed a LaTeX expression in their graphs, panels, layouts or notebooks. The expression is loaded as an Igor picture from an Enhanced Meta File image (EMF) generated by the program pstoedit, that converts the postscript output of the program LaTeX into a vectorial graph, or alternatively, from an Encapsulated PostScript (EPS) with a TIFF preview added by the program epstool (new in version 2.0).

VersionDateLinksStatus
Categories:

Localizer - localization microscopy toolkit

Last changed: 45 weeks 4 days ago

NOTE: binaries for Localizer can now be downloaded from http://sushi.chem.kuleuven.be/svn/Localizer. The source code is available at https://bitbucket.org/pdedecker/localizer.

Localizer provides a full package for performing localization and fluctuation analysis in superresolution fluorescence microscopy (PALM, STORM, SOFI, pcSOFI). The package comes in two parts, an XOP that is responsible for performing fast and efficient calculations, and an Igor procedure that provides a graphical front-end.

The XOP includes operations for a full analysis, including:

LogBook

Last changed: 1 year 32 weeks ago

Overview

This provides a control panel to input systematic logbook information in to a notebook, including a header, a graphic (window or picture), notes, and a history reading. It also allows you to execute commands from the note field and capture the history.

The DEVELOPMENT SNAPSHOP (below) currently contains the latest bug fixes and features

VersionDateLinksStatus

Lumencor SOLA light driver Panel

Last changed: 40 weeks 2 days ago

The following procedure creates a small, simple panel for controlling a Lumencor SOLA light driver:
http://lumencor.com/product/sola-light-engine/

This was created primarily to use with OS X as the company does not provide software for controlling the light source from a Mac.
Including the procedure during compile adds an item called "Lumencor SOLA" in the /Macros menu item.

Note:
The FTDI USB to Serial driver must be installed on the machine:
http://www.ftdichip.com/Drivers/VCP.htm
The VDT2.xop procedure must be activated.

VersionDateLinksStatus

MATLAB Functions

Last changed: 2 years 41 weeks ago

The biggest barrier to Igor adoption is usually knowledge of another environment's language. One of these is MATLAB. If a MATLAB users sits down to write Igor code, sometimes they have a hard time figuring out what the equivalent function in Igor is the function they know in MATLAB. And even if they find that function, if they haven't programmed in Igor, they might get stuck on the syntax.

VersionDateLinksStatus
IGOR.6.20.x-0.x-dev2010-Aug-05Development snapshot for Igor 6.20.x and aboveHelp

Multiple file loader front end

Last changed: 3 years 8 weeks ago

A small panel is presented to the user for loading multiple files into an Igor experiment. This panel gives the user the ability to navigate to the disk folder containing files to load. A listbox is then updated to show a list of files in that folder. The shift key can be used to define contiguous groups of files and the control key (Win) or command key (Mac) can be used to select and deselect individual files in the listbox. Finally a button "GetFiles" is used to end file selection and initiate further code exection. The panel code stores its waves in its own subfolder.

VersionDateLinksStatus

Multiple folder chooser

Last changed: 35 weeks 2 days ago

Allows user to select multiple folders from a standard OS X file chooser dialog. Returns a string list with the HFS representation of the selected folders.

VersionDateLinksStatus

Port Access

Last changed: 4 years 6 weeks ago

The Port Access XOP is an XOP for register level communication with IO ports via the inpout32.dll (http://www.logix4u.net/inpout32.htm). This version of Port Access requires Igor Pro 5.00 or later.

VersionDateLinksStatus
Categories:

Progress Meter

Last changed: 6 weeks 4 days ago

//*****************************************************************
// Function ProgressMeter routines
//*****************************************************************
// Routines to create, update and destroy a little progress meter. This uses
// igor drawing commands in a panel. Data is normalized to a 0 to 100 unit
// scale and meter is updated every 5 units (20 increments).
// Truncates name to 40 characters and ensures that name is igor legal. Always
// use return value (string) from ProgressMeterCreate as MeterName parameter

VersionDateLinksStatus
Categories:

Progress Window

Last changed: 2 years 28 weeks ago

Creates a progress window panel(s) which supports hierarchical progress bars that are easy to activate/update/deactivate from a function. Overhead for updating the progress window is minimal.

VersionDateLinksStatus
IGOR.6.20.x-2.x-dev2010-Nov-01Development snapshot for Igor 6.20.x and aboveHelp
Categories:

Size Distribution Fitting (lognormal) - Wdie-Range Particle Sizer (WPS) Data Processing

Last changed: 1 year 9 weeks ago

This igor procedure is to handle the airborne particle size distribution data measured using Wdie-Range Particle Sizer (WPS), since the original software provided along with the instrument is not very user-friendly.

Starting with a neatly organized panel, all functions are simple and straightforward:
- Load raw data with a single click;
- Automatically obtain major parameters (RH, temperature) and calculate the hourly average; (daily or monthly average will be added in future release)
- Graphing (size distribution, color-coded by number conc.);

VersionDateLinksStatus

Slideshow

Last changed: 4 years 48 weeks ago

This Igor experiment takes a folder of images and lets the user manipulate them a little bit and produce slide shows. A web page can be generated, a QuickTime movie made, or the slides can be played in Igor.

VersionDateLinksStatus

SnapIt!

Last changed: 1 year 47 weeks ago

SnapIt! is a floating panel with a camera icon button that is used to save the front-most graph as an experiment. All the waves needed to recreate the graph are saved with the graph.

VersionDateLinksStatus
Categories:

Sticky Notes

Last changed: 2 years 10 weeks ago

Just type away while your mouse is over a graph to create a "Sticky" (a.k.a. sticky note, or text box)

Usage:
1. Create a graph, bring it to the front.
2. Call InstallStickies() for the top graph window or choose "use stickies in top graph" from the Stickies menu.
3. Point the mouse somewhere inside the graph, start typing.
That's it.

Full documentation in the Procedure file.

VersionDateLinksStatus

Synchronized Windows

Last changed: 2 years 9 weeks ago

Igor supports exterior panels that stick to the target window, but only for graphs and panels.
SyncWin extends this idea to any pair of target windows (also tables, layouts, notebooks).
To use, create two windows and install the link between them using SyncWinInstall().
The following examples are also given in the procedure file.

Example 1:

string myGraph = "MyOtherGraph"
Display /N=$myGraph /W=(300,90,500,190)
Display /N=MyFirstGraph /W=(350,100,550,200)
SyncWinInstall(myGraph)

Example 2:

string myPanel = "Panel0", myTable = "Table0"

syntax highlighting for gtksourceview for editors like gedit or meld

Last changed: 7 weeks 3 days ago

This set of files allows you to get syntax highlighting in gedit (http://en.wikipedia.org/wiki/Gedit) or meld (http://en.wikipedia.org/wiki/Meld_%28software%29). These editors are crossplatform (windows, mac, linux) and open source.
This allows to compensate for some missing features of the native igor editor, namely:

Back to top