Read Igor Pro files from python
Project description
Note
This package has been superseded by igor.
Use the new igor package with the following to get the same interface:
import igor.igorpy as igor
Igor.py
- Author:
Paul Kienzle <paul.kienzle@nist.gov>
- License:
This program is public domain
Read Igor Pro files from python.
Install
Using pip:
$ pip install igor.py
Using source, download and expand the source tree, change to the source directory and type:
$ python setup.py install
Change History
0.9.1 2015-09-11
pypi forced a revision upgrade to update the readme; it won’t even allow the old 0.9 version to be restored on the site!
0.9 2011-10-14 Merlijn van Deen
access to data object using f.name in addition to f[‘name’] and f[i]
allow a data object to be used directly as an array, e.g., numpy.sum(f.name)
better unicode handling
0.8 2011-04-27 Paul Kienzle
initial release
Maintenance
When a new version of the package is ready, increment __version__ in igor.py and enter:
$ python setup.py sdist upload
This will place a new version on pypi.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file igor.py-0.9.1.tar.gz
.
File metadata
- Download URL: igor.py-0.9.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
fee1441a2b3e54bd0f8e5e75890496e40cf8ff5eebd414f21f3b2dfd9761bd48
|
|
MD5 |
18ad293e59b5eaa6a81954db896b0245
|
|
BLAKE2b-256 |
795c921ba8c3481c596523f90a027dee85b5d240441b4c527d7b0af44ac62432
|