Optical reflectometry file format reader
Find a file
2026-01-26 22:28:13 -08:00
backwash bump version to v0.2 2026-01-26 22:26:20 -08:00
.python-version initial commit 2025-12-29 23:22:07 -08:00
LICENSE.md initial commit 2025-12-29 23:22:07 -08:00
pyproject.toml whitespace 2026-01-26 22:25:39 -08:00
README.md [README] recommend editable install when cloning 2026-01-26 22:28:13 -08:00
uv.lock fix some links 2025-12-30 00:27:36 -08:00

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/