Metadata-Version: 2.4
Name: frizzle
Version: 0.2.0
Summary: Combine spectra by forward modelling
Author-email: "Andrew R. Casey" <andrew.casey@monash.edu>, "David W. Hogg" <david.hogg@nyu.edu>
Maintainer-email: Andy Casey <andrew.casey@monash.edu>
License: LICENSE.md
Keywords: astronomy software
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-learn
Requires-Dist: jax==0.7.0
Requires-Dist: jaxlib==0.7.0
Requires-Dist: jax-finufft
Requires-Dist: lineax
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-sugar; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: coveralls; extra == "dev"
Requires-Dist: ipython; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Dynamic: license-file

<div align="Center">

# frizzle 

Combine spectra by forward modeling [(Hogg & Casey, 20xx)](https://arxiv.org/abs/2403.11011).

[![Test Status](https://github.com/andycasey/frizzle/actions/workflows/ci.yml/badge.svg)](https://github.com/andycasey/frizzle/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/andycasey/frizzle/badge.svg?branch=main&service=github)](https://coveralls.io/github/andycasey/frizzle?branch=main)

</div>

# Install

```
uv add frizzle
```

# Getting Started Guide

[todo]

# Authors
- **David W Hogg** (NYU) (MPIA) (Flatiron)
- **Andy Casey** (Monash) (Flatiron)


With contributions from:
- **Matt Daunt** (NYU);
- **Thomas Hilder** (Monash);
- **Adrian Price-Whelan** (Flatiron);
- the **Astronomical Data Group** at the Flatiron Institute; and 
- the **Inference Group** at Monash University.

