Scripts to process Be plate scanned by the NAROO project.
Find a file
linarphy 8b604d8ae2
Update to support i18n & logging
- Add --log-file option
- Add internationalization support with gettext
- Add logging featur
- Remove verbosity flag
- Update string formatting
- Fix Plate::set_border method
2023-08-25 17:24:12 +02:00
calibration Add calibration for spectrum 2023-06-01 15:28:32 +02:00
classes Update to support i18n & logging 2023-08-25 17:24:12 +02:00
function Refactoring (WIP) 2023-08-22 03:37:40 +02:00
.gitignore Add possible env name 2023-08-22 03:01:14 +02:00
ETA.py Fix & Clean up 2023-07-27 14:59:34 +02:00
LICENSE Update LICENSE 2023-05-23 14:37:29 +02:00
main.py Update plate rotation 2023-08-22 23:19:10 +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 Remove bias substraction for now 2023-07-27 15:00:10 +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.