Metadata-Version: 2.4
Name: FilterMags
Version: 0.0.5
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

# FilterMags
The `FiterMags` is a python package to calculate the AB magnitude of an astronomical object in various filters for spectra from SDSS (add link of the paper). Code/Astro Project.

## How to install and run FilterMags??

The FilterMags can be installed using the `pip` or by fllowing the link (on Pypi link )

```bash
!pip install FilterMags==0.0.4
```
To run it need to import as follow 

```bash
import FilterMags as fm
```

## Documentation

For more about the FilterMags please visit the (Link)


