Metadata-Version: 2.4
Name: djapipes
Version: 1.1.2
Summary: Runs BAGPIPES on any JWST/NIRSpec PRISM spectrum from the DAWN JWST Archive exposures
Home-page: https://github.com/RashmiGot/dja-pipes
Author: R. Gottumukkala
License: MIT
Project-URL: Source, https://github.com/RashmiGot/dja-pipes
Project-URL: Tracker, https://github.com/RashmiGot/dja-pipes/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: grizli[aws]
Requires-Dist: eazy
Requires-Dist: msaexp
Requires-Dist: wget
Requires-Dist: tabulate
Provides-Extra: test
Requires-Dist: pytest>=5.1; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: flake8; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Dynamic: license-file

# dja-pipes
Runs BAGPIPES on any JWST/NIRSpec PRISM spectrum from the DAWN JWST Archive (DJA)

Installation
============

```bash
pip install djapipes git+https://github.com/RashmiGot/bagpipes.git#egg=bagpipes git+https://github.com/karllark/dust_attenuation.git 
```

See also
--------
DJA: https://dawn-cph.github.io/dja/ <br>
BAGPIPES: https://bagpipes.readthedocs.io/en/latest/
