Metadata-Version: 2.4
Name: mbb
Version: 0.3.3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: astropy
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: emcee
Requires-Dist: corner
Requires-Dist: tqdm
Dynamic: license-file

# mbb

**mbb** is a basic implementation of a modified blackbody (MBB) model, commonly used for fitting the spectral energy distributions of dusty star-forming galaxies (DSFGs) as well as a wide array of other astrophysical phenomena.

Feel free to suggest updates/point out issues on the [GitHub page](https://github.com/mckay-sjm/mbb_model).

Author: Stephen McKay, 2023


## Installation

The simplest way to install `mbb` is with `pip`; e.g., `pip install mbb`.

## Examples and Documentation

Basic documentation [here.](https://mbb-model.readthedocs.io/en/latest/)

More examples coming soon!
