A Python package for plotting and interacting with echelle diagrams.
Project description
Echelle
Echelle is a Python package for plotting and interacting with echelle diagrams. In an echelle diagram, the amplitude spectrum of a star is stacked in equal slices of delta nu, the large separation.
Installation
pip install echelle
or download the git repository and
python setup.py install
Usage
For a dynamic interface:
from echelle import interact_echelle
interact_echelle(frequency, power, dnu_min, dnu_max)
If you're using echelle in a Jupyter notebook, I suggest calling %matplotlib notebook
first.
To plot a non-interactive echelle diagram,
from echelle import plot_echelle
plot_echelle(frequency, power, dnu)
See the example.ipynb for common usage!
Citing
If you make use of echelle in your work, please consider citing the Zenodo listing
@software{daniel_hey_2020_3629933,
author = {Daniel Hey and
Warrick Ball},
title = {{Echelle: Dynamic echelle diagrams for
asteroseismology}},
month = jan,
year = 2020,
publisher = {Zenodo},
version = {1.4},
doi = {10.5281/zenodo.3629933},
url = {https://doi.org/10.5281/zenodo.3629933}
}
Thanks to Adam Hamilton for making the echelle gif!
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
File details
Details for the file echelle-1.5.1.tar.gz
.
File metadata
- Download URL: echelle-1.5.1.tar.gz
- Upload date:
- Size: 2.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0.post20210125 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f076c221ae4bc0f5b32378d2261040e18bb71df08ac83c3bcf259f6d8734922 |
|
MD5 | fb9137b11df25e0883c53709a10c4685 |
|
BLAKE2b-256 | 0a5813d8989f7767f8b55f39ec28e4e67e3f9231e1181ff774331208fe979b56 |