Execute Network | Edit Network
Author: T. Guild (macro) and Michael Gehmeyr (demo) Date: 03/22/2005

It takes the LFM data structure (right out of ReadMHDHDF*, a 17 vector) and computes the positions of the LFM plasma sheet according to the following:

temperature > 1 keV plasma beta > 0.5

The plasma sheet appears in a fainted white.

MODULE MakePlasmaSheet CATEGORY CISM_DX_Magnetosphere DESCRIPTION Takes an MHD cube, and defines a set of Plasma sheet points based on plasma criteria INPUT input_1; value list or field or string or string list; (no default); ReadMHDHDF MHD scalars OUTPUT output_1; value or value list or field; field of positions where the "data" values are either 1 (true==plasma sheet) or 0 (false == not plasma sheet).

EXAMPLE VPE: MakePlasmaSheet.net SEE ALSO