Metadata-Version: 2.1
Name: abism
Version: 0.911
Summary: Adaptative Background Interferometric Strehl Meter,Graphical user interface (GUI) to mesure Astrophysics image quality (Strehl ratio)
Home-page: https://github.com/tinmarino/abism
Author: Julien Girard, Martin Tourneboeuf
Author-email: tinmarino@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: astropy

# ABISM: Adaptive Background Interferometric Strehl Meter


__Install:__
```sh
pip install abism
```

or for developpers:
```sh
pip install -U git+https://github.com/tinmarino/abism 
```

__Start:__
from shell:
```sh
abism image.fits
```

__What:__
A graphical user interface (GUI) to measure the strehl ratio.
Meaning the quality (.fits) image from a telescope with adaptive optics.


__Who:__
For observer astronomers using adaptive optics

__How:__
On the following image, we have a Strehl ratio 50% which is excellent.
Notice the warning that we are reaching the non-linearity detector limit.
We did not take time to measure the error of the measure if non linear, it is very detector dependant.


<img  align="center" width=80% src="./abism/doc/abism_v0.900.png">


__More:__
from ipython:

```python
# Import
from abism.run import run_async

# Launch (sm for Strehl Meter)
sm = run_async('--verbose', '1', './image.fits') 

# Print details
print(sm.state)
```


__License:__ Do whatever you want with the code

__Authors:__ Julien Girard, Martin Tourneboeuf


