irfpy.earth.magnetosphere

class irfpy.earth.magnetosphere.MsModelShue(Bz=0, Dp=3)[source]

Bases: object

Magnetosphere model by Shue et al., 1997. Assuming that Bz=0/Dp=3

isInside(x, y, z)[source]

Return true if the position (x,y,z)[Rm] is in or on the bow shock.

isInsideKm(x, y, z)[source]

Return true if the position (x,y,z)[Km] is in or on the bow shock.

getBounds2D()[source]
irfpy.earth.magnetosphere.getboundary()[source]

Return the boundary in Rm.

irfpy.earth.magnetosphere.doctests()[source]