Uses of Interface
org.orekit.forces.atmospheres.solarActivity.SolarActivityDataProvider

Packages that use SolarActivityDataProvider
fr.cnes.sirius.patrius.signalpropagation.iono   
org.orekit.forces.atmospheres.solarActivity   
org.orekit.forces.atmospheres.solarActivity.specialized   
 

Uses of SolarActivityDataProvider in fr.cnes.sirius.patrius.signalpropagation.iono
 

Constructors in fr.cnes.sirius.patrius.signalpropagation.iono with parameters of type SolarActivityDataProvider
BentModel(R12Provider r12Provider, SolarActivityDataProvider solarActivity, USKProvider uskProvider, BodyShape earth, Vector3D inStation, Frame inFrameSta, double freq)
          Constructor for the Bent ionospheric correction model.
 

Uses of SolarActivityDataProvider in org.orekit.forces.atmospheres.solarActivity
 

Classes in org.orekit.forces.atmospheres.solarActivity that implement SolarActivityDataProvider
 class ACSOLFormatReader
          This class reads ACSOL format solar activity data
 class ConstantSolarActivity
          This class represents constant solar activity
 class ExtendedSolarActivityWrapper
          This class is a solar activity data provider fed with: a user-defined SolarActivityDataProvider A averaged duration d It is built with the following convention: It returns solar activity from user-provided solar activity data provider if date is within timespan of the user-provided solar activity data provider. It returns an average of first available solar data over user-defined period d if date is before lower boundary of the user-provided solar activity data provider. It returns an average of last available solar data over user-defined period d if date is after upper boundary of the user-provided solar activity data provider.
 class NOAAFormatReader
          This class reads ACSOL format solar activity data
 class SolarActivityDataReader
          Represents a basic solar activity file reader.
 

Methods in org.orekit.forces.atmospheres.solarActivity that return SolarActivityDataProvider
static SolarActivityDataProvider SolarActivityDataFactory.getSolarActivityDataProvider()
          Get the solar activity provider from the first supported file.
 

Methods in org.orekit.forces.atmospheres.solarActivity with parameters of type SolarActivityDataProvider
static double SolarActivityToolbox.getAverageFlux(AbsoluteDate date1, AbsoluteDate date2, SolarActivityDataProvider data)
          Compute mean flux between given dates.
static double SolarActivityToolbox.getMeanAp(AbsoluteDate minDate, AbsoluteDate maxDate, SolarActivityDataProvider data)
          Compute mean flux between given dates (rectangular rule)
static double SolarActivityToolbox.getMeanFlux(AbsoluteDate date1, AbsoluteDate date2, SolarActivityDataProvider data)
          Compute mean flux between given dates using trapezoidal rule
 

Constructors in org.orekit.forces.atmospheres.solarActivity with parameters of type SolarActivityDataProvider
ExtendedSolarActivityWrapper(SolarActivityDataProvider innerProvider, double duration)
          Constructor.
 

Uses of SolarActivityDataProvider in org.orekit.forces.atmospheres.solarActivity.specialized
 

Fields in org.orekit.forces.atmospheres.solarActivity.specialized declared as SolarActivityDataProvider
protected  SolarActivityDataProvider AbstractMSISE2000SolarData.data
          Solar data container
 

Constructors in org.orekit.forces.atmospheres.solarActivity.specialized with parameters of type SolarActivityDataProvider
AbstractMSISE2000SolarData(SolarActivityDataProvider solarData)
          Constructor.
ClassicalMSISE2000SolarData(SolarActivityDataProvider solarData)
          Constructor.
ContinuousMSISE2000SolarData(SolarActivityDataProvider solarData)
          Constructor.
DTM2000SolarData(SolarActivityDataProvider solarData)
          Constructor.
 



Copyright © 2017 CNES. All Rights Reserved.