Uses of Class
org.orekit.frames.EOPHistory
-
Packages that use EOPHistory Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.time This independent package provides classes to handle epochs, time scales, and to compare instants together.org.orekit.utils This package provides useful objects. -
-
Uses of EOPHistory in org.orekit.estimation.measurements
Constructors in org.orekit.estimation.measurements with parameters of type EOPHistory Constructor Description GroundStation(TopocentricFrame baseFrame, EOPHistory eopHistory, StationDisplacement... displacements)Deprecated.GroundStation(TopocentricFrame baseFrame, PressureTemperatureHumidityProvider pthProvider, EOPHistory eopHistory, StationDisplacement... displacements)Simple constructor. -
Uses of EOPHistory in org.orekit.frames
Subclasses of EOPHistory in org.orekit.frames Modifier and Type Class Description classPredictedEOPHistoryThis class extends anEOPHistoryfor some weeks using fitting.Methods in org.orekit.frames that return EOPHistory Modifier and Type Method Description static EOPHistoryFramesFactory. findEOP(Frame start)Retrieve EOP from a frame hierarchy.EOPHistoryEOPBasedTransformProvider. getEOPHistory()Get the EOP history.EOPHistoryFrames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.static EOPHistoryFramesFactory. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.EOPHistoryGTODProvider. getEOPHistory()Get the EOP history.EOPHistoryLazyLoadedEop. getEOPHistory(IERSConventions conventions, boolean simpleEOP, TimeScales timeScales)Get Earth Orientation Parameters history.EOPHistoryLazyLoadedFrames. getEOPHistory(IERSConventions conventions, boolean simpleEOP)Get Earth Orientation Parameters history.EOPHistoryEOPHistory. getEOPHistoryWithoutCachedTidalCorrection()Get version of the instance that does not cache tidal correction.Methods in org.orekit.frames with parameters of type EOPHistory Modifier and Type Method Description static FrameFramesFactory. buildUncachedITRF(EOPHistory eopHistory, UTCScale utc)Build an uncached International Terrestrial Reference Frame with specificEOP history.EOPFittedModelEOPFitter. fit(EOPHistory rawHistory)Fit raw history.SecularAndHarmonicSingleParameterFitter. fit(EOPHistory rawHistory, ToDoubleFunction<EOPEntry> extractor)Perform secular and harmonic fitting.Constructors in org.orekit.frames with parameters of type EOPHistory Constructor Description GTODProvider(IERSConventions conventions, EOPHistory eopHistory, TimeScales timeScales)Simple constructor.PredictedEOPHistory(EOPHistory rawHistory, double extensionDuration, EOPFitter fitter)Simple constructor. -
Uses of EOPHistory in org.orekit.time
Methods in org.orekit.time that return EOPHistory Modifier and Type Method Description protected abstract EOPHistoryAbstractTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)Get the EOP history for the given conventions.protected EOPHistoryLazyLoadedTimeScales. getEopHistory(IERSConventions conventions, boolean simpleEOP)EOPHistoryUT1Scale. getEOPHistory()Get the EOP history.Methods in org.orekit.time with parameters of type EOPHistory Modifier and Type Method Description protected UT1ScaleAbstractTimeScales. getUT1(EOPHistory history)Get the Universal Time 1 scale.UT1ScaleLazyLoadedTimeScales. getUT1(EOPHistory history)Get the Universal Time 1 scale.static UT1ScaleTimeScalesFactory. getUT1(EOPHistory history)Get the Universal Time 1 scale.Constructors in org.orekit.time with parameters of type EOPHistory Constructor Description UT1Scale(EOPHistory eopHistory, UTCScale utc)Simple constructor. -
Uses of EOPHistory in org.orekit.utils
Methods in org.orekit.utils with parameters of type EOPHistory Modifier and Type Method Description TimeScalarFunctionIERSConventions. getGASTFunction(TimeScale ut1, EOPHistory eopHistory)Get the function computing Greenwich apparent sidereal time, in radians.abstract TimeScalarFunctionIERSConventions. getGASTFunction(TimeScale ut1, EOPHistory eopHistory, TimeScales timeScales)Get the function computing Greenwich apparent sidereal time, in radians.abstract TimeVectorFunctionIERSConventions. getOceanPoleTide(EOPHistory eopHistory)Get the function computing ocean pole tide (ΔC₂₁, ΔS₂₁).abstract TimeVectorFunctionIERSConventions. getSolidPoleTide(EOPHistory eopHistory)Get the function computing solid pole tide (ΔC₂₁, ΔS₂₁).
-