SFL: Delimited Text
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 releases | Date | Size | Links |
|---|---|---|---|
| IGOR.6.03.x-1.0 | 2008-Jan-16 | 1.93 KB | |
| IGOR.6.03.x-1.1 | 2008-Feb-11 | 2.67 KB | |
| IGOR.6.03.x-1.2 | 2008-Jul-07 | 144.93 KB | |
| IGOR.6.02.x-1.0.0 | 2007-Oct-17 | 3.12 KB |
Subversion Repository:
svn://svn.igorexchange.com/packages/udStFiLrTabDelimited/