Scripts to process Be plate scanned by the NAROO project.
Find a file
2023-07-27 14:59:34 +02:00
calibration Add calibration for spectrum 2023-06-01 15:28:32 +02:00
.gitignore
ETA.py Fix & Clean up 2023-07-27 14:59:34 +02:00
LICENSE Update LICENSE 2023-05-23 14:37:29 +02:00
README.md Mise à jour de 'README.md' 2023-07-18 13:54:33 +00:00
requirements.txt Update requirements.txt 2023-07-18 15:48:23 +02:00
spectrum.py Delete matplotlib requirement 2023-07-18 15:44:26 +02:00
utils.py Improve same_value efficiency 2023-06-19 13:31:50 +02:00
wavelength_calibration.py Fix typo 2023-07-27 12:16:51 +02:00

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.

chmod +x ETA.py spectrum.py

Installation

Download or clone this repo, then install needed python libraries with

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 for versioning.

License

This project is licensied under the Chocolate-Ware License - see the LICENSE file for more information.