Metadata-Version: 2.4
Name: zoomies
Version: 1.0.0
Summary: Age prediction tool
Project-URL: repository, https://github.com/ssagear/zoomies
Author-email: Sheila Sagear <ssagearastro@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Requires-Dist: arviz
Requires-Dist: astropy
Requires-Dist: gala>=1.8
Requires-Dist: galpy
Requires-Dist: jax
Requires-Dist: jax-cosmo
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: numpyro
Requires-Dist: pyia
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# zoomies

![logo](docs/zoomies.png)

Stars get the zoomies too. This is a dynamical age prediction package that uses Gaia parallax, proper motion, and radial velocity along with a Milky Way potential model to produce a stellar age prediction based on its galactic orbit.

The documentation for `zoomies` is hosted at https://zoomies.readthedocs.io/en/latest/. See the documentation for tutorials, usage examples, and more!

For detailed information, read our paper: [Sagear et al. 2024](https://iopscience.iop.org/article/10.3847/1538-4357/ad8b26)

To use zoomies, install it using pip:

```
pip install zoomies
```