Metadata-Version: 2.4
Name: FilterMags
Version: 0.0.7
Summary: A package to calculate AB magnitude of a filter given a spectrum.
Author-email: "Simarpreet Girn, Katherine Panebianco, Yogita Patel" <girn.simarpreet@gmail.com>
Project-URL: Homepage, https://github.com/SimGirn/FilterMags
Project-URL: Issues, https://github.com/SimGirn/FilterMags/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: numpy
Requires-Dist: speclite
Dynamic: license-file

## Code/Astro Project 2026: FilterMags
![Made at Code/Astro](https://img.shields.io/badge/Made_at-Code%2FAstro-8A2BE2)
![Python](https://img.shields.io/badge/Python-3.10%2B-blue)
![Status](https://img.shields.io/badge/Status-In_Development-yellow)
![License: MIT](https://img.shields.io/badge/License-MIT-green)

`FilterMags` is a Python package designed to calculate the AB magnitude of an astronomical object in various filters for spectra data from the Sloan Digital Sky Survey (SDSS). For the mathematical details regarding the photometric system we used, see the [pyphot photometry documentation](https://mfouesneau.github.io/pyphot/photometry.html).

For installation instructions, tutorials and detailed documentation, start [here](https://filtermags.readthedocs.io/en/latest/)

## How to install and run FilterMags?

`FilterMags` can be installed using the `pip` command or by following this link: https://pypi.org/project/FilterMags/0.0.6/

```bash
!pip install FilterMags==0.0.7
```

To run it we need to import the package as follows:

```bash
import FilterMags as fm
```

## Contributors
Simarpreet Girn (girn.simarpreet@gmail.com), Katherine Panebianco (kpanebianco@me.com), Yogita Patel (ypatel@das.uchile.cl)
