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

CCP4/MAR345 image plate file loader

Last changed: 5 years 5 weeks ago

File loader for CCP4 compressed files, such as used by the MAR345 image plate.

Because of licensing restrictions imposed by Daresbury Laboratory, it is impossible to supply this XOP in either binary form or with all the necessary source code.

VersionDateLinksStatus
Categories:

easyHttp

Last changed: 8 weeks 4 days ago

A XOP for web browsing URL/URI's. This could take the form of http://, https://, ftp://, file://, sftp://, scp:// connections. The operation directs output either to a string variable, or to File. A threadsafe operation is available.
Uses the Curl library.

Use it for downloading webpages, ftp, etc.

  • Authentication mechanisms are available.
  • Proxy compatible
  • Form/Post support
  • The universal binary for OSX does NOT have support for SFTP, SCP. There is separate, Intel only, XOP included which can use SFTP and SCP.

    VersionDateLinksStatus
    IGOR.5.00.x-1.x-dev2013-Mar-21Development snapshot for Igor 5.00.x and aboveHelp
    Categories:

    HDF5gateway

    Last changed: 25 weeks 22 hours ago

    HDF5gateway makes it easy to read a HDF5 file into an IgorPro folder, including group and dataset attributes, such as a NeXus data file, modify it, and then write it back out.

    The goal was to make it easy to read a HDF5 file into an IgorPro folder, including group and dataset attributes, such as a NeXus data file, modify it, and then write it back out. This file provides functions to do just that.

    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

    Igor Root Bridge

    Last changed: 5 years 17 weeks ago

    ROOT ( http://root.cern.ch/) is the most popular analysis/display package used in High Energy Physics. It uses a complex binary format to store data. This project links an Igor XOP to the ROOT libraries (which must also be installed) to allow import of the most commonly used data objects: 1- and 2-D histograms and 1- and 2-D profiles.

    VersionDateLinksStatus
    Categories:

    IR File Loaders

    Last changed: 2 years 13 weeks ago

    IR File Loaders is a package of Igor procedures that read many of the binary file formats that are produced by commercial FTIRs. The best tested of these are the Nicolet file readers. You also need the file New jdx loader.ipf, which is included in the zipped file. Place both the unzipped .ipf files in your User Procedures directory.

    Despite what it says there is a new release with a bug fix as of February, 20, 2011. Click on the View all releases link below.

    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:

    LSM (Zeiss) Image Reader

    Last changed: 5 years 1 week ago

    The LSMreader project is designed to open and read *.lsm files created by Zeiss LSM laser scanning confocal microscopes. Images are stored as Igor 2D or 3D (stacks) waves. Meta data are stored in strings or text waves. A subset of the meta data can be optionally stored as a wave note with each image. Individual parameters in the wave note can be extracted using the Igor functions StringByKey and NumberByKey.

    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

    MatrixFileReader XOP

    Last changed: 21 weeks 3 days ago

    The MatrixFileReader XOP enables Igor Pro to read data acquired with the MATRIX Data acquisition system developed by Omicron Nanotechnology GmbH. The files are not interpreted directly, rather they are accessed through libraries from the Vernissage Toolkit by the same company.

    Main Features
    • Very fast wave creation from a broad range of SPM/STS data types
    • Meta data conservation for a proper measurement documentation
    • No detour via the flat file format required
    • Check for recently acquired bricklets in the result file
    • Extensive documentation inside Igor
    • Works with data from all MATRIX versions
    • Possibility to access the raw untransformed data, therefore compatible with all matrix data types
    • The complete source code is available under a FLOSS license (LGPLv3 or later) for maximum flexibility and openness
    VersionDateLinksStatus
    Categories:

    multiopenfiles - An operation that presents the user with a dialogue to select multiple files

    Last changed: 1 year 10 weeks ago

    In Igor Pro 6.1 or later, Igor supports getting multiple files using an Open File dialog. See the "Displaying an Open File Dialog" topic in Igor's Programming help file. The MultiOpenFiles project was created before Igor had this capability.

    This project uses an XOP to present the user with a native open file dialogue, that the user can select multiple files in. The XOP outputs the string S_filename on success, and sets V_flag==0. S_filename is populated with a semi-colon separated list of filenames. It does not open the files

    VersionDateLinksStatus
    IGOR.5.05.x-1.x-dev2012-Mar-07Development snapshot for Igor 5.05.x and aboveHelp
    Categories:

    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

    NeuralynxLoader

    Last changed: 3 years 2 weeks ago

    NeuralynxLoader loads individual Neuralynx files or entire folders containing Neuralynx files into Igor.

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

    NeuroShare File Loader

    Last changed: 3 years 10 weeks ago

    The NeuroShare XOP is an XOP for loading files from vendors that comply with the NeuroShare API standard (neuroshare.org). This version of NeuroShare requires Igor Pro 5.00 or later.
    The NeuroShare XOP adds the following to Igor:
    A menu item in the Load Waves submenu (not yet implemented).
    Two command line operations.
    This help file.
    Help in the Igor Help Browser Command Help pane.
    LoadNSData behaves much like Igor's built in LoadData operation except that it loads files via NeuroShare compliant APIs.
    Filter provides basic digital filtering.

    VersionDateLinksStatus
    Categories:

    PG5_LoadDICOM

    Last changed: 3 years 3 weeks ago

    PG5_LoadDICOM is a package for loading some types of DICOM files. It can read any formal DICOM header, but the nature of DICOM is that the header contains the information needed to load the the data, which can be in any format (dozens of different ones for images, and other data like ECG/EKGs). For the usual CT /MRI /XR data of greyscale 8 or 16bit images, the loader can optionally load the data and display it. The code is pretty ancient and has been patched together for about 15 years now, but still works OK. I only not have Igor 6 functioning, so haven't tested it on IP5.

    VersionDateLinksStatus
    Categories:

    PicoHarp File Access for Igor Pro

    Last changed: 2 years 14 weeks ago

    This procedure is based on the File Access Demo in Matlab script written by Peter Kapusta, PicoQuant GmbH, September 2006.
    It was ported to IGOR Pro so that the binary data files (*.phd) created by the PicoHarp 300 time correlated single photon counting module can be directly read and analyzed.

    This procedure has been tested with version 2.0 of the PicoHarp file format (since Sept 2006) and is compatible with the most current hardware models.

    VersionDateLinksStatus
    Categories:

    SFL: All Core Packages

    Last changed: 4 years 3 weeks ago

    Overview

    This package provides two core packages developed under the STANDARDIZED FILE LOADERS (SFL) line: the structure + functions package and the input panel package. It also includes two file loaders: XML and Delimited Text.

    VersionDateLinksStatus
    IGOR.6.03.x-1.x-dev2009-Apr-29Development snapshot for Igor 6.03.x and aboveHelp
    Categories:

    SFL: CorrWare

    Last changed: 4 years 43 weeks ago

    Overview

    This is a STANDARDIZED FILE LOADER for the Corr Ware electrochemistry data format.

    Features

    This will process the three E, i, and t waves in a CorrWare file in one of three ways:

    • E(t) - kills the i wave, scales the E based on t, then kills the t wave
    • i(t) - kills the E wave, scales the i based on t, then kills the t wave
    • i(E)/t - scales the E and i waves based on t, kills the t wave, then links the i wave to the E wave

    The header for the file is stored in a string variable.

    Distributions Notes

    VersionDateLinksStatus
    Categories:

    SFL: Delimited Text

    Last changed: 4 years 45 weeks ago

    This is a STANDARDIZED FILE LOADER to read delimited text files.

    VersionDateLinksStatus
    Categories:

    SFL: Input Panel

    Last changed: 4 years 45 weeks ago

    This provides a panel to use for any type of STANDARDIZED FILE LOADER.

    VersionDateLinksStatus
    Categories:

    SFL: IR Data

    Last changed: 4 years 43 weeks ago

    Overview

    This package provides STANDARDIZED FILE LOADERS for IR data.

    VersionDateLinksStatus
    Categories:

    SFL: Mini-Soft

    Last changed: 4 years 42 weeks ago

    Overview

    This package provides a STANDARDIZED FILE LOADER for Mini-Soft files.

    VersionDateLinksStatus
    Categories:

    SFL: SpectraMax files

    Last changed: 3 years 49 weeks ago

    This is a STANDARDIZED FILE LOADER to load SpectraMax files.

    Features

    This loader will read .L00 files recorded with Jobin-Yvon's SpectraMax software Version 1.1d directly into waves and name the waves according to the file structure. If e.g. the loader finds two spectra à three regions in a particular file, six waves will be created whereas the last wave gets the name filename_Sp2_Re3. Manual renaming is also provided. SpectraMax files that contain data blocks are not supported.

    Processing modes

    VersionDateLinksStatus
    IGOR.6.03.x-3.x-dev2009-Jun-12Development snapshot for Igor 6.03.x and aboveHelp
    Categories:

    SFL: Structure and Functions

    Last changed: 4 years 42 weeks ago

    This provides the structure and functions that are the core to developing a STANDARDIZED FILE LOADER.

    VersionDateLinksStatus
    Categories:

    SFL: XML

    Last changed: 4 years 3 weeks ago

    This is a STANDARDIZED FILE LOADER for reading XML data-type file into Igor Pro according to rules in a user-generated XSL file.

    VersionDateLinksStatus
    Categories:

    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

    Touchstone File Loader

    Last changed: 5 years 26 weeks ago

    Touchstone is a file format for storing n-port parameter data such as is used in radio frequency engineering. Touchstone was originally defined by Agilent Corporation. As of this writing, a draft Touchstone specification can be found at:

    This Touchstone file loader is implemented by the "Load Touchstone File.ipf" Igor procedure file. This procedure file can load data from a single Touchstone file or from all Touchstone files in a particular directory on disk.

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

    Universal File Loader

    Last changed: 1 year 3 weeks ago

    The Universal File Loader package loads "universal" files into Igor.

    The "universal" file format was created by Structural Dynamics Research Corporation in the 1960's and has been extended many times. It is used by the experimental dynamics (vibration and acoustic) community.

    A general discussion of the format can be found here.

    VersionDateLinksStatus
    Categories:

    Visualization and Analysis of Broadband Transient Absorption Data

    Last changed: 3 weeks 7 hours ago

    Chirp correction procedures landed in version 4.2 and have been updated in version 4.3. Please continue to email with any comments or bugs.

    This package includes a set of functions for processing and graphing wavelength and time-resolved absorption data. This code was designed to process data created by the Helios Femtosecond Transient Absorption spectrometer produced by Ultrafast Systems, LLC. However, it will work with any data with the format:


    0, time_1, time_2, . . . , time_M
    wavelength_1, deltaOD_1_1, deltaOD_1_2, . . . , deltaOD_1_M

    VersionDateLinksStatus

    XMLutils - XOP to facilitate working with XML files

    Last changed: 47 weeks 6 days ago

    An external XOP designed to facilitate working with XML files. Based on the libxml2 library by Daniel Veillard, released through the MIT licence for libxml2

    Win32 and Mac Universal binaries are available

    XMLopenfile - open an XML file
    XMLsavefile - save a modified XML file
    XMLclosefile - close (and save?) an XML file
    XMLelemlist - List all ELEMENT_NODES in XML document
    XMLdocDump - Dump the entire XML file to IGOR history
    XMLlistXPath - get the nodes that match a specific XPath
    XMLstrfmXPath - get content from nodeset selected by an XPath and return it as a string

    VersionDateLinksStatus
    IGOR.5.04.x-1.x-dev2012-Jun-19Development snapshot for Igor 5.04.x and aboveHelp
    Categories:

    Back to top