Metadata-Version: 2.1
Name: quasar_unred
Version: 0.12
Summary: Determine the E(B-V) values of observed quasar spectra
Project-URL: Homepage, https://github.com/jackklawitter/quasar_unred
Author-email: John Klawitter <jackklawitter@gmail.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: astropy
Requires-Dist: dust-extinction
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Description-Content-Type: text/markdown

# quasar_unred

Quasar Unred is a Python library for determining the E(B-V) value of observed quasar spectra. It can also be used to appropriately deredden these spectra.

## Installation

pip install quasar_unred

qso_template.txt must be downloaded and in working directory for load_template() to work with no argument.
## Usage

A simple demonstration is shown in quasar_unred_demo.ipynb

It is assumed that qso_template.txt and ukfs1037.p0236.final.dat are both downloaded and in your working directory.

## Dependencies

Dependencies for use are numpy, scipy, astropy, and dust_extinction

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.


## License

This project is Copyright (c) John Klawitter and Eilat Glikman and licensed under the terms of the BSD 3-Clause license.
