Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbyrnes321/tmm
transfer-matrix method for optics of thin and thick multilayer films
https://github.com/sbyrnes321/tmm
Last synced: about 2 months ago
JSON representation
transfer-matrix method for optics of thin and thick multilayer films
- Host: GitHub
- URL: https://github.com/sbyrnes321/tmm
- Owner: sbyrnes321
- License: mit
- Created: 2012-10-29T00:05:35.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T02:35:58.000Z (about 1 year ago)
- Last Synced: 2024-11-09T05:19:43.315Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 2.2 MB
- Stars: 189
- Watchers: 13
- Forks: 93
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- Changelog: Changes.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome_photonics - TMM
README
Author homepage: http://sjbyrnes.com
Package home at PyPI: http://pypi.python.org/pypi/tmm
Package home at Github: https://github.com/sbyrnes321/tmm
This is a group of programs written in Python / NumPy for simulating light propagation in planar multilayer thin films, including the effects of multiple internal reflections and interference, using the "Transfer Matrix Method". It can also simulate combinations of thin and thick films (e.g. a thick piece of glass with a multi-layer antireflection coating on one side and a mirror on the other side), or purely thick films.
In addition to calculating how much light is transmitted and reflected, the program can calculate, at any given point in the structure, how much light is being absorbed there. This is a very important feature for solar-cell modeling, for example.
It can also calculate the parameters measured in ellipsometry. It can also calculate the RGB or xyY color of a multilayer thin film (this requires colorpy, https://pypi.python.org/pypi/colorpy).
For more information, see `manual.pdf `_. For the list of all functions and how to call them, browse the source code or go to https://pythonhosted.org/tmm/
Tested in Python 3. It probably works in Python 2, or maybe not, I haven't checked in a while. If you want to do color calculations in Python 3, you need to use the Python-3-compatible version of colorpy `here `_.