This is an interface to ease the workflow of reconstructing magnetic flux ropes measured by various spacecrafts.
- python 3.7
- tkinter
- cdasws: pypi.org | anaconda.org
- cdflib: pypi.org | anaconda.org
- astropy: pypi.org | anaconda.org
- numpy: pypi.org | anaconda.org
- matplotlib: pypi.org | anaconda.org
- scipy: pypi.org | anaconda.org (only for the Lundquist model, the program can be run without it)
- Clone the repo
- Install all dependencies using your preferred method
python imarr.py
Can be found in the wiki.
The implemented reconstruction methods are not good. Currently they assume that the spacecraft has passed the center of the flux rope which is not the case in most encounters.
- display models in grid, not only column
- remove models that never ran from model runner (or add button to let the user remove it)
- import data (no download)
- button to change plot labels/margins
- change plot height
Just clone the repo to develop it further. The different pages are in src/pages
. The program calls the models by an API which is outlined in the Dummy model.
If there are any issues, just open an issue. PRs are welcome too!