Compute film thickness from interferometry
Project description
Optifik
Python library to compute a thickness from an interferometric spectrum.
This library replaces oospectro.
Documentation
https://sciunto-org.github.io/optifik/
Publication
We published the methodology in EPJE Tips and Tricks (open access CC BY).
To cite this paper:
@Article{Ziapkoff2026,
author = {V. Ziapkoff, F. Boulogne, A. Salonen, E. Rio},
date = {2026},
journaltitle = {The European Physical Journal E},
title = {White light interferometry analysis for measuring thin film thickness down to a few nanometers},
doi = {10.1140/epje/s10189-025-00545-9},
issn = {1292-895X},
number = {1},
pages = {4},
volume = {49},
abstract = {We present a practical white-light interferometric method, supported by an open-source Python library optifik for automated spectrum-to-thickness deduction, enabling foam film measurements down to a few nanometers. We describe three typical spectral scenarii encountered in this method: spectra exhibiting numerous interference fringes, spectra with a moderate number of peaks, and spectra with only a few identifiable features, providing illustrative examples for each case. We also discuss the main limitations of the technique, including spectral range constraints, the necessity of knowing the refractive index, and the influence of spectral resolution and signal quality. Finally, we demonstrate the application of the method in a time-resolved study of a TTAB (tetradecyltrimethylammonium bromide) foam film undergoing elongation and thinning. This method can be adapted to measure any thin non-opaque layer.},
refid = {Ziapkoff2026},
}
Installation
The use of pip must be limited to virtualenv
- From PyPI
pip install optifik
- From tarball
pip install /path/to/optifik-0.1.0.tar.gz
- From the source code
pip install .
For contributors
- Install an editable version
pip install -e .
- Install dev tools
pip install -e ".[dev]"
- Run the test suite
pytest
- Install doc tools
pip install -e ".[docs]"
- Build the doc
sphinx-build -b html docs docs/_build/html
Licence
The source code is released under the GNU General Public License v3.0. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file optifik-0.4.4.tar.gz.
File metadata
- Download URL: optifik-0.4.4.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f02345ea08de6d724988bbdb4213e694744918283c46533cdb5baf16aaba6dbc
|
|
| MD5 |
dc8fd1df2eea8a2d3d9d551624e3507f
|
|
| BLAKE2b-256 |
e5cd1f8926c97f837ea13ff1bbe7f37f57f45133b27f2b8aebbb84ee2e315fa1
|
File details
Details for the file optifik-0.4.4-py3-none-any.whl.
File metadata
- Download URL: optifik-0.4.4-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a254fab2d077b38db30766afeff7ce1ad53d5eb008c62d74f4184525389090ea
|
|
| MD5 |
2438188b4e057caf7a0dcca98687732a
|
|
| BLAKE2b-256 |
654af77213f8955c872418a428649fe81eba381738298f0e779123a2f33dbfe0
|