https://github.com/danhey/echelle

Dynamic echelle diagrams for asteroseismology

https://github.com/danhey/echelle

Science Score: 33.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 6 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords from Contributors

astronomy astrophysics
Last synced: 10 months ago · JSON representation

Repository

Dynamic echelle diagrams for asteroseismology

Basic Info
  • Host: GitHub
  • Owner: danhey
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: master
  • Size: 8.43 MB
Statistics
  • Stars: 21
  • Watchers: 1
  • Forks: 7
  • Open Issues: 1
  • Releases: 2
Created over 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

README.md

Echelle

DOI

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!

Owner

  • Name: Daniel
  • Login: danhey
  • Kind: user
  • Location: Hawai'i
  • Company: University of Hawai'i

Mostly harmless

GitHub Events

Total
  • Pull request event: 1
  • Fork event: 1
Last Year
  • Pull request event: 1
  • Fork event: 1

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 45
  • Total Committers: 4
  • Avg Commits per committer: 11.25
  • Development Distribution Score (DDS): 0.267
Top Committers
Name Email Commits
Unknown d****y@o****m 33
Daniel 3****y@u****m 8
Daniel 3****y@u****m 3
Warrick Ball W****l@b****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: almost 2 years ago

All Time
  • Total issues: 3
  • Total pull requests: 3
  • Average time to close issues: about 2 hours
  • Average time to close pull requests: 4 days
  • Total issue authors: 3
  • Total pull request authors: 2
  • Average comments per issue: 0.67
  • Average comments per pull request: 0.67
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 1
  • Pull request authors: 0
  • Average comments per issue: 0.0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • kh-kr (1)
  • ojhall94 (1)
  • nagarajvernekar30 (1)
Pull Request Authors
  • warrickball (2)
  • parallelpro (1)
  • danhey (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 96 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 22
  • Total maintainers: 1
pypi.org: echelle

A Python package for plotting and interacting with echelle diagrams.

  • Versions: 22
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 96 Last month
Rankings
Dependent packages count: 10.1%
Forks count: 11.9%
Stargazers count: 13.7%
Average: 16.8%
Dependent repos count: 21.6%
Downloads: 26.7%
Maintainers (1)
Last synced: 11 months ago

Dependencies

requirements.txt pypi
  • astropy >=1.3
  • matplotlib >=1.5.3
  • numpy >=1.11
.github/workflows/docs.yml actions
  • JamesIves/github-pages-deploy-action 4.1.1 composite
  • actions/checkout v2.3.1 composite
  • actions/setup-python v1 composite
setup.py pypi