Skip to content

-- Short-lived test fork -- Solar MAgnetic Connection Haus tool was originally developed at Kiel University, Germany and further discussed within the ESA Heliophysics Archives USer (HAUS) group. It is now opened to everyone. Run it online at https://solar-mach.github.io

Notifications You must be signed in to change notification settings

pricedj/Solar-MACH

 
 

Repository files navigation

Solar MAgnetic Connection Haus tool

Adapted from github.com/esdc-esac-esa-int/Solar-MACH and modified to run with Streamlit. Slightly extended functionality (provide reference longitude in Stonyhurst coordinates, download bodies coordinates list).

To install and start a local server using streamlit run the following commands in your terminal:

# optional: create and activate virtual environment in python (alternatively use anaconda)
python3 -m venv env
source env/bin/activate

# install requirements with pip (alternatively use anaconda)
pip3 install -r requirements.txt

# run the actual streamlit app
streamlit run app.py

Afterwards the app should open in your browser.

Open in Streamlit

About

-- Short-lived test fork -- Solar MAgnetic Connection Haus tool was originally developed at Kiel University, Germany and further discussed within the ESA Heliophysics Archives USer (HAUS) group. It is now opened to everyone. Run it online at https://solar-mach.github.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • HTML 2.6%