Metadata-Version: 2.1
Name: sedcreator
Version: 0.8.9
Summary: sedcreator is a package that has two main classes, SedFluxer and SedFitter. SedFluxer performs aperture photometry on a given image, coordinates and aperture size. It has a number of functions to print useful information and to plot the image together with apertures. SedFitter fits observations to a grid of models following the Zhang and Tan (2018) radiative transfer models.
Home-page: https://github.com/fedriani/sedcreator
Author: Ruben Fedriani
Author-email: ruben.fedriani@gmail.com
License: GNU General Public License v3.0
Project-URL: Bug Tracker, https://github.com/fedriani/sedcreator/issues
Platform: UNKNOWN
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# sedcreator

**sedcreator** helps you to construct your spectral energy distribution
by providing tools to measure fluxes on any image. It also provides a set
of models to fit your SED with massive star formation models.
It is an open source Python package.

![alt text](https://github.com/fedriani/sedcreator/raw/main/sedcreator_logo.png)


## Installation

type the following in the terminal to install:

```
pip install sedcreator
```

## Citation

If you use sedcreator for a project that leads to a publication, whether directly or as a dependency of another package, please include the following acknowledgment:

```
    This research made use of sedcreator (Fedriani et al. 2022).
```

sedcreator uses multiple resources from Photutils, so please also acknowledgment their work:

```
    https://photutils.readthedocs.io/en/stable/citation.html
```


