Changelog

0.2.0

  • pfsspy.Input and pfsspy.Output now take the optiona keyword argument dtime, which stores the datetime on which the magnetic field measurements were made. This is then propagated to the obstime attribute of computed field lines, allowing them to be transformed in to coordinate systems other than Carrignton frames.
  • pfsspy.FieldLine no longer overrrides the SkyCoord __init__; this should not matter to users, as FieldLine objects are constructed internally by calling pfsspy.Output.trace()

0.1.5

  • Output.plot_source_surface now accepts keyword arguments that are given to Matplotlib to control the plotting of the source surface.

0.1.4

  • Added more explanatory comments to the examples
  • Corrected the dipole solution calculation
  • Added pfsspy.coords.sph2cart() to transform from spherical to cartesian coordinates.

0.1.3