Versions

Description

Diffratio is a Python library for Diffraction and Interference Optics. It implements Scalar and paraxial vector Optics. The main algorithms used are Rayleigh Sommerfeld (RS), Beam Propagation Method (BPM) and Fast Fourier Transform (FFT). When possible, multiprocessing is implemented for a faster computation. The scalar propagations techniques are implemented to: X - fields are defined in the x axis. XZ - fields are defined in the xz plane, being z the propagation direction. XY - fields are defined in the xy transversal plane. XYZ - fields are defined in the xyz volume. vector_paraxial_XY - Ex and Ey electric field components are defined, which allows polarization analysis. Each technique present three modules: sources: Generation of light. masks: Masks and Diffractive Optical elements. fields: Propagation techniques, parameters and general functions. The paraxial vector propagation techniques are implemented to: XY - fields are defined in the xy transversal plane. 1.1.1. Sources One main part of this software is the generation of optical fields such as: Plane waves. Spherical waves. Gaussian beams. Bessel beams. Aberrated beams. Also, in the XY module the following sources are defined: Vortex beams. Laguerre beams. Hermite-Gauss beams. Zernike beams. Bessel beams. 1.1.2. Masks Another important part of Diffractio is the generation of masks and Diffractive Optical Elements such as: Slits, double slits Lenses, diffractive lenses, aspherical lenses. Gratings, prisms, biprism Rough surfaces, dust ks are defined as plane. However, in the XZ and XYZ frames, volumetric mask are also defined. _images/mask1.png _images/mask2.png 1.1.3. Fields In these module, algorithms for propagation of light are implemented. We have implemented the following algorithms for light propagation: Rayleigh-Sommerfeld (RS) which allows in a single step to propagate to a near or far observation plane, which allows fast computations. The fields and the masks must be defined in a plane. Beam propagation method (BPM) which allows to analyze the propation of light in volumetric elements, such as spheres, cylinders and other complex forms. Fast Fourier Transform (FFT) which allows, in a single step to determine the field at the far field. Plane Wave Descomposition (PWD). Wave Propagation Method (PWD). Vector Rayleigh-Sommerfeld (VRS). Vector Wave Propagation Method (VPWD). The fields, masks and sources can be stored in files. Also drawings can be easily obtained, for intensity, phase, fields, etc. In some modules, videos can be generated for a better analysis of optical fields. 1.1.4. Paraxial vector beams Here, we implement new classes where the fields E_x and E_y are generated and propagted using Rayleigh-Sommerfeld approach. Also, simple and complex polarizing masks can be created. Ex and Ey fields _images/vector_gauss_radial_fields.png Polarization: Stokes parameters _images/vector_gauss_radial_stokes.png 1.1.5. Other features Intensity, MTF and other parameters are obtained from the optical fields. Fields can be added and interference is produced. Masks can be multiplied, added and substracted in order to make complex structures Resampling fields in order to analyze only areas of interest. Save and load data for future analysis. Rayleigh-Sommerfeld implementation is performed in multiprocessing for fast computation. Polychromatic and extended source problems can also be analyzed using multiprocessing.

Repository

https://bitbucket.org/optbrea/diffractio.git

Project Slug

diffractio

Last Built

4 months, 1 week ago passed

Maintainers

Badge

Tags

diffraction, interference, optics

Short URLs

diffractio.readthedocs.io
diffractio.rtfd.io

Default Version

latest

'latest' Version

readme-change