Metadata-Version: 2.1
Name: artistools
Version: 2022.4.28.3.dev2
Summary: Plotting and analysis tools for the ARTIS 3D supernova radiative transfer code.
Home-page: https://www.github.com/artis-mcrt/artistools/
Author: ARTIS Collaboration
Author-email: luke.shingles@gmail.com
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENCE.txt
Requires-Dist: argcomplete (>=2.0.0)
Requires-Dist: astropy (>=4.1)
Requires-Dist: coveralls (>=1.3.0)
Requires-Dist: extinction (>=0.4.5)
Requires-Dist: flake8 (>=3.8.4)
Requires-Dist: matplotlib (>=3.3.4)
Requires-Dist: numpy (>=1.19.4)
Requires-Dist: pandas (>=1.1)
Requires-Dist: psutil (>=5.9.0)
Requires-Dist: pypdf2 (>=1.26.0)
Requires-Dist: pynonthermal (>=2021.04.21)
Requires-Dist: pytest (>=6.2.2)
Requires-Dist: pytest-cov (>=2.10.1)
Requires-Dist: pytest-runner (>=5.2)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: scipy (>=1.5.4)
Requires-Dist: setuptools-scm[toml] (>=6.2)
Requires-Dist: wheel (>=0.36)
Requires-Dist: xattr (>=0.9.7)

# Artistools

> Artistools is collection of plotting, analysis, and file format conversion tools for the [ARTIS](https://github.com/artis-mcrt/artis) radiative transfer code.

![GitHub Build and test status](https://github.com/artis-mcrt/artistools/workflows/Build%20and%20test/badge.svg)
[![codecov](https://codecov.io/gh/artis-mcrt/artistools/branch/main/graph/badge.svg?token=XFlarJqeZd)](https://codecov.io/gh/artis-mcrt/artistools)
[![CodeFactor](https://www.codefactor.io/repository/github/artis-mcrt/artistools/badge)](https://www.codefactor.io/repository/github/artis-mcrt/artistools)

## Installation
First clone the repository, for example:
```sh
git clone https://github.com/artis-mcrt/artistools.git
```
Then from within the repository directory run:
```sh
python3 -m pip install -e .
```

## Usage
Type "artistools" at the command-line to get a full list of commands. The most frequently used commands are:
  - plotartisestimators
  - plotartislightcurve
  - plotartisnltepops
  - plotartisnonthermal
  - plotartisradfield
  - plotartisspectrum

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.

## Example output

![Emission plot](https://github.com/artis-mcrt/artistools/raw/main/images/fig-emission.png)
![NLTE plot](https://github.com/artis-mcrt/artistools/raw/main/images/fig-nlte-Ni.png)
![Estimator plot](https://github.com/artis-mcrt/artistools/raw/main/images/fig-estimators.png)

## License
Distributed under the MIT license. See [LICENSE](https://github.com/artis-mcrt/artistools/blob/main/LICENSE) for more information.

[https://github.com/artis-mcrt/artistools](https://github.com/artis-mcrt/artistools)


