Optical reflectometry file format reader
- Python 100%
| backwash | ||
| .python-version | ||
| LICENSE.md | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
backwash
backwash is a Python module for reading common optical reflectometry file formats.
backwash handle very basic read/write functionality for both .obr and .bin file formats,
though currently only reading is implemented.
Installation
Requirements:
- python >3.11 (written and tested with 3.12)
- numpy
Install with pip:
pip install backwash
Alternatively, clone and install
git clone https://mpxd.net/code/jan/backwash.git
pip install -e backwash/