Input¶
-
class
pfsspy.Input(br, nr, rss)¶ Bases:
objectInput to PFSS modelling.
Warning
The input must be on a regularly spaced grid in \(\phi\) and \(s = \cos (\theta)\). See
pfsspy.gridfor more information on the coordinate system.- Parameters
br (sunpy.map.GenericMap) – Boundary condition of radial magnetic field at the inner surface. Note that the data must have a cylindrical equal area projection.
nr (int) – Number of cells in the radial direction to calculate the PFSS solution on.
rss (float) – Radius of the source surface, as a fraction of the solar radius.
Attributes Summary
sunpy.map.GenericMaprepresentation of the input.Attributes Documentation
-
map¶ sunpy.map.GenericMaprepresentation of the input.