Binary Data Import

With Igor Pro's Load General Binary dialog and GBLoadWave external operation, you can import a wide variety of binary data file formats.

Load General Binary dialog

You can import binary data in the following numeric formats:

Binary numbers can be either high-byte-first (Motorola) or low-byte-first (Intel). Import multiple arrays, which can be interleaved or in sequence. Skip any non-numeric header information.

Programming Flexibility

Using Igor Pro's built-in programming language, you can fuly automate the importation of binary files, and you can create custom binary file loaders with programming operations such as Open, FBinRead, and Close.

The complete C source code used to create the GBLoadWave XOP is included in the XOP Toolkit. You can use the GBLoadWave source as a starting point for writing a more specific binary file loader customized to your own particular requirements.

Last updated: Wednesday, December 22, 2004