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 19 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

Annotation Tools

Last changed: 2 years 35 weeks ago

Overview

This provides a Control Panel as input to manipulate annotations on a graph so that they can be precisely positioned vertically and horizontally.

VersionDateLinksStatus

Automated Cell Tracker

Last changed: 1 year 15 weeks ago

This program will automatically track a user defined object (cells) through a stack of images and output the X and Y pixel coordinates of the object, as well as the distance moved and velocity for each frame of the movie. Two zip files are provided (click "View all releases" to see and download them both). The zip file "Automated Cell tracker" contains three files: Cell Tracker.pxp, CTIPN.ipf and Cell Tracker Instructions.ihf. Before you open the .pxp file, place the .ipf file under the User Procedures file folder and the .ihf file under the Igor Help Files folder.

VersionDateLinksStatus

Create Layouts

Last changed: 4 years 8 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

DynamiTabs

Last changed: 4 years 17 weeks ago

An alternative approach to tab control, in part inspired by the Wavemetrics "Extensible Tab Panel Demo" experiment. This approach is used in the Time-Frequency Tookit package.

The impetus for this approach was to get rid of the cumbersome need to keep some sort of database of controls, or to name controls in a particular way, that can make updating controls in a tabbed control panel tedious. The tradeoff is that all control states must be continuously saved in global variables - something that is often desirable in a package complex enough to require tabs anyway.

VersionDateLinksStatus
IGOR.6.00.x-1.x-dev2009-Feb-14Development snapshot for Igor 6.00.x and aboveHelp
Categories:

Easy New Notebook

Last changed: 2 years 35 weeks ago

This provides a hook to the New:Notebook menu procedure. The hook puts up a control panel with more settings than the standard New:Notebook dialog box.

VersionDateLinksStatus
Categories:

Experiment Preview

Last changed: 6 weeks 1 day 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: 4 weeks 6 days 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

Igor preview generator for OS X

Last changed: 7 weeks 2 days 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 19 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 17 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

LinkVS

Last changed: 1 year 24 weeks ago

Overview

This package provides a panel to allow you to plot non-scaled waves that are paired as sets having a common independent wave (ie, having the form (y1 vs x), (y2 vs x), (y3 vs x), ... , (yn vs x)) without needing to use command line or menu controls.

VersionDateLinksStatus
Categories:

LogBook

Last changed: 1 year 36 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: 44 weeks 4 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 45 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 folder chooser

Last changed: 39 weeks 4 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

Periodic Table Panel

Last changed: 5 years 35 weeks ago

This provides a panel showing the periodic table of elements, with each element as a button that can be programmed to display or output information about the element.

VersionDateLinksStatus
Categories:

Scroll Traces

Last changed: 2 years 3 days ago

Overview

This package creates a panel that allows you to scroll via button and keypad inputs through a sequence of traces on a graph. Scrolling can be done manually or in a movie-like mode. You can also write plugin functions to run your own code at each iteration of the trace update.

VersionDateLinksStatus
Categories:

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

Last changed: 1 year 13 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

Sticky Notes

Last changed: 2 years 14 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 13 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

Last changed: 3 years 11 weeks ago

This procedure file, combined with the XMLUtils XOP, can be used to add Igor syntax highlighting/coloring to third party text editors that use XML files to control this behavior.
Currently, this can only be used with the Notepad++ text editor for Windows, but it is written to support other text editors in the future.

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

TabControl

Last changed: 5 years 7 weeks ago

A package that makes adding extensive functionality to tab controls easy.

NOTE: I haven't finished the ACL_Tab Control Utility.ihf help file yet. However, using the package is fairly simple. Just follow these steps:

  1. Open both of the included procedure files (TabControl and UserdataEditor) in your Igor Pro experiment. These procedures require Igor Pro 6.01 or greater.
  2. Create a panel with a tab control and add your controls to it.
  3. VersionDateLinksStatus
    IGOR.6.01.x-1.0.x-dev2008-Apr-28Development snapshot for Igor 6.01.x and aboveHelp

Tidy Screen

Last changed: 2 years 35 weeks ago

Overview

This package puts up a panel to allow windows to be Moved, Sized, Sized by Aspect Ratio, or Shifted with most input values as percentage of screen size.

VersionDateLinksStatus
Categories:

Time-Frequency Toolkit

Last changed: 4 years 49 weeks ago

Graphical user interface for time-frequency decomposition of a signal. Future development will include multiple GUIs for time series manipulation and analysis - hence the "Toolkit" designation.

Features:

VersionDateLinksStatus
IGOR.6.10.x-1.x-dev2008-Jul-10Development snapshot for Igor 6.10.x and aboveHelp

webby - an XOP that creates a web browser in an IGOR window.

Last changed: 3 years 36 weeks ago

webby is an OS X XOP that creates a web browser in an IGOR window. It was created as an exercise in GUI creation, so it's missing proper URL bars, etc. However, it is potentially useful for many things. Such as controlling equipment with embedded webservers, etc.
It's a good accompaniment to SOCKIT and easyHTTP for network programming.
If anyone wants to develop it further, they are welcome to have the code, so long as it's made available here.

VersionDateLinksStatus
IGOR.5.04.x-1.x-dev2009-Oct-09Development snapshot for Igor 5.04.x and aboveHelp
Categories:

Window Desktops

Last changed: 1 year 46 weeks ago

The purpose of this package is to make it easy to create virtual desktops within Igor Pro. Windows can be assigned to specific desktops, and only windows assigned to the desktop that is currently selected will be displayed. This makes keeping tracking of lots of windows easier, as similar windows can be assigned to the same virtual desktop.

VersionDateLinksStatus

Word Wrap Control Text

Last changed: 5 years 16 weeks ago

This function returns a string that adds line breaks (\r) to a string of text such that when the text is displayed in a TitleBox control on a panel, the text will fit within the boundaries of a GroupBox control on the same panel.

The following are included with this download:

  • Igor Pro procedure file
  • Igor Pro help file
  • Igor Pro experiment file with example use cases and a demo of the utility
VersionDateLinksStatus

XML Note Tools

Last changed: 4 years 49 weeks ago

This package provides a set of commands that allow one to output text in XML format to the history, a text string, a wave note, or a notebook. It also provides a panel that allows easy XML formatting into a notebook.

VersionDateLinksStatus

Back to top