Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Plotting and analysis tools for the ARTIS 3D radiative transfer code for supernovae and kilonovae.
Artistools is collection of plotting, analysis, and file format conversion tools for the ARTIS radiative transfer code.
Requires Python >= 3.10
The artistools command be invoked with uvx artistools or pipx artistools. For development (editable install), you will need the rust compiler. First, clone the repository:
git clone https://github.com/artis-mcrt/artistools.git
cd artistools
To use a uv package manager virtual environment with locked dependency versions run:
uv sync --frozen
uv pip install --editable .[dev]
pre-commit install
The artistools command will be available after activating the project environment (source artistools/.venv/bin/activate) or can made globally available by adding the following alias to your startup script:
alias artistools="uv run --frozen --project ~/PATH/TO/artistools -- artistools"
Alternatively, to avoid using uv and install into the system environment with pip:
python3 -m pip install --editable .[dev]
pre-commit install
Type "artistools" at the command-line to get a full list of commands. The most frequently used commands are:
Use the -h option to get a list of command-line arguments for each command. Most of these commands would usually be run from within an ARTIS simulation folder.
Distributed under the MIT license. See LICENSE for more information.
https://github.com/artis-mcrt/artistools
If you artistools for a paper or presentation, please cite it. For details, see https://zenodo.org/badge/latestdoi/53433932.
FAQs
Plotting and analysis tools for the ARTIS 3D radiative transfer code for supernovae and kilonovae.
We found that artistools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.