SFL: Delimited Text

Downloaded 44 times
Average rating
(0 votes)

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

Features

This loader will read tab or CSV delimited data directly into waves.

Processing Modes

After loading, the loader can scale waves as though the columns are (x,y) pairs or as though they are one x + multiple y waves. The x-data are discarded in the process.

User Data

The following User Data input is supported:

  • [number ranges]: giving number ranges in brackets will load only those columns of data

Example
udFL.userData = "[1,3,5,7-10]" will load columns 1, 3, 5, 7, 8, 9, and 10 from a delimited text file.

Distribution Details

  • Experiments: none
  • Procedure Files: udStFiLrDelimitedText
  • XOPS: none
  • Demos: none
  • Requires Packages: Standard Structure and Functions
  • Optional Packages:
    appears as a loader in the Standard Panel
    uses the plug-in from LinkDisplay

  • Help Files: none
  • Documentation: this Web page
  • Other Files: includes sample CSV and Tab Delimited data files that can be linked as (x,y) pairs or as x + y wave sets

Installation Notes

Download and unzip the archive. Put the loader into the User Procedures file of Igor Pro. Make an alias (shortcut) to the .ipf file and move it to the Igor Procedures folder when you want to have the procedure always resident. Otherwise, include it into an experiment to have it present.

Releases

Official releasesDateSizeLinks
IGOR.6.03.x-1.02008-Jan-161.93 KB
IGOR.6.03.x-1.12008-Feb-112.67 KB
IGOR.6.03.x-1.22008-Jul-07144.93 KB
IGOR.6.02.x-1.0.02007-Oct-173.12 KB

Back to top