by Scott Prahl
Python code to calculate light propagation through optical fibers following the approach presented in Ghatak and Thyagarajan, An Introduction to Fiber Optics. Far-field fiber calculations are based on Chen, Foundations for Guided-Wave Optics.
Use pip
:
pip install ofiber
or conda
:
conda install -c conda-forge ofiber
A few examples are shown below. For all examples, see ofiber documentation
Use a Jupyter notebook immediately by clicking the Google Colaboratory button below
ofiber
is licensed under the terms of the MIT license.