PythonTracer¶
-
class
pfsspy.tracing.PythonTracer(atol=0.0001, rtol=0.0001)¶ Bases:
pfsspy.tracing.TracerTracer using native python code.
Uses
scipy.integrate.solve_ivp, with an LSODA method.Methods Summary
trace(seeds, output)- param seeds
Coordinaes of the magnetic field seed points.
Methods Documentation
-
trace(seeds, output)¶ - Parameters
seeds (astropy.coordinates.SkyCoord) – Coordinaes of the magnetic field seed points.
output (pfsspy.Output) – pfss output.
- Returns
streamlines – Traced field lines.
- Return type