FieldLineTrace

class rbinvariantslib.models.FieldLineTrace(points: ndarray[Any, dtype[float64]], B: ndarray[Any, dtype[float64]])

Bases: object

Class to hold the results of a field line trace.

Parameters:
pointsarray, shape (n, 3)

Positions along field line trace, in SM coordinate system and units of Re

Barray, shape (n, 3)

Magnetic field vector along field line trace, in SM coordinates and units of Gauss

Attributes Summary

B

points

Attributes Documentation

B: ndarray[Any, dtype[float64]] = <dataclasses._MISSING_TYPE object>
points: ndarray[Any, dtype[float64]] = <dataclasses._MISSING_TYPE object>