Positron Annihilation Spectroscopy data analysis
Project description
PAScual: a Positron Annihilation Spectroscopy data analysis program.
(c) 2007-2022 Carlos Pascual-Izarra
email: < cpascual [AT] users.sourceforge.net >
Home page: https://github.com/cpascual/PAScual
Installation instructions for PAScual
The recommended way of installing PAScual is by using a virtual environment where all needed dependencies are installed using mamba. For this, first install mamba and then, on a terminal, run:
mamba create -c conda-forge -n PAScual python=2 pythonqwt pyqt numpy scipy
mamba activate PAScual
Note: Using other conda implementations such as Anaconda should also work, but I found mamba a lot faster. Replace
mamba
byconda
if you are using Anaconda or miniconda instead of mamba.
Once the requirements are installed, and in the same terminal (or a terminal where you alsready activated the PAScual environment), you can install PAScual with:
pip install PAScual
Alternative: manual installation of PAScual
Note: I strongly recommended installing using a mamba (or conda) environment (as described above), specially for Windows users.
If for some reason you cannot install with the recommended way, here are generic instructions to install it (but note that you may run into more trouble to get the proper versions of all the requirements).
For running PAScual, at least the following packages and all their dependencies should be installed:
- Python >=2.7
- Numpy >=1.0.3
- scipy >=0.5.2
- PyQt >=5
- PythonQwt >=0.5.5
For getting graphical output in the text mode interface, you may want
- matplotlib >= 0.90.1
Except for PythonQwt, the rest of the packages should be available in the official repositories of any linux distribution that supports Python2.7.
For PythonQwt, you may need to use PyPI
Once the requirements are properly installed, you can install PAScual with:
pip install PAScual
Running PAScual
Note: if you installed PAScual in a virtual environment (as recommended), make sure to activate the environment before continuing (i.e., in your current terminal, run
mamba activate PAScual
or equivalent)
Once installed, just run the following command to get the graphical application:
pascual
And I recommend to try the tutorial from the User Manual (some example spectra are provided in the examples dir)
Important:
PLEASE give credit:
If you use PAScual, acknowledge it by citing, at least:
C. Pascual-Izarra et al., Advanced Fitting Algorithms for Analysing Positron Annihilation Lifetime Spectra, Nuclear Instruments and Methods A, 603, p456-466 (2009) (DOI: 10.1016/j.nima.2009.01.205)
See CREDITS.txt for acknowledgements to third parties.
Also note its license: PAScual is Free Software but certain conditions apply (see LICENSE.TXT). If you want to request modifications of PAScual, please contact the author. If you modify PAScual, please communicate the modifications to the author so that they can be incorporated in future versions.
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 PAScual-2.1.6.tar.gz
.
File metadata
- Download URL: PAScual-2.1.6.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.0.0.post20200102 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 106320839d2a9583b3295262215324930d79f7280f0696ac5fdfabd8f5c1490b |
|
MD5 | 4fc2ba6c50689445f0378f4779576055 |
|
BLAKE2b-256 | 88b37db44006e26c558f22cf4f63caf574efee9058a4b8b1aeabe42027f11bde |
File details
Details for the file PAScual-2.1.6-py2-none-any.whl
.
File metadata
- Download URL: PAScual-2.1.6-py2-none-any.whl
- Upload date:
- Size: 363.9 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.0.0.post20200102 requests-toolbelt/0.10.1 tqdm/4.64.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11b9220efccce523856d3b6f8419b00c85a2863f3c97a9fb1d786869503507c2 |
|
MD5 | f4cffff654c054a418bf2fc4e8c08726 |
|
BLAKE2b-256 | 6e727e17005d1699403afdf7286fbe99afbdddfe9e0cfe5119f46107011ed43d |