Python Tools for asteroseismic data analysis
Project description
seispack: a python package for asteroseismic data analysis
Content
[[TOC]]
Purpose
This package gather various tools useful for seismic data analysis. It is especially used by the abim code.
Prerequisites
In order to install seispack, you will need: numpy, scipy, matplotlib
Installation
For safety, we recommend to use a dedicated python environment (for example by using pyenv or conda) to avoid conflicts. Be sure that pip is installed, and run the following procedure:
Installation with pip
pip install seispack
Installation from gitlab of the last version
The package is available on a git repository: gitlab.in2p3.fr/astero/seispack. You can download it from there or clone it:
# clone with ssh:
git clone git@gitlab.in2p3.fr:astero/seispack.git # requires a ssh key!
# or clone with https:
git clone https://gitlab.in2p3.fr/astero/seispack.git # using login/password
then you can install it with pip
cd seispack
python -m pip install -e .
The option -e (for "editable") can be removed. It just links the package modules to the source. Since this code evolved quickly, each modification is immediately available without re-installation.
Use
seispack basic functions
Under construction
Examples
Under construction
Authors
- Jérôme Ballot - Maintainer - (IRAP - CNRS, Université de Toulouse)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seispack-0.3.2.tar.gz.
File metadata
- Download URL: seispack-0.3.2.tar.gz
- Upload date:
- Size: 3.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2608e9b96d6e43f7cdcf8434b1a71aa232dabd208bdfd3fab4243bc5e681e6ed
|
|
| MD5 |
b28dd02f6314b1096f7ae385183b9887
|
|
| BLAKE2b-256 |
26d88531fac3a4dcbf9abf1e0124d2e92bfc077f12a1464acb34d792f6ea5a60
|
File details
Details for the file seispack-0.3.2-py3-none-any.whl.
File metadata
- Download URL: seispack-0.3.2-py3-none-any.whl
- Upload date:
- Size: 3.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1681509f47437a6fd81687bda537de41deb864f12df99c7d065d3d70c69e0461
|
|
| MD5 |
c970ecfb2cb3b4b09aa85e8456384918
|
|
| BLAKE2b-256 |
d1f81995858df07035a2a460cc0f8b44f59c2748fad77d4005a47db82e7e939a
|