aotools icon indicating copy to clipboard operation
aotools copied to clipboard

A useful set of tools for Adaptive Optics in Python

Results 16 aotools issues
Sort by recently updated
recently updated
newest added

Hi, I am Muzammil Ahmad, currently I am working on my thesis project, and looking forward to use the AOTOOLS to generate results. However, I was trying to learn about...

I would like to simulate the effects of atmospheric turbulence on 2D images, like galaxies or planets, in the focal plane. Have you added support for applying PSF to 2D...

enhancement
stale

This would be great to have as an affiliated package!

I've just noticed the existance of the library [numba-scipy](https://numba-scipy.readthedocs.io/en/latest/index.html), which adds more an API for numba to use scipy functions, such as "special" functions. This would be great to speed...

enhancement
stale

I've been using some functions from [atmos_conversions](https://github.com/AOtools/aotools/blob/main/aotools/turbulence/atmos_conversions.py) for converting r0 -> cn2 and back. Sometimes r0 is listed in the docs as being is cm, sometimes in m. Is it...

bug
docs

There is a problem in the reconstruction using AOtools KL modes. I have generated 1000 atmospheric phase screens and reconstructed them using a 'perfect' wavefront sensor that just flattens the...

The constant for the `coherenceTime` and `isoplanaticAngle` functions was 0.057, but should be 0.058(1). This was causing a very small (2%) error when these quantities were calculated. Fixed to make...