Orieux toolbox. Utility functions for scientific numerical computation.
Project description
The Orieux toolbox (otb) provides various utilities function I used in my scientific numerical computation projects. Feel free to use them as you want. Any comments and contributions are welcome. You might find it useful for Fourier transform manipulation. Typical usage looks like this:
#!/usr/bin/env python from otb import uft uft.urfft2(image)
Info
Author: François Orieux
Contact: orieux at iap dot fr
Project homepage: http://bitbucket.org/forieux/otb
Downloads page: https://bitbucket.org/forieux/otb/downloads
Contents
- uft.py
Many function around unitary Fourier transform and convolution.
- utils.py
Small utilities like index manipulation small linear algebra utils.
- plotutils.py
Plotting function.
- physics.py
Formula, constants or unit conversion.
- tifffile.py
Not mine, the author is Christoph Gohlke http://www.lfd.uci.edu/~gohlke/. Is use a lot this module so it’s here for my convenience.
Requirements
Numpy version >= 1.4.1
matplotlib version >= 1.1.0
anfft : optional, for fftw use
scipy : optional
Installation
The pip version:
pip install otb
If you have not pip, download the archive, decompress it and to install in your user path, run in a command line:
python setup.py install --user
or for the system path, run as root:
python setup.py install
Development
This package follow the Semantic Versionning convention http://semver.org/. To get the development version you can clone the mercurial repository available here http://bitbucket.org/forieux/otb
The ongoing development is erratic and actually follow my needs.
License
otb is free software distributed under the MIT license, see LICENSE.txt for details.
References
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 otb-0.2.1.tar.gz
.
File metadata
- Download URL: otb-0.2.1.tar.gz
- Upload date:
- Size: 27.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161b9b06d36721a9c8fbefa639d9fed84d93a67657029de9a68f77f0754a3deb |
|
MD5 | 069c7bf4198b39f9143f012c703d8740 |
|
BLAKE2b-256 | 165d18e5987a18e8e7b3c98cb49c4e447929e95972bec1869ba1eb6753019801 |