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 numpyandbrew 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')
Release files for Aston 0.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Aston-0.7.1.tar.gz | 4.0 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Aston-0.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.1 MB
Release files / Aston-0.7.1.tar.gz
| Download URL | Aston-0.7.1.tar.gz |
|---|---|
| Size | 4.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
499bee6b860e8ec5335481326c5754f618ded5b33b8778ebc03f71cf9d29ee17
|
|
BLAKE2b-256 checksum How to use checksums |
2d2fb1381779b52f89bcc453517564d2ac805b517494b8a674472f41698de0c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / Aston-0.7.1-py3-none-any.whl
| Download URL | Aston-0.7.1-py3-none-any.whl |
|---|---|
| Size | 74.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ab518efff8a83db62f6d9bd1dd2dfd7d7fbce5de5affd74eddccf27aeb9351ec
|
|
BLAKE2b-256 checksum How to use checksums |
706a8278b885c6dc3b2820c35d243db793fde94e620e088507e9e209f898cd36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|