/imarr

The program for my masters thesis. An Interface for MAgnetic flux Rope Reconstructions

Primary LanguagePythonMIT LicenseMIT

IMARR - An Interface for Magnetic Flux Rope Reconstructions

This is an interface to ease the workflow of reconstructing magnetic flux ropes measured by various spacecrafts.

Requirements

Installation

  1. Clone the repo
  2. Install all dependencies using your preferred method

Execute

python imarr.py

Documentation

Can be found in the wiki.

Know problems

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.

Ideas for further development

General

  • 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)

PlotSelection

  • button to change plot labels/margins
  • change plot height

Development

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!