Packages: Utilities
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.
ADWU - Automatic download history meterological data from Weatherunderground.com
Last changed: 1 year 4 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-1 | 2009-Feb-05 | Recommended for Igor 6.03.x and above | Help | |
base64 - base64 and URL encoding and decoding + md5hashing
Last changed: 21 weeks 1 day 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
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.00.x-1.0.x-dev | 2009-Oct-15 | Development snapshot for Igor 5.00.x and above | Help | |
Create Layouts
Last changed: 45 weeks 6 days 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.01.x-1.3 | 2009-Apr-24 | Recommended for Igor 6.01.x and above | Help | |
Dependency Analyzer
Last changed: 1 year 49 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.00.x-1.0.1 | 2008-Mar-27 | Recommended for Igor 6.00.x and above | Help | |
Hodgkin Huxley
Last changed: 6 weeks 2 days 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
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.00.x-1.1 | 2010-Jan-26 | Recommended for Igor 6.00.x and above | Help | |
iLaTeX
Last changed: 5 weeks 2 days 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.05.x-0.99 | 2010-Feb-02 | Recommended for Igor 5.05.x and above | Help | |
Interactive Dartboard
Last changed: 1 year 3 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-1.0-1 | 2009-Feb-18 | Recommended for Igor 6.03.x and above | Help | |
Joystick XOP
Last changed: 1 year 15 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. :-)
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-0.2 | 2008-Nov-20 | Recommended for Igor 6.10.x and above | Help | |
LabView library to save multidimensional LabView arrays as Igor Binary Waves to disk
Last changed: 33 weeks 2 days 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
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.00.x-1.x-dev | 2009-Jul-21 | Development snapshot for Igor 5.00.x and above | Help | |
LaTeXinIGOR
Last changed: 2 years 20 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).
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.00.x-2.1 | 2007-Oct-17 | Recommended for Igor 6.00.x and above | Help | |
Multiple file loader front end
Last changed: 1 year 46 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.00.x-1.2 | 2008-Apr-21 | Recommended for Igor 5.00.x and above | Help | |
Port Access
Last changed: 48 weeks 3 days 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.00.x-1.0 | 2009-Apr-06 | Recommended for Igor 5.00.x and above | Help | |
Procedure File Manager Panel
Last changed: 1 year 32 weeks ago
This package displays a panel with a checkbox list to select procedure file(s) for loading/unloading and checkboxes to set certain coding-specific parameters. It might be a useful tool for programmers who are coding on different procedure files or for users who wish to load/unload different procedure files in an effective manner.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-1.2-2 | 2008-Apr-09 | Recommended for Igor 6.03.x and above | Help | |
Slideshow
Last changed: 1 year 38 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-0.1 | 2008-Jun-17 | Recommended for Igor 6.10.x and above | Help | |
SnapIt!
Last changed: 13 weeks 2 days 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-1.0 | 2009-Dec-08 | Recommended for Igor 6.10.x and above | Help | |
TabControl
Last changed: 1 year 45 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:
- Open both of the included procedure files (TabControl and UserdataEditor) in your Igor Pro experiment. These procedures require Igor Pro 6.01 or greater.
- Create a panel with a tab control and add your controls to it.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-1.0 | 2008-Apr-22 | Recommended for Igor 6.03.x and above | Help | |
| IGOR.6.01.x-1.0.x-dev | 2008-Apr-28 | Development snapshot for Igor 6.01.x and above | Help | |
Window Desktops
Last changed: 45 weeks 6 days 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.01.x-1.3 | 2009-Apr-24 | Recommended for Igor 6.01.x and above | Help | |
Word Wrap Control Text
Last changed: 2 years 2 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
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.02.x-1.1 | 2008-Feb-24 | Recommended for Igor 6.02.x and above | Help | |
XML Note Tools
Last changed: 1 year 35 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-0.7 | 2008-May-19 | Recommended for Igor 6.03.x and above | Help | |
ZIP - inflating and deflating strings and files using zlib and minizip
Last changed: 3 hours 36 min ago
This XOP is able to inflate and deflate strings and unzip zip archives.
The deflation and inflation of strings is encoded in .z and .gz formats. You can use this to compress strings (or any other data) inside IGOR. By using fbinread you can also zip individual files.
You can also unzip zip archives that contain multiple files.
ZIP is based on the free zlib library (www.zlib.net) and the Minizip code by Gilles Vollant (http://www.winimage.com/zLibDll/minizip.html)
Useage:
string test = "0123456789" string test2 = zipencode(test) string test3 = zipdecode(test2)
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.04.x-1.x-dev | 2010-Mar-12 | Development snapshot for Igor 5.04.x and above | Help | |
