Skip to content

Latest commit

 

History

History
40 lines (20 loc) · 1.61 KB

README.md

File metadata and controls

40 lines (20 loc) · 1.61 KB

RAMP starting kit on solar wind classification

Authors: Gautier Nguyen, Joris van den Bossche, Nicolas Aunai & Balazs Kegl

Interplanetary Coronal Mass Ejections (ICMEs) result from magnetic instabilities occurring in the Sun atmosphere, and interact with the planetary environment and may result in intense internal activity such as strong particle acceleration, so-called geomagnetic storms and geomagnetic induced currents. These effects have serious consequences regarding space and ground technologies and understanding them is part of the so-called space weather discipline.

ICMEs signatures as measured by in-situ spacecraft come as patterns in time series of the magnetic field, the particle density, bulk velocity, temperature etc. Although well visible by expert eyes, these patterns have quite variable characteristics which make naive automatization of their detection difficult.

The goal of this RAMP is to detect Interplanetary Coronal Mass Ejections (ICMEs) in the data measured by in-situ spacecraft.

Set up

Open a terminal and

  1. install the ramp-workflow library (if not already done)
$ pip install ramp-workflow
  1. Follow the ramp-kits instructions from the wiki

Local notebook

Get started on this RAMP with the dedicated notebook.

To test the starting-kit, run

ramp-test --quick-test

Help

Go to the ramp-workflow wiki for more help on the RAMP ecosystem.