Metadata-Version: 2.4
Name: astro-p3
Version: 1.4.6
Author: Olivier Beltramo-Martin, Benoit Neichel, Fabio Rossi, Guido Agapito, Cédric Plantet
License: BSD-3-Clause
Project-URL: repository, https://github.com/astro-tiptop/P3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: pyyaml
Dynamic: license-file

# P3 - fourier PSF

P3 is a collection of libraries for Adaptive Optics (AO) Point Spread Function (PSF) modeling, simulation, fitting and reconstruction.

The list of libraries is:

* [aoSystem](https://github.com/astro-tiptop/P3/tree/main/p3/aoSystem) → The main purpose of this library is to model an AO PSF. It is an analytical simulator based on a Fourier appoach.
Supported wavefront sensors are Shack-Hartmann and Pyramid.
Several kind of AO are supported: single conjugate AO (SCAO), single laser AO (SLAO), laser tomography AO (LTAO), ground layer AO (GLAO), multi conjugate AO (MCAO), but only one kind of guide star can be used (natural or laser).
In [TIPTOP](https://github.com/astro-tiptop/TIPTOP) it is used to compute the so-called high order PSF.<br>
Examples and tests can be found in [p3/aoSystem/testing](https://github.com/astro-tiptop/P3/tree/main/p3/aoSystem/testing).<br>
Examples of parameters file can be found in [p3/aoSystem/parFiles](https://github.com/astro-tiptop/P3/tree/main/p3/aoSystem/parFiles).
* [deepLoop](https://github.com/astro-tiptop/P3/tree/main/p3/deepLoop)
* [psfFitting](https://github.com/astro-tiptop/P3/tree/main/p3/psfFitting) → This library can be used to fit parameters on a PSF model (aoSystem/fourierModel or psfao21).<br>
Examples and tests can be found in [p3/testing](https://github.com/astro-tiptop/P3/tree/main/p3/testing).
* [psfao21](https://github.com/astro-tiptop/P3/tree/main/p3/psfao21) → This library can be used to model with a small number of parameters the AO PSF. Its main purpose is PSF fitting.<br>
**Note**: This library **requires** the maoppy repo from [gitlab.lam.fr/lam-grd-public/maoppy](https://gitlab.lam.fr/lam-grd-public/maoppy).<br>
Examples and tests can be found in [p3/testing](https://github.com/astro-tiptop/P3/tree/main/p3/testing).
* [psfr](https://github.com/astro-tiptop/P3/tree/main/p3/psfr) → The main purpose of this library is to reconstruct PSF from telemetry data or from image fitting.<br>
Examples and tests can be found in [p3/testing](https://github.com/astro-tiptop/P3/tree/main/p3/testing).
* [telemetry](https://github.com/astro-tiptop/P3/tree/main/p3/telemetry) → This library is used to manage telemetry data for PSFR.<br>
Examples and tests can be found in [p3/testing](https://github.com/astro-tiptop/P3/tree/main/p3/testing).
