aotools

所属分类:其他
开发工具:Python
文件大小:102KB
下载次数:6
上传日期:2020-08-21 20:22:45
上 传 者6675998
说明:  用于模拟大气湍流、哈特曼、变形镜的python程序代码。
(Program for simulating atmospheric turbulence, SHACK- Hartmann, deformable mirror codes)

文件列表:
aotools\.coveragerc (26, 2020-04-15)
aotools\.travis.yml (1497, 2020-04-15)
aotools\aotools\astronomy\_astronomy.py (3511, 2020-04-15)
aotools\aotools\astronomy\__init__.py (26, 2020-04-15)
aotools\aotools\fouriertransform.py (3507, 2020-04-15)
aotools\aotools\functions\karhunenLoeve.py (19119, 2020-04-15)
aotools\aotools\functions\pupil.py (3504, 2020-04-15)
aotools\aotools\functions\zernike.py (7710, 2020-04-15)
aotools\aotools\functions\_functions.py (1187, 2020-04-15)
aotools\aotools\functions\__init__.py (99, 2020-04-15)
aotools\aotools\image_processing\centroiders.py (4863, 2020-04-15)
aotools\aotools\image_processing\contrast.py (849, 2020-04-15)
aotools\aotools\image_processing\psf.py (2224, 2020-04-15)
aotools\aotools\image_processing\__init__.py (69, 2020-04-15)
aotools\aotools\interpolation.py (4549, 2020-04-15)
aotools\aotools\opticalpropagation.py (5925, 2020-06-22)
aotools\aotools\turbulence\atmos_conversions.py (4287, 2020-04-15)
aotools\aotools\turbulence\infinitephasescreen.py (14459, 2020-04-15)
aotools\aotools\turbulence\phasescreen.py (4125, 2020-04-15)
aotools\aotools\turbulence\slopecovariance.py (21570, 2020-04-15)
aotools\aotools\turbulence\temporal_ps.py (3343, 2020-04-15)
aotools\aotools\turbulence\turb.py (1067, 2020-04-15)
aotools\aotools\turbulence\__init__.py (172, 2020-04-15)
aotools\aotools\wfs\wfslib.py (2913, 2020-04-15)
aotools\aotools\wfs\__init__.py (21, 2020-04-15)
aotools\aotools\_version.py (18514, 2020-04-15)
aotools\aotools\__init__.py (353, 2020-04-15)
aotools\appveyor.yml (647, 2020-04-15)
aotools\CODE_OF_CONDUCT.md (3156, 2020-04-15)
aotools\doc\make.bat (7260, 2020-04-15)
aotools\doc\Makefile (7669, 2020-04-15)
aotools\doc\source\astronomy.rst (254, 2020-04-15)
aotools\doc\source\conf.py (12664, 2020-04-15)
aotools\doc\source\fft.rst (159, 2020-04-15)
aotools\doc\source\image_processing.rst (356, 2020-04-15)
aotools\doc\source\index.rst (1287, 2020-04-15)
aotools\doc\source\interpolation.rst (124, 2020-04-15)
aotools\doc\source\introduction.rst (716, 2020-04-15)
... ...

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)) .. image:: https://anaconda.org/aotools/aotools/badges/installer/conda.svg :target: https://conda.anaconda.org/aotools .. image:: https://travis-ci.org/AOtools/aotools.svg?branch=master :target: https://travis-ci.org/AOtools/aotools .. image:: https://ci.appveyor.com/api/projects/status/hru9gl4jekcwtm6l/branch/master?svg=true :target: https://ci.appveyor.com/project/Soapy/aotools/branch/master .. image:: https://codecov.io/gh/AOtools/aotools/branch/master/graph/badge.svg :target: https://codecov.io/gh/AOtools/aotools .. image:: https://readthedocs.org/projects/aotools/badge/?version=v1.0.1 :target: https://aotools.readthedocs.io/en/v1.0.1/?badge=v1.0.1 :alt: Documentation Status Required libraries ------------------ .. code-block:: python python SciPy NumPy matplotlib Installation ------------ As everything is just pure python, you don't really need to "install" at all. To be able to use the tools from anywhere on your system, add the ``aotools`` directory to your ``PYTHONTPATH``. Alternatively you can use one of the methods below. Anaconda ++++++++ AOtools can be installed in an anaconda environment using: .. code-block:: python conda install -c aotools aotools Pip +++ AOtools can be installed using pip: .. code-block:: python pip install aotools (which may require admin or root privileges) From Source +++++++++++ Alternatively, to install the tools to your system python distribution from source, run: .. code-block:: python python setup.py install (which may require admin or root privileges) from the ``aotools`` directory. Documentation +++++++++++++ Full documentation is hosted by `Read the Docs `_ Usage Stats ----------- Pip +++ .. image:: https://img.shields.io/badge/dynamic/json.svg?color=bright%20green&label=Downloads%2FMonth&query=%24.data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Faotools%2Frecent :target: https://pypistats.org/packages/aotools Anaconda ++++++++ .. image:: https://anaconda.org/aotools/aotools/badges/downloads.svg :target: https://anaconda.org/aotools/aotools

近期下载者

相关文件


收藏者