astro-elisa
Efficient library for spectral analysis in high-energy astrophysics.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.5%) to scientific vocabulary
Keywords
Repository
Efficient library for spectral analysis in high-energy astrophysics.
Basic Info
- Host: GitHub
- Owner: wcxve
- License: gpl-3.0
- Language: Python
- Default Branch: main
- Homepage: https://astro-elisa.readthedocs.io
- Size: 15.2 MB
Statistics
- Stars: 17
- Watchers: 1
- Forks: 4
- Open Issues: 21
- Releases: 20
Topics
Metadata Files
README.md
ELISA: Efficient Library for Spectral Analysis in High-Energy Astrophysics
ELISA aims to provide a modern and efficient tool to explore and
analyze the spectral data. It is designed to be user-friendly and flexible.
The key features of ELISA include:
- Ease of Use: Simple and intuitive interfaces
- Robustness: Utilizing the state-of-the-art algorithm to fit, test, and compare models
- Performance: Efficient computation backend based on JAX
- ...
NOTE: ELISA is currently under active development. Please be aware of
potential brittleness, bugs, and changes to the API as the design evolves.
Table of Contents
Installation
Stable Version
It is recommended to install ELISA in a new
conda
environment as follows:
Create a new
condaenvironment. The following command creates a new environment named "elisa" withPython3.11:console conda create -n elisa python=3.11
Note that you can customize the environment name to your preference,
and the Python version should range from 3.10 to 3.13.
Activate the environment we just created:
console conda activate elisaInstall
ELISAusingpip:console pip install astro-elisa
Use XSPEC Models
If you want to use models
from XSPEC,
make sure HEASoft and XSPEC v12.12.1+ are installed on your system,
and the HEASoft environment is initialized, then use the following
command to install xspex:
console
pip install xspex
For more details, see the corresponding API docs.
Development Version
The latest version of ELISA can be installed by the following command:
console
pip install -U git+https://github.com/wcxve/elisa.git
Documentation
Read the documentation at: https://astro-elisa.readthedocs.io
License
ELISA is distributed under the terms of
the GPL-3.0 license.
Owner
- Name: W.-C. Xue
- Login: wcxve
- Kind: user
- Company: Institute of High Energy Physics
- Repositories: 1
- Profile: https://github.com/wcxve
Ph. D. student of High Energy Astrophysics
Citation (CITATION.bib)
@misc{ELISA,
author = {Wang-Chen Xue and Sheng-Lun Xie and Chao Zheng and Shao-Lin Xiong and Xiao-Bo Li and Yong Chen and Peng Zhang and Yan-Qiu Zhang and Jia-Cong Liu and Chen-Wei Wang and Wen-Jun Tan and Yue Wang and Jin-Peng Zhang and Zheng-Hang Yu},
title = {ELISA: Efficient Library for Spectral Analysis in High-Energy Astrophysics},
year = 2023,
url = {https://github.com/wcxve/elisa},
version = {v0.2.1},
}
GitHub Events
Total
- Create event: 105
- Release event: 5
- Issues event: 16
- Watch event: 6
- Delete event: 101
- Issue comment event: 148
- Push event: 409
- Pull request review comment event: 116
- Pull request review event: 120
- Pull request event: 213
- Fork event: 1
Last Year
- Create event: 105
- Release event: 5
- Issues event: 16
- Watch event: 6
- Delete event: 101
- Issue comment event: 148
- Push event: 409
- Pull request review comment event: 116
- Pull request review event: 120
- Pull request event: 213
- Fork event: 1
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 24
- Total pull requests: 220
- Average time to close issues: 4 months
- Average time to close pull requests: 3 days
- Total issue authors: 4
- Total pull request authors: 5
- Average comments per issue: 0.21
- Average comments per pull request: 0.62
- Merged pull requests: 162
- Bot issues: 1
- Bot pull requests: 99
Past Year
- Issues: 11
- Pull requests: 132
- Average time to close issues: 22 days
- Average time to close pull requests: 1 day
- Issue authors: 4
- Pull request authors: 5
- Average comments per issue: 0.27
- Average comments per pull request: 1.01
- Merged pull requests: 96
- Bot issues: 1
- Bot pull requests: 70
Top Authors
Issue Authors
- wcxve (21)
- TutuchanXD (1)
- xiesl97 (1)
- pre-commit-ci[bot] (1)
Pull Request Authors
- wcxve (90)
- pre-commit-ci[bot] (61)
- dependabot[bot] (37)
- xiesl97 (31)
- coderabbitai[bot] (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- pypi 41 last-month
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 23
- Total maintainers: 1
pypi.org: astro-elisa
Efficient library for spectral analysis in high-energy astrophysics.
- Documentation: https://github.com/wcxve/elisa#readme
- License: gpl-3.0
-
Latest release: 0.2.0
published 6 months ago
Rankings
Maintainers (1)
pypi.org: elisa-lib
Efficient library for spectral analysis in high-energy astrophysics.
- Documentation: https://github.com/wcxve/elisa#readme
- License: GNU General Public License v3 or later (GPLv3+)
-
Latest release: 0.1.11
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- arviz >=0.15.1
- astropy >=5.2.2
- jax >=0.4.13
- numpy <=1.24.4
- numpyro >=0.12.1
- tqdm >=4.66.1
- SciencePlots *
- arviz *
- astropy *
- corner *
- iminuit *
- jacobi *
- jax *
- matplotlib *
- nlopt *
- numdifftools *
- numpy *
- numpyro *
- pymc *
- pytensor *
- scipy *
- tqdm *
- xarray *