Metadata-Version: 2.3
Name: AnisoCADO
Version: 0.4.0
Summary: Generate off-axis SCAO PSFs for the ELT
License: GPL-3.0-or-later
Keywords: astronomy
Author: Kieran Leschinski
Author-email: kieran.leschinski@unive.ac.at
Maintainer: Kieran Leschinski
Maintainer-email: kieran.leschinski@unive.ac.at
Requires-Python: >=3.10,<3.14
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Dist: astropy (>=6.1.7,<8.0.0)
Requires-Dist: matplotlib (>=3.10.1,<4.0.0)
Requires-Dist: numpy (>=1.26.4,<2.3.0) ; python_version >= "3.10" and python_version < "3.13"
Requires-Dist: numpy (>=2.2.6,<3.0.0) ; python_version >= "3.13"
Project-URL: Bug Tracker, https://github.com/AstarVienna/AnisoCADO/issues
Project-URL: Changelog, https://github.com/AstarVienna/AnisoCADO/releases
Project-URL: Documentation, https://anisocado.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/AstarVienna/AnisoCADO/
Description-Content-Type: text/markdown

# AnisoCADO

[![Tests](https://github.com/AstarVienna/AnisoCADO/actions/workflows/tests.yml/badge.svg)](https://github.com/AstarVienna/AnisoCADO/actions/workflows/tests.yml)
[![Documentation Status](https://readthedocs.org/projects/anisocado/badge/?version=latest)](https://anisocado.readthedocs.io/en/latest/?badge=latest)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
![dev version](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2FAstarVienna%2FAnisoCADO%2Fmain%2Fpyproject.toml&query=%24.project.version&label=dev%20version&color=teal)

[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![GitHub Release Date](https://img.shields.io/github/release-date/AstarVienna/AnisoCADO)
[![PyPI - Version](https://img.shields.io/pypi/v/AnisoCADO)](https://pypi.org/project/AnisoCADO/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/AnisoCADO)


A python package to generate off-axis PSFs for the SCAO mode for the ELT

Please note: this package is not yet finished yet! The code is fine, but the
documentation is lacking.

## Documentation

Apropos documentation. It can be found here:
[https://anisocado.readthedocs.io/en/latest/index.html](https://anisocado.readthedocs.io/en/latest/index.html)

