Skip to main content

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

otb-0.1.1.tar.gz (27.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page