Skip to main content

Mass/UV Spectral Analysis Program

Project description

Travis CI

Aston

Aston is a cross-platform, open source library for the analysis of chromatographic data. It's named for Francis William Aston, creator of the first fully functional mass spectrometer, and written using Python, Numpy, and Scipy. A graphical front-end is also available at https://github.com/bovee/AstonQt.

Installation

Before you can use Aston, you must install Numpy and Scipy. Because these two packages contain C and Fortran code, installing via pip may be difficult (if you take this route, install them separately -- pip install numpy then pip install scipy) so I recommend installing them with your operating systems native facilities:

  • Arch: sudo pacman -Syu python-numpy python-scipy
  • Ubuntu/Debian: sudo apt-get install python3-numpy python3-scipy
  • Mac OS X: brew install numpy and brew install scipy ( you will need Homebrew for this: http://brew.sh/ )
  • Windows: graphical Anaconda installer @ https://www.continuum.io/downloads

Once these are installed, you can check that everything works by running the tests with python setup.py test.

Usage

from aston.tracefile import TraceFile
c = TraceFile('./test.cdf')

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

Aston-0.7.1.tar.gz (4.0 MB view hashes)

Uploaded Source

Built Distribution

Aston-0.7.1-py3-none-any.whl (74.5 kB view hashes)

Uploaded Python 3

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