Metadata-Version: 2.4
Name: pandoravisibility
Version: 2.0.0
Summary: A tool for calculating the visibility of targets from Pandora
License-Expression: BSD-3-Clause
License-File: licenses/DORADO_LICENSE.txt
License-File: licenses/LICENSE
License-File: licenses/README.md
License-File: licenses/m4opt_LICENSE.rst
Keywords: pandora,astronomy,spacecraft,visibility
Author: Tom Barclay
Author-email: barclay.astro@gmail.com
Maintainer: Joe P. Renaud
Maintainer-email: joseph.p.renaud@nasa.gov
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Provides-Extra: plotting
Requires-Dist: astropy (>=7.0)
Requires-Dist: matplotlib (>=3.9,<4.0) ; extra == "plotting"
Requires-Dist: numpy (>=2.0)
Requires-Dist: sgp4 (>=2.25,<3.0)
Project-URL: Changelog, https://github.com/PandoraMission/pandora-visibility/blob/main/CHANGES.md
Project-URL: Homepage, https://github.com/PandoraMission/pandora-visibility
Project-URL: Issues, https://github.com/PandoraMission/pandora-visibility/issues
Project-URL: Repository, https://github.com/PandoraMission/pandora-visibility
Description-Content-Type: text/markdown

# pandora-visibility
<a href="https://github.com/pandoramission/pandora-visibility/actions/workflows/python-package.yml"><img src="https://github.com/pandoramission/pandora-visibility/actions/workflows/python-package.yml/badge.svg" alt="Test status"/></a>

Tool for calculating the visibility of targets from Pandora

See the docs/ folder for an example notebook on using this software.

### Acknowledgements
This project incorporates code from [m4opt](https://github.com/m4opt/m4opt/), which is licensed under the BSD 3-Clause License.

