irfpy.earth.bowshock

class irfpy.earth.bowshock.BsModelFairfield[source]

Bases: object

Bow shock model proposed by Fairfield et al., 1971

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.bowshock.getboundary()[source]

Return the boundary in Rm.

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