Du lette etter:

aotools

soapy.DM — Soapy v0.13.1-214-g093ce9c-dirty documentation
soapy.readthedocs.io/en/latest/_modules/soapy/DM.html
The base class deals with the rest, including making interaction matrices and loop operation. """ import numpy from scipy.ndimage.interpolation import rotate import aotools from. import logger, interp # from .aotools import interp, circle ASEC2RAD = (1. / 3600) * (numpy. pi / 180.) try: xrange except NameError: xrange = range
aotools - Python Package Health Analysis | Snyk
https://snyk.io › advisor › aotools
Based on project statistics from the GitHub repository for the PyPI package aotools, we found that it has been starred 55 times, and that 0 ...
microscope-aotools · PyPI
https://pypi.org/project/microscope-aotools
08.03.2021 · AOTools: A microscope add-on for adaptive optics. A composite device for controlling and using deformable mirror adaptive optic elements. This composite device can be constructed from any python-microscope compatible adaptive optics elements and cameras (see python-microscope compatibility list) as well as certain spatial light modulators.
aotools.net - Tools For New World | T4NW.com
www.t4nw.com
Tools, discord bots for New World MMORPG game.
aotools - PyPI
https://pypi.org › project › aotools
Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper (M. J. ...
Circular Functions — AOtools 0+untagged.334.g025e059.dirty ...
https://aotools-apr.readthedocs.io/en/latest/zernike.html
aotools.functions.karhunenLoeve.pol2car (cpgeom, pol, mask=False) [source] ¶ Polar to cartesian conversion. (points not in the aperture are treated as though they were at the first or last radial polar value…) aotools.functions.karhunenLoeve.polang (r) [source] ¶
aotools · PyPI
https://pypi.org/project/aotools
12.08.2020 · Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper (M. J. Townson, O. J. D. Farley, G. Orban de Xivry, J. Osborn, and A. P. Reeves, “AOtools: a Python package for adaptive optics modelling and analysis,” Opt. Express 27, 31316-31329 (2019))
Optical Propagation — AOtools 1.0+0.ga317c05.dirty documentation
aotools.readthedocs.io › en › v1
Optical Propagation ¶. Optical Propagation. A library of useful optical propagation methods. Many extracted from the book by Schmidt, 2010: Numerical Methods of optical proagation. aotools.opticalpropagation.angularSpectrum(inputComplexAmp, wvl, inputSpacing, outputSpacing, z) [source] ¶. Propogates light complex amplitude using an angular ...
aotools · PyPI
pypi.org › project › aotools
Aug 12, 2020 · Project description. Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper (M. J. Townson, O. J. D. Farley, G. Orban de Xivry, J. Osborn, and A. P. Reeves, “AOtools: a Python package for adaptive optics modelling and analysis,” Opt. Express 27, 31316 ...
[1910.04414] AOtools -- a Python package for adaptive optics ...
arxiv.org › abs › 1910
Oct 10, 2019 · AOtools is a Python package which is open-source and aimed at providing tools for adaptive optics users and researchers. We present version 1.0 which contains tools for adaptive optics processing, including analysing data in the pupil plane, images and point spread functions in the focal plane, wavefront sensors, modelling of atmospheric turbulence, physical optical propagation of wavefronts ...
aotools.net - Tools For New World | T4NW.com
https://www.t4nw.com
Tools, discord bots for New World MMORPG game.
GitHub - AOtools/aotools: A useful set of tools for Adaptive ...
github.com › AOtools › aotools
AOtools. Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper (M. J. Townson, O. J. D. Farley, G. Orban de Xivry, J. Osborn, and A. P. Reeves, "AOtools: a Python package for adaptive optics modelling and analysis," Opt. Express 27, 31316-31329 (2019))
Welcome to the AOtools Documentation! — AOtools 1.0.1+0 ...
https://aotools.readthedocs.io
AOtools is an attempt to gather together many common tools, equations and functions for Adaptive Optics. The idea is to provide an alternative to the ...
aotools | Read the Docs
https://readthedocs.org › projects
Repository. https://github.com/aotools/aotools.git. Project Slug. aotools. Last Built. 1 year, 9 months ago passed. Maintainers. Home Page.
AOtools: a Python package for adaptive ... - OSA Publishing
https://www.osapublishing.org › ab...
AOtools is a Python package that is open-source and aimed at providing tools for adaptive optics users and researchers.
AOtools: a Python package for adaptive optics modelling and ...
https://www.researchgate.net › 336...
PDF | AOtools is a Python package that is open-source and aimed at providing tools for adaptive optics users and researchers. We present version 1.0,.
GitHub - AOtools/aotools: A useful set of tools for ...
https://github.com/AOtools/aotools
AOtools. Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper (M. J. Townson, O. J. D. Farley, G. Orban de Xivry, J. Osborn, and A. P. Reeves, "AOtools: a Python package for adaptive optics modelling and analysis," Opt. Express 27, 31316-31329 (2019)). Required libraries
Aotools - :: Anaconda.org
https://anaconda.org › aotools › ao...
... linux-ppc64 v1.0.5; linux-armv6l v1.0.5; linux-32 v1.0.5; win-64 v1.0.5. To install this package with conda run: conda install -c aotools aotools ...
Atmospheric Turbulence — AOtools 1.0+0.ga317c05.dirty ...
https://aotools.readthedocs.io/en/v1.0/turbulence.html
Atmospheric Turbulence. aotools.turbulence.phase_covariance(r, r0, L0) [source] ¶. Calculate the phase covariance between two points seperated by r , in turbulence with a given r0 and `L0 . Uses equation 5 from Assemat and Wilson, 2006. Parameters: r ( float, ndarray) – Seperation between points in metres (can be ndarray) r0 ( float ...
Optical Propagation — AOtools 1.0+0.ga317c05.dirty ...
https://aotools.readthedocs.io/en/v1.0/opticalpropagation.html
Optical Propagation ¶. Optical Propagation. A library of useful optical propagation methods. Many extracted from the book by Schmidt, 2010: Numerical Methods of optical proagation. aotools.opticalpropagation.angularSpectrum(inputComplexAmp, wvl, inputSpacing, outputSpacing, z) [source] ¶. Propogates light complex amplitude using an angular ...
AOtools - GitHub
https://github.com › AOtools › aot...
AOtools. Useful tools for Adaptive Optics analysis for the Python Programming Language. If using this code for a publication please cite the aotools paper ...
Atmospheric Turbulence — AOtools 1.0+0.ga317c05.dirty ...
aotools.readthedocs.io › en › v1
Atmospheric Turbulence. aotools.turbulence.phase_covariance(r, r0, L0) [source] ¶. Calculate the phase covariance between two points seperated by r , in turbulence with a given r0 and `L0 . Uses equation 5 from Assemat and Wilson, 2006. Parameters: r ( float, ndarray) – Seperation between points in metres (can be ndarray) r0 ( float ...
Microscope-AOtools: A generalised adaptive optics ...
https://www.biorxiv.org/content/10.1101/2020.06.18.158972v1
18.06.2020 · Microscope-AOtools is a software package which allows for a simple, robust and generalised implementation of adaptive optics (AO) elements. It contains all the necessary methods for set-up, calibration, and aberration correction which are simple to use and function in a robust manner. Aberrations arising from sources such as sample hetero-geneity and …
a Python package for adaptive optics modelling and analysis
https://arxiv.org › astro-ph
Abstract: AOtools is a Python package which is open-source and aimed at providing tools for adaptive optics users and researchers.
[1910.04414] AOtools -- a Python package for adaptive ...
https://arxiv.org/abs/1910.04414
10.10.2019 · AOtools is a Python package which is open-source and aimed at providing tools for adaptive optics users and researchers. We present version 1.0 which contains tools for adaptive optics processing, including analysing data in the pupil plane, images and point spread functions in the focal plane, wavefront sensors, modelling of atmospheric turbulence, physical optical …