Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```