https://github.com/artis-mcrt/artisatomic
Convert atomic data into ARTIS format from several sources (e.g., CMFGEN, NORAD)
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○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 (8.7%) to scientific vocabulary
Keywords
Repository
Convert atomic data into ARTIS format from several sources (e.g., CMFGEN, NORAD)
Basic Info
Statistics
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
- Releases: 0
Topics
Metadata Files
README.md
artis-atomic
The python package converts atomic data into ARTIS format from several sources (e.g., CMFGEN, NORAD)
Installation and Development
First clone the repository, for example:
sh
git clone https://github.com/artis-mcrt/artisatomic.git
cd artistatomic
pre-commit install
To use a uv project virtual environment with locked dependency versions run:
sh
uv sync --frozen
source .venv/bin/activate
uv pip install -e .[dev]
Or to install into the system environment with pip:
sh
python3 -m pip install --group dev -e .
Usage
Run "makeartisatomicfiles" at the command-line to create adata.txt, compositiondata.txt, phixsdata_v2.txt, and transitiondata.txt. This code is not user friendly and requires manual editing of the Python scripts to change ions and data sources.
Owner
- Name: ARTIS Monte Carlo Radiative Transfer
- Login: artis-mcrt
- Kind: organization
- Repositories: 3
- Profile: https://github.com/artis-mcrt
Synthetic light curves and spectra for supernovae and kilonovae
GitHub Events
Total
- Issues event: 1
- Delete event: 11
- Issue comment event: 2
- Push event: 194
- Pull request review event: 7
- Pull request review comment event: 10
- Pull request event: 20
- Create event: 11
Last Year
- Issues event: 1
- Delete event: 11
- Issue comment event: 2
- Push event: 194
- Pull request review event: 7
- Pull request review comment event: 10
- Pull request event: 20
- Create event: 11
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 1
- Total pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 1
- Total pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.17
- Merged pull requests: 9
- Bot issues: 1
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 11
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.18
- Merged pull requests: 8
- Bot issues: 1
- Bot pull requests: 0
Top Authors
Issue Authors
- renovate[bot] (1)
Pull Request Authors
- lukeshingles (10)
- fmcneill49 (2)
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- astropy >=1.3.2
- flake8 >=3.3.0
- h5py >=3.1.0
- matplotlib >=2.0.0
- numpy >=1.12.1
- pandas >=0.19.2
- pidly >=0.2.7
- pytest >=3.0.7
- pytest-cov >=2.4.0
- pytest-runner >=2.11.1
- scipy >=0.19.0
- tables >=3.6.1
- tabulate >=0.8.10
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-python v4 composite
- actions/upload-artifact v3 composite