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