pyrfu.pyrf.mva_gui module#

pyrfu.pyrf.mva_gui.mva_gui(inp)[source]#

GUI to interactively perform minimum variance analysis (MVA) on time series data by selecting the time interval to apply MVA on. The return of this function is a callback to the GUI object and class attributes like the minimum variance direction vector are accesable through this callback by the method get_minvar().

Parameters:

inp (xarray.DataArray) – Time series of the quantity to load into GUI and perform MVA on.

Returns:

Returns MvaGui object to access attributes. In order to keep GUI responsive and interactive, a reference to this object is needed.

Return type:

mva_callback