https://github.com/naavis/helios-shg
Tool for processing spectroheliograph scans
https://github.com/naavis/helios-shg
astronomy solar spectroscopy
Last synced: about 2 months 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 (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-10T19:28:05.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T22:11:19.634Z (3 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
```