Mass/UV Spectral Analysis Program
Project description
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
andbrew 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
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
Built Distribution
File details
Details for the file Aston-0.7.1.tar.gz
.
File metadata
- Download URL: Aston-0.7.1.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 499bee6b860e8ec5335481326c5754f618ded5b33b8778ebc03f71cf9d29ee17 |
|
MD5 | 41e94e21ca2d79dd706940a3737ba114 |
|
BLAKE2b-256 | 2d2fb1381779b52f89bcc453517564d2ac805b517494b8a674472f41698de0c8 |
File details
Details for the file Aston-0.7.1-py3-none-any.whl
.
File metadata
- Download URL: Aston-0.7.1-py3-none-any.whl
- Upload date:
- Size: 74.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.24.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab518efff8a83db62f6d9bd1dd2dfd7d7fbce5de5affd74eddccf27aeb9351ec |
|
MD5 | ab16f601e4166cde1a971a3d7d97e18b |
|
BLAKE2b-256 | 706a8278b885c6dc3b2820c35d243db793fde94e620e088507e9e209f898cd36 |