Merge branch 'main' of ssh://linarphy.net:56910/linarphy/naroo_reader into main

sync
This commit is contained in:
linarphy 2023-07-19 15:54:25 +02:00
commit 00670cf47a
No known key found for this signature in database
GPG key ID: 3D4AAAC3AD16E79C

View file

@ -1,3 +1,32 @@
# naroo_reader # naroo_reader
convert NAROO image of spectrum to spectrum in fits format. Convert NAROO image of spectrum to spectrum in fits format.
## Getting started
Give the permission to execute the files `ETA.py` and `spectrum.py` with the command below.
```shell
chmod +x ETA.py spectrum.py
```
## Installation
Download or clone this repo, then install needed python libraries with
```shell
python -m pip install -r requirements.txt
```
## Documentation
Help is available by typing `./ETA.py -h` or `./spectrum.py -h`.
## Authors
* **linarphy** - *initial work*
## Versioning
We use [SemVer](http://semver.org) for versioning.
## License
This project is licensied under the Chocolate-Ware License - see the [LICENSE](LICENSE) file for more information.