32 lines
No EOL
696 B
Markdown
32 lines
No EOL
696 B
Markdown
# naroo_reader
|
|
|
|
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. |