Packages: Analysis
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.
Clementine, package for modeling decay kinetics using MEM and Least square fitting
Last changed: 31 weeks 1 day ago
Clementine was developed to model decay kinetics processes using either maximum entropy (MEM, included) or least square fitting. The math of analysis (decay times are "tau") is :
MEM: signal(time) = FlatOffset + sum (P(Tau) * exp(- time/tau))
LSQF: signal(time) = FlatOffset + sum (P(Tau) * exp(- (time+TimeShift)/tau))
The package will :
MEM : Generate the distribution of P(Tau) values using Maximum Entropy method over user defined number of bins in tau (log-spaced)
LSQF : Model (and least square fit) sum of for up to 5 different P(tau), TimeShift, and tau combinations. Both P(tau) and tau can be fitted.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-1.20 | 2011-Jul-07 | Recommended for Igor 6.20.x and above | Help | |
| IGOR.6.03.x-1.1 | 2008-Oct-30 | Recommended for Igor 6.03.x and above | Help | |
Easy Multithreading
Last changed: 1 year 48 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-1.x-dev | 2010-Mar-08 | Development snapshot for Igor 6.20.x and above | Help | |
Generalized Spike Sorting Explorations
Last changed: 2 years 27 weeks ago
This is a set of two procedures that extract spike waveforms from raw electrode traces and then perform principal component analysis and clustering on the extracted waveforms. The resulting classified spike times and spike shapes are displayed along with a rotatble Gizmo scatter plot of the first 3 principal components. This is a very early version and is likely full of bugs and inefficiencies.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.00.x-0.9-alpha | 2009-Aug-03 | Recommended for Igor 6.00.x and above | Help | |
KinSim
Last changed: 2 years 1 week ago
Generate chemical reaction systems, convert them into integrateODE form, and run the model.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-1.0-0 | 2010-Jan-27 | Recommended for Igor 6.10.x and above | Help | |
Localizer - localization microscopy toolkit
Last changed: 42 weeks 2 days ago
Localizer provides a full package for performing localization analysis in superresolution fluorescence microscopy (PALM, STORM). 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:
* Native loading of data from the manufacturer's file format for a range of scientific cameras (currently Photometrics, Andor, Hamamatsu, some Zeiss .lsm files, and grayscale TIFF files).
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-1.0-20110421 | 2011-Apr-20 | Recommended for Igor 6.20.x and above | Help | |
MATLAB Functions
Last changed: 1 year 26 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.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-0.x-dev | 2010-Aug-05 | Development snapshot for Igor 6.20.x and above | Help | |
Maximum Entropy Fitting package
Last changed: 3 years 35 weeks ago
This is Maximum Entropy Package for solving problems which can be written as linear equation: I = G f, where I is measured signal, G is response matrix and f is a model distribution. It has been used for interpretation of a size distribution from small-angle scattering data, which involves the inversion of an integral equation for which there is no exact solution. It can likely be used for number of similar problems.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.02.x-1.0 | 2008-Jun-09 | Recommended for Igor 6.02.x and above | Help | |
Microtubule Life History Analysis Package
Last changed: 1 year 20 weeks ago
Few procedures/functions to track and/or analyze dynamic microtubules.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-3.1-noRTMII | 2010-Sep-20 | Recommended for Igor 6.20.x and above | Help | |
NRFit
Last changed: 14 weeks 5 days ago
Neutron and X-ray reflectivity analysis package:
Installation:
Downloads:
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-6.1-MAC | 2011-Oct-28 | Recommended for Igor 6.10.x and above | Help | |
| IGOR.6.00.x-6.10-WIN | 2011-Oct-30 | Recommended for Igor 6.00.x and above | Help | |
pFLIM - an analysis program for time-domain fluorescence lifetime imaging microscopy (FLIM) data
Last changed: 49 weeks 1 day ago
We have developed a highly accurate and efficient code for the analysis of time-domain FLIM data (‘‘pFLIM’’ for precision FLIM). Our analysis code accounts for all significant instrumental artifacts (e.g., the instrument response function (IRF) and spatially inhomogeneous background events) and is rigorously based on both conventional and novel statistics. The code is described in detail in the manuscript:
Precise measurement of protein interacting fractions with fluorescence lifetime imaging microscopy, Walther et al., Mol. BioSyst., (2011), DOI: 10.1039/c0mb00132e
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-1.12 | 2011-Mar-03 | Recommended for Igor 6.20.x and above | Help | |
RatioImg
Last changed: 4 years 12 weeks ago
The RatioImg procedures are a set of Igor procedure files which provide convenient data loading, browsing, annotation, and measurement of ratiometric imaging experiments. They were written in 1999 by Howard Rodstein at WaveMetrics and Mark N. Rand at the Department of Neurology, University of Washington, Seattle using Igor Pro 3.1. Minor updates were made in 2007 to work with Igor Pro 6.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.00.x-1.1.x-dev | 2007-Nov-17 | Development snapshot for Igor 5.00.x and above | Help | |
Singular Spectrums Analysis
Last changed: 4 years 14 weeks ago
Procedures and a GUI for singular spectrums analysis. These procedure files implement the Monte Carlo SSA algorithm described in Allen and Smith, 1996. The code is in need of a major overhaul, but it works. The overhaul will be coming soon.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.00.x-0.1.0-old | 2007-Oct-29 | Recommended for Igor 6.00.x and above | Help | |
Size Distribution Fitting (lognormal) - Wdie-Range Particle Sizer (WPS) Data Processing
Last changed: 1 week 11 hours 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.);
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.20.x-1.4 | 2012-Feb-03 | Recommended for Igor 6.20.x and above | Help | |
SpAcAn: Spontaneous Activity Analysis
Last changed: 18 weeks 7 hours ago
SpAcAn (Spontaneous Activity Analysis) is a collection if IGOR Pro functions for the detection and analysis of spontaneously occuring (non-triggered) events in electrophysiological recordings. SpAcAn was originally designed to facilitate the analysis of spontaneous synaptic activity in whole-cell recordings, but has also been used successfully to detect and analyze spikes or rapid changes in fluorescence.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.5.05.x-1.06 | 2011-Oct-07 | Recommended for Igor 5.05.x and above | Help | |
| IGOR.5.03.x-1.03-2 | 2010-Mar-20 | Recommended for Igor 5.03.x and above | Help | |
Time-Frequency Toolkit
Last changed: 3 years 30 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:
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.10.x-1.x-dev | 2008-Jul-10 | Development snapshot for Igor 6.10.x and above | Help | |
| IGOR.6.03.x-1.00 | 2008-Feb-07 | Recommended for Igor 6.03.x and above | Help | |
| IGOR.6.02.x-1.04 | 2008-Feb-22 | Recommended for Igor 6.02.x and above | Help | |
| IGOR.6.00.x-0.2.2-beta | 2007-Nov-13 | Recommended for Igor 6.00.x and above | Help | |
Wavelet correlations
Last changed: 4 years 12 weeks ago
This module performs correlations on a set of wave pairs. The waves represent instances of stimulus/response pairs, and the result is an estimate of the linear transformation ("kernel") between stimulus and response.
| Version | Date | Links | Status | |
|---|---|---|---|---|
| IGOR.6.03.x-1.0 | 2007-Nov-18 | Recommended for Igor 6.03.x and above | Help | |
| IGOR.6.02.x-0.2 | 2007-Oct-17 | Recommended for Igor 6.02.x and above | Help | |
| IGOR.6.00.x-0.4 | 2007-Oct-23 | Recommended for Igor 6.00.x and above | Help | |
