Skip to content

Alex-Ian-Hamilton/solarbextrapolation

 
 

Repository files navigation

solarbextrapolation

Build Status Documentation Status

solarbextrapolation is a library for extrapolating 3D magnetic fields from line-of-sight magnetograms.

Installation

First, install the following dependencies using your preferred Python package manager. We recommend the Anaconda distribution.

  • numPy
  • matplotlib
  • sciPy
  • astropy
  • sunPy

Optionally, if you'd like to do advanced visualizations of the extrapolation field, you'll need the mayavi package.

solarbextrapolation is not yet available on PyPI or conda-forge. To install the package,

$ git clone https://github.com/sunpy/solarbextrapolation.git
$ cd solarbextrapolation
$ python setup.py install

and to run the tests,

$ python setup.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%