Metadata-Version: 2.2
Name: prodige_core
Version: 0.6
Summary: Package to be used in PRODIGE analysis or publications.
Author: Caroline Gieser
Author-email: "Jaime E. Pineda" <jpineda@mpe.mpg.de>
Maintainer-email: "Jaime E. Pineda" <jpineda@mpe.mpg.de>
License: MIT License
Project-URL: Homepage, https://github.com/NOEMA-PRODIGE/prodige-core
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-resources; python_version < "3.9"
Requires-Dist: astropy>=5.0
Requires-Dist: matplotlib>=3.6
Requires-Dist: radio-beam>=0.3
Requires-Dist: spectral-cube>=0.5.0

# PRODIGE-core

Collection of functions for a more common analysis/display of the [PRODIGE](NOEMA-PRODIGE.github.io) program.

This includes simple to use commands to make publication ready figures, as well as some convenience function to handle the data.

## Credits

---

This is developed by:

- Jaime E Pineda ([@jpinedaf](http://github.com/jpinedaf))
- Caroline Gieser ([@CarolineGieser](http://github.com/CarolineGieser))
- PRODIGE team

## Dependencies

---

- astropy (>=5.0)
- matplotlib (>=3.6)
- radio-beam (>=0.3)
- spectral-cube (>=0.5.0)
