backwash/backwash
2026-01-26 22:26:20 -08:00
..
__init__.py bump version to v0.2 2026-01-26 22:26:20 -08:00
LICENSE.md add some .bin work, change name 2025-12-30 00:15:31 -08:00
obr.py lint and mypy fixes 2025-12-30 00:22:29 -08:00
ova_bin.py [ova] more work on bin files 2025-12-30 02:51:57 -08:00
py.typed add some .bin work, change name 2025-12-30 00:15:31 -08:00
README.md add some .bin work, change name 2025-12-30 00:15:31 -08:00
utils.py add some .bin work, change name 2025-12-30 00:15:31 -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/