kakirastern / glue-solar

Work in progress solar physics plugins for glue :sun_with_face:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Experimental Solar Physics plugin for glue

https://dev.azure.com/glue-viz/glue-solar/_apis/build/status/glue-viz.glue-solar?branchName=master

Requirements

Note that this plugin requires glue to be installed - see this page for instructions on installing glue.

Installing

If you are using pip, you can easily install this plugin and its required dependencies by first cloning the repo with:

git clone https://github.com/glue-viz/glue-solar.git

Then change directory to glue-solar and install with:

pip install -e .

This will auto-register the plugin with glue.

Using

At the moment, this plugin provides a reader for solar data. You can give glue some solar data file (e.g. SJI, rasters) in the FITS format for slit-jaw and spectrograph files. For example, you can start glue by using:

glue mydata.fits

and you can also load files from inside glue.

Testing

To run the tests, do:

pytest glue_solar

at the root of the repository. This requires the pytest module to be installed.

About

Work in progress solar physics plugins for glue :sun_with_face:

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%