Uses of Class
org.orekit.models.earth.atmosphere.data.AbstractSolarActivityData.LocalSolarActivity
Packages that use AbstractSolarActivityData.LocalSolarActivity
Package
Description
This package provides classes to get atmospheric data,
including solar flux and planetary geomagnetic indices.
-
Uses of AbstractSolarActivityData.LocalSolarActivity in org.orekit.models.earth.atmosphere.data
Methods in org.orekit.models.earth.atmosphere.data with parameters of type AbstractSolarActivityData.LocalSolarActivityModifier and TypeMethodDescriptionprotected doubleAbstractSolarActivityData.getLinearInterpolation(AbstractSolarActivityData<L, D>.LocalSolarActivity localSolarActivity, Function<L, Double> solarActivityToDoubleMapper) Performs a linear interpolation between two values The weights are computed from the time delta between previous date, current date, next date.