initial readme
This commit is contained in:
parent
d7a2a1548c
commit
6b56c4827e
1 changed files with 30 additions and 0 deletions
30
README.md
30
README.md
|
|
@ -0,0 +1,30 @@
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
- [Source repository](https://mpxd.net/code/jan/backwash)
|
||||||
|
- [PyPi](https://pypi.org/project/backwash)
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Requirements:
|
||||||
|
* python >3.11 (written and tested with 3.12)
|
||||||
|
* numpy
|
||||||
|
|
||||||
|
|
||||||
|
Install with pip:
|
||||||
|
```bash
|
||||||
|
pip install backwash
|
||||||
|
```
|
||||||
|
|
||||||
|
Alternatively, clone and install
|
||||||
|
```bash
|
||||||
|
git clone https://mpxd.net/code/jan/backwash.git
|
||||||
|
pip install backwash/
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue