FieldLineTrace¶
- class rbinvariantslib.models.FieldLineTrace(points: ndarray[Any, dtype[float64]], B: ndarray[Any, dtype[float64]])¶
Bases:
objectClass 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
Attributes Documentation
- B: ndarray[Any, dtype[float64]] = <dataclasses._MISSING_TYPE object>¶
- points: ndarray[Any, dtype[float64]] = <dataclasses._MISSING_TYPE object>¶