Skip to content
/ igor Public
forked from wking/igor

Read Igor Pro pxp files from python. Fixed for numpy > 1.20

License

Notifications You must be signed in to change notification settings

Ficere/igor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Igor

Just made some adaptations for numpy > 1.20.

See the [original repo](https://github.com/wking/igor) for more information.

# Installation
```shell
pip install git+https://github.com/Ficere/igor
```
# Usage

In my case, this package is mainly used for reading the .ibw files from OxInst AFM.

```python
from igor.binarywave import load
wave = load(path_to_ibw)
print(wave)
```

About

Read Igor Pro pxp files from python. Fixed for numpy > 1.20

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%