aep8 documentation#

Map of integral min electron flux at 500 km and 1 MeV

This Python package calculates the estimated flux of electrons or protons trapped in the Earth’s radiation belt. It is a Python wrapper for the NASA AE8/AP8 model in the IRBEM package. It provides an Astropy-friendly interface, allowing you to specify the location using Astropy coordinates, the time in Astropy time, and the energy using Astropy units. You can pass it a single time and location, or arrays of times and locations.

Reference#

aep8 Package#

Functions#

flux(location, time, energy, *, kind, solar, ...)

Calculate the flux in the radiation belt using the NASA AE8/AP8 model.

model(particle, solar)

Get a trapped particle flux model.

Classes#

Model(particle, solar, _geomag, _flux)

Trapped particle flux model for a given particle species and solar cycle phase.