public class GLONASSNumericalPropagator extends AbstractIntegratedPropagator
As recommended by the GLONASS Interface Control Document (ICD),
a 4th order Runge-Kutta technique
shall be used to integrate the equations.
Classical used of this orbit propagator is to compute GLONASS satellite coordinates from the navigation message.
If the projections of luni-solar accelerations to axes of
Greenwich geocentric coordinates X''(tb)
,
Y''(tb)
and Z''(tb)
are available in the navigation message; a transformation is performed to convert these
accelerations into the correct coordinate system. In the case where they are not
available into the navigation message, these accelerations are computed.
Modifier and Type | Class and Description |
---|---|
static class |
GLONASSNumericalPropagator.Builder
This nested class aims at building a GLONASSNumericalPropagator.
|
AbstractIntegratedPropagator.MainStateEquations
DEFAULT_LAW, DEFAULT_MASS, EPHEMERIS_GENERATION_MODE, MASTER_MODE, SLAVE_MODE
Constructor and Description |
---|
GLONASSNumericalPropagator(GLONASSNumericalPropagator.Builder builder)
Private constructor.
|
Modifier and Type | Method and Description |
---|---|
protected StateMapper |
createMapper(AbsoluteDate referenceDate,
double mu,
OrbitType orbitType,
PositionAngle positionAngleType,
AttitudeProvider attitudeProvider,
Frame frame)
Create a mapper between raw double components and spacecraft state.
|
GLONASSOrbitalElements |
getGLONASSOrbitalElements()
Gets the underlying GLONASS orbital elements.
|
protected AbstractIntegratedPropagator.MainStateEquations |
getMainStateEquations(ODEIntegrator integ)
Get the differential equations to integrate (for main state only).
|
PVCoordinates |
getPVInPZ90(SpacecraftState state)
This method transforms the PV coordinates obtained after the numerical
integration in the ECEF PZ-90.
|
SpacecraftState |
propagate(AbsoluteDate date)
Propagate towards a target date.
|
addAdditionalEquations, addEventDetector, afterIntegration, beforeIntegration, clearEventsDetectors, getBasicDimension, getCalls, getEventsDetectors, getGeneratedEphemeris, getInitialIntegrationState, getIntegrator, getManagedAdditionalStates, getMu, getOrbitType, getPositionAngleType, initMapper, isAdditionalStateManaged, isMeanOrbit, propagate, propagate, setAttitudeProvider, setEphemerisMode, setEphemerisMode, setMasterMode, setMu, setOrbitType, setPositionAngleType, setResetAtEnd, setSlaveMode, setUpEventDetector, setUpUserEventDetectors
addAdditionalStateProvider, getAdditionalStateProviders, getAttitudeProvider, getFixedStepSize, getFrame, getInitialState, getMode, getPVCoordinates, getStartDate, getStepHandler, initializePropagation, resetInitialState, setMasterMode, setStartDate, stateChanged, updateAdditionalStates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDefaultLaw
public GLONASSNumericalPropagator(GLONASSNumericalPropagator.Builder builder)
builder
- the builderpublic GLONASSOrbitalElements getGLONASSOrbitalElements()
public SpacecraftState propagate(AbsoluteDate date)
Simple propagators use only the target date as the specification for computing the propagated state. More feature rich propagators can consider other information and provide different operating modes or G-stop facilities to stop at pinpointed events occurrences. In these cases, the target date is only a hint, not a mandatory objective.
propagate
in interface Propagator
propagate
in class AbstractIntegratedPropagator
date
- target date towards which orbit state should be propagatedpublic PVCoordinates getPVInPZ90(SpacecraftState state)
state
- spacecraft state after integrationprotected StateMapper createMapper(AbsoluteDate referenceDate, double mu, OrbitType orbitType, PositionAngle positionAngleType, AttitudeProvider attitudeProvider, Frame frame)
AbstractIntegratedPropagator
The position parameter type is meaningful only if propagation orbit type
support it. As an example, it is not meaningful for propagation
in Cartesian
parameters.
createMapper
in class AbstractIntegratedPropagator
referenceDate
- reference datemu
- central attraction coefficient (m³/s²)orbitType
- orbit type to use for mappingpositionAngleType
- angle type to use for propagationattitudeProvider
- attitude providerframe
- inertial frameprotected AbstractIntegratedPropagator.MainStateEquations getMainStateEquations(ODEIntegrator integ)
AbstractIntegratedPropagator
getMainStateEquations
in class AbstractIntegratedPropagator
integ
- numerical integrator to use for propagation.Copyright © 2002-2020 CS GROUP. All rights reserved.