Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naavis/helios-shg
Tool for processing spectroheliograph scans
https://github.com/naavis/helios-shg
astronomy solar spectroscopy
Last synced: 1 day ago
JSON representation
Tool for processing spectroheliograph scans
- Host: GitHub
- URL: https://github.com/naavis/helios-shg
- Owner: naavis
- License: mit
- Created: 2022-04-26T17:16:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T19:28:05.000Z (over 2 years ago)
- Last Synced: 2024-04-16T04:19:02.056Z (7 months ago)
- Topics: astronomy, solar, spectroscopy
- Language: Python
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Helios
A command line tool for processing video scans from spectroheliographs like
[Sol'Ex](http://www.astrosurf.com/solex/sol-ex-presentation-en.html).## Features
- Reads raw monochrome SER video files
- Tilt and scale correction
- Transversallium correction## Usage
Required dependencies of Helios are listed in `requirements.txt`, which you can use to create a virtualenv or a Conda
environment.To get more information about command line arguments accepted by Helios, run the following:
```bash
python helios.py --help
```