Uses of Class
org.orekit.propagation.SpacecraftState
-
Packages that use SpacecraftState Package Description org.orekit.attitudes This package provides classes to represent simple attitudes.org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.filtering This package provides measurement pre-processing filters.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier.org.orekit.estimation.sequential The sequential package provides an implementation of a Kalman Filter engine to perform an orbit determination.org.orekit.files.ccsds.ndm.adm.aem This package contains class managing CCSDS Attitude Ephemeris Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.ccsds.ndm.odm.omm This package contains class managing CCSDS Orbit Mean-Elements Message.org.orekit.files.ccsds.ndm.odm.opm This package contains class managing CCSDS Orbit Parameter Message.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.forces This package provides the interface for force models that will be used by theNumericalPropagator
, as well as some classical spacecraft models for surface forces (spherical, box and solar array ...).org.orekit.forces.drag This package provides all drag-related forces.org.orekit.forces.empirical This package provides empirical forces.org.orekit.forces.gravity This package provides all gravity-related forces.org.orekit.forces.inertia This package provides inertial force model.org.orekit.forces.maneuvers This package provides models of simple maneuvers.org.orekit.forces.maneuvers.jacobians Generators for columns of Jacobian matrices related to maneuver parameters.org.orekit.forces.maneuvers.propulsion This package provides propulsion models intended to be used with classManeuver
.org.orekit.forces.maneuvers.trigger This package provides maneuver triggers' models intended to be used with classManeuver
.org.orekit.forces.radiation This package provides all radiation pressure related forces.org.orekit.models.earth.ionosphere This package provides models that simulate the impact of the ionosphere.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.propagation.analytical Top level package for analytical propagators.org.orekit.propagation.analytical.gnss This package provides classes to propagate GNSS orbits.org.orekit.propagation.analytical.tle This package provides classes to read and extrapolate tle's.org.orekit.propagation.conversion This package provides tools to convert a given propagator or a set ofSpacecraftState
into another propagator.org.orekit.propagation.events This package provides interfaces and classes dealing with events occurring during propagation.org.orekit.propagation.events.handlers This package provides an interface and classes dealing with events occurrence only.org.orekit.propagation.integration Utilities for integration-based propagators (both numerical and semi-analytical).org.orekit.propagation.numerical Top level package for numerical propagators.org.orekit.propagation.numerical.cr3bp Top level package for CR3BP Models used with a numerical propagator.org.orekit.propagation.sampling This package provides interfaces and classes dealing with step handling during propagation.org.orekit.propagation.semianalytical.dsst This package provides an implementation of the Draper Semi-analytical Satellite Theory (DSST).org.orekit.propagation.semianalytical.dsst.forces This package provides force models for Draper Semi-analytical Satellite Theory (DSST).org.orekit.utils This package provides useful objects. -
-
Uses of SpacecraftState in org.orekit.attitudes
Methods in org.orekit.attitudes with parameters of type SpacecraftState Modifier and Type Method Description void
AttitudesSequence.SwitchHandler. switchOccurred(AttitudeProvider preceding, AttitudeProvider following, SpacecraftState state)
Method called when attitude is switched from one law to another law.void
PythonSwitchHandler. switchOccurred(AttitudeProvider preceding, AttitudeProvider following, SpacecraftState state)
Method called when attitude is switched from one law to another law. -
Uses of SpacecraftState in org.orekit.estimation.measurements
Methods in org.orekit.estimation.measurements that return SpacecraftState Modifier and Type Method Description SpacecraftState[]
EstimatedMeasurement. getStates()
Get the states of the spacecrafts.Methods in org.orekit.estimation.measurements with parameters of type SpacecraftState Modifier and Type Method Description EstimatedMeasurement<T>
AbstractMeasurement. estimate(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value of the measurement.EstimatedMeasurement<T>
ObservedMeasurement. estimate(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value of the measurement.EstimatedMeasurement<T>
PythonObservedMeasurement. estimate(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value of the measurement.static TimeStampedFieldPVCoordinates<Gradient>
AbstractMeasurement. getCoordinates(SpacecraftState state, int firstDerivative, int freeParameters)
Get Cartesian coordinates as derivatives.protected abstract EstimatedMeasurement<T>
AbstractMeasurement. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<AngularAzEl>
AngularAzEl. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<AngularRaDec>
AngularRaDec. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<BistaticRange>
BistaticRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<BistaticRangeRate>
BistaticRangeRate. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<InterSatellitesRange>
InterSatellitesRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<MultiplexedMeasurement>
MultiplexedMeasurement. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<Position>
Position. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<PV>
PV. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.EstimatedMeasurement<T>
PythonAbstractMeasurement. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<Range>
Range. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<RangeRate>
RangeRate. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<TDOA>
TDOA. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<TurnAroundRange>
TurnAroundRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.Constructors in org.orekit.estimation.measurements with parameters of type SpacecraftState Constructor Description EstimatedMeasurement(T observedMeasurement, int iteration, int count, SpacecraftState[] states, TimeStampedPVCoordinates[] participants)
Simple constructor. -
Uses of SpacecraftState in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering with parameters of type SpacecraftState Modifier and Type Method Description void
ElevationFilter. filter(ObservedMeasurement<T> measurement, SpacecraftState state)
Apply a filter to an observed measurement.void
MeasurementFilter. filter(ObservedMeasurement<T> measurement, SpacecraftState state)
Apply a filter to an observed measurement.void
PythonMeasurementFilter. filter(ObservedMeasurement<T> measurement, SpacecraftState state)
Apply a filter to an observed measurement.void
ResidualFilter. filter(ObservedMeasurement<T> measurement, SpacecraftState state)
Apply a filter to an observed measurement. -
Uses of SpacecraftState in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation with parameters of type SpacecraftState Modifier and Type Method Description AngularAzEl
AngularAzElBuilder. build(SpacecraftState[] states)
Generate a single measurement.AngularRaDec
AngularRaDecBuilder. build(SpacecraftState[] states)
Generate a single measurement.BistaticRange
BistaticRangeBuilder. build(SpacecraftState[] states)
Generate a single measurement.BistaticRangeRate
BistaticRangeRateBuilder. build(SpacecraftState[] states)
Generate a single measurement.InterSatellitesPhase
InterSatellitesPhaseBuilder. build(SpacecraftState[] states)
Generate a single measurement.InterSatellitesRange
InterSatellitesRangeBuilder. build(SpacecraftState[] states)
Generate a single measurement.T
MeasurementBuilder. build(SpacecraftState[] states)
Generate a single measurement.Position
PositionBuilder. build(SpacecraftState[] states)
Generate a single measurement.PV
PVBuilder. build(SpacecraftState[] states)
Generate a single measurement.T
PythonAbstractMeasurementBuilder. build(SpacecraftState[] states)
Generate a single measurement.T
PythonMeasurementBuilder. build(SpacecraftState[] states)
Generate a single measurement.Range
RangeBuilder. build(SpacecraftState[] states)
Generate a single measurement.RangeRate
RangeRateBuilder. build(SpacecraftState[] states)
Generate a single measurement.TDOA
TDOABuilder. build(SpacecraftState[] states)
Generate a single measurement.TurnAroundRange
TurnAroundRangeBuilder. build(SpacecraftState[] states)
Generate a single measurement. -
Uses of SpacecraftState in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss with parameters of type SpacecraftState Modifier and Type Method Description Phase
PhaseBuilder. build(SpacecraftState[] states)
Generate a single measurement.protected EstimatedMeasurement<InterSatellitesPhase>
InterSatellitesPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<OneWayGNSSPhase>
OneWayGNSSPhase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<OneWayGNSSRange>
OneWayGNSSRange. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value.protected EstimatedMeasurement<Phase>
Phase. theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
Estimate the theoretical value. -
Uses of SpacecraftState in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers with parameters of type SpacecraftState Modifier and Type Method Description double
PythonParametricModelEffect. evaluate(GroundStation station, SpacecraftState state)
Evaluate the parametric model effect.protected double
BaseRangeIonosphericDelayModifier. rangeErrorIonosphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Ionosphere.double
BaseRangeTroposphericDelayModifier. rangeErrorTroposphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Troposphere.protected double
BaseRangeRateIonosphericDelayModifier. rangeRateErrorIonosphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Ionosphere.protected double
RangeRateIonosphericDelayModifier. rangeRateErrorIonosphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Ionosphere.double
BaseRangeRateTroposphericDelayModifier. rangeRateErrorTroposphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Troposphere.double
RangeRateTroposphericDelayModifier. rangeRateErrorTroposphericModel(GroundStation station, SpacecraftState state)
Compute the measurement error due to Troposphere.Constructors in org.orekit.estimation.measurements.modifiers with parameters of type SpacecraftState Constructor Description IonosphericGradientConverter(SpacecraftState state, int freeStateParameters, AttitudeProvider provider)
Deprecated.Simple constructor.ModifierGradientConverter(SpacecraftState state, int freeStateParameters, AttitudeProvider provider)
Simple constructor.TroposphericGradientConverter(SpacecraftState state, int freeStateParameters, AttitudeProvider provider)
Deprecated.Simple constructor. -
Uses of SpacecraftState in org.orekit.estimation.sequential
Methods in org.orekit.estimation.sequential that return SpacecraftState Modifier and Type Method Description static SpacecraftState[]
KalmanEstimatorUtil. filterRelevant(ObservedMeasurement<?> observedMeasurement, SpacecraftState[] allStates)
Filter relevant states for a measurement.SpacecraftState[]
AbstractKalmanModel. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
KalmanEstimation. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
PythonKalmanEstimation. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
SemiAnalyticalKalmanModel. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
SemiAnalyticalUnscentedKalmanModel. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
UnscentedKalmanModel. getCorrectedSpacecraftStates()
Get the corrected spacecraft states.SpacecraftState[]
AbstractKalmanModel. getPredictedSpacecraftStates()
Get the predicted spacecraft states.SpacecraftState[]
KalmanEstimation. getPredictedSpacecraftStates()
Get the predicted spacecraft states.SpacecraftState[]
PythonKalmanEstimation. getPredictedSpacecraftStates()
Get the predicted spacecraft states.SpacecraftState[]
SemiAnalyticalKalmanModel. getPredictedSpacecraftStates()
Get the predicted spacecraft states.SpacecraftState[]
SemiAnalyticalUnscentedKalmanModel. getPredictedSpacecraftStates()
Get the predicted spacecraft states.SpacecraftState[]
UnscentedKalmanModel. getPredictedSpacecraftStates()
Get the predicted spacecraft states.Methods in org.orekit.estimation.sequential with parameters of type SpacecraftState Modifier and Type Method Description protected void
AbstractKalmanModel. analyticalDerivativeComputations(AbstractJacobiansMapper mapper, SpacecraftState state)
Deprecated.as of 11.1, not used anymorestatic SpacecraftState[]
KalmanEstimatorUtil. filterRelevant(ObservedMeasurement<?> observedMeasurement, SpacecraftState[] allStates)
Filter relevant states for a measurement.RealMatrix
AbstractCovarianceMatrixProvider. getInitialCovarianceMatrix(SpacecraftState initial)
Get the initial covariance matrix.RealMatrix
CovarianceMatrixProvider. getInitialCovarianceMatrix(SpacecraftState initial)
Get the initial covariance matrix.RealMatrix
PythonCovarianceMatrixProvider. getInitialCovarianceMatrix(SpacecraftState initial)
Get the initial covariance matrix.RealMatrix
ConstantProcessNoise. getProcessNoiseMatrix(SpacecraftState previous, SpacecraftState current)
Get the process noise matrix between previous and current states.RealMatrix
CovarianceMatrixProvider. getProcessNoiseMatrix(SpacecraftState previous, SpacecraftState current)
Get the process noise matrix between previous and current states.RealMatrix
PythonAbstractCovarianceMatrixProvider. getProcessNoiseMatrix(SpacecraftState previous, SpacecraftState current)
Get the process noise matrix between previous and current states.RealMatrix
PythonCovarianceMatrixProvider. getProcessNoiseMatrix(SpacecraftState previous, SpacecraftState current)
Get the process noise matrix between previous and current states.RealMatrix
UnivariateProcessNoise. getProcessNoiseMatrix(SpacecraftState previous, SpacecraftState current)
Get the process noise matrix between previous and current states.void
EskfMeasurementHandler. init(SpacecraftState s0, AbsoluteDate t)
Deprecated.Initialize step handler at the start of a propagation.void
SemiAnalyticalMeasurementHandler. init(SpacecraftState s0, AbsoluteDate t)
Initialize step handler at the start of a propagation.void
PythonSemiAnalyticalProcess. initializeShortPeriodicTerms(SpacecraftState meanState)
void
SemiAnalyticalKalmanModel. initializeShortPeriodicTerms(SpacecraftState meanState)
Initialize the short periodic terms for the Kalman Filter.void
SemiAnalyticalProcess. initializeShortPeriodicTerms(SpacecraftState meanState)
Initialize the short periodic terms for the Kalman Filter.void
SemiAnalyticalUnscentedKalmanModel. initializeShortPeriodicTerms(SpacecraftState meanState)
Initialize the short periodic terms for the Kalman Filter.void
PythonSemiAnalyticalProcess. updateNominalSpacecraftState(SpacecraftState nominal)
void
SemiAnalyticalKalmanModel. updateNominalSpacecraftState(SpacecraftState nominal)
Update the nominal spacecraft state.void
SemiAnalyticalProcess. updateNominalSpacecraftState(SpacecraftState nominal)
Update the nominal spacecraft state.void
SemiAnalyticalUnscentedKalmanModel. updateNominalSpacecraftState(SpacecraftState nominal)
Update the nominal spacecraft state.void
PythonSemiAnalyticalProcess. updateShortPeriods(SpacecraftState state)
void
SemiAnalyticalKalmanModel. updateShortPeriods(SpacecraftState state)
Update the DSST short periodic terms.void
SemiAnalyticalProcess. updateShortPeriods(SpacecraftState state)
Update the DSST short periodic terms.void
SemiAnalyticalUnscentedKalmanModel. updateShortPeriods(SpacecraftState state)
Update the DSST short periodic terms. -
Uses of SpacecraftState in org.orekit.files.ccsds.ndm.adm.aem
Methods in org.orekit.files.ccsds.ndm.adm.aem with parameters of type SpacecraftState Modifier and Type Method Description void
StreamingAemWriter.SegmentWriter. finish(SpacecraftState finalState)
Finalize propagation.void
StreamingAemWriter.SegmentWriter. handleStep(SpacecraftState currentState)
Handle the current step.void
StreamingAemWriter.SegmentWriter. init(SpacecraftState s0, AbsoluteDate t, double step)
Initialize step handler at the start of a propagation. -
Uses of SpacecraftState in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem with parameters of type SpacecraftState Modifier and Type Method Description void
StreamingOemWriter.SegmentWriter. finish(SpacecraftState finalState)
Finalize propagation.void
StreamingOemWriter.SegmentWriter. handleStep(SpacecraftState currentState)
Handle the current step.void
StreamingOemWriter.SegmentWriter. init(SpacecraftState s0, AbsoluteDate t, double step)
Initialize step handler at the start of a propagation. -
Uses of SpacecraftState in org.orekit.files.ccsds.ndm.odm.omm
Methods in org.orekit.files.ccsds.ndm.odm.omm that return SpacecraftState Modifier and Type Method Description SpacecraftState
Omm. generateSpacecraftState()
Generate spacecraft state from theCartesianOrbit
generated by generateCartesianOrbit. -
Uses of SpacecraftState in org.orekit.files.ccsds.ndm.odm.opm
Methods in org.orekit.files.ccsds.ndm.odm.opm that return SpacecraftState Modifier and Type Method Description SpacecraftState
Opm. generateSpacecraftState()
Generate spacecraft state from theCartesianOrbit
generated by generateCartesianOrbit. -
Uses of SpacecraftState in org.orekit.files.general
Method parameters in org.orekit.files.general with type arguments of type SpacecraftState Modifier and Type Method Description OrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment
OrekitAttitudeEphemerisFile.OrekitSatelliteAttitudeEphemeris. addNewSegment(List<SpacecraftState> states, String interpolationMethod, int interpolationSamples, AngularDerivativesFilter availableDerivatives)
Injects pre-computed satellite states into this attitude ephemeris file object, returning the generatedOrekitAttitudeEphemerisFile.OrekitAttitudeEphemerisSegment
that has been stored internally.OrekitEphemerisFile.OrekitEphemerisSegment
OrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states)
Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegment
that has been stored internally.OrekitEphemerisFile.OrekitEphemerisSegment
OrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states, int interpolationSampleSize)
Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegment
that has been stored internally.OrekitEphemerisFile.OrekitEphemerisSegment
OrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states, CelestialBody body, int interpolationSampleSize)
Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegment
that has been stored internally.OrekitEphemerisFile.OrekitEphemerisSegment
OrekitEphemerisFile.OrekitSatelliteEphemeris. addNewSegment(List<SpacecraftState> states, CelestialBody body, int interpolationSampleSize, TimeScale timeScale)
Injects pre-computed satellite states into this ephemeris file object, returning the generatedOrekitEphemerisFile.OrekitEphemerisSegment
that has been stored internally. -
Uses of SpacecraftState in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs with parameters of type SpacecraftState Modifier and Type Method Description void
StreamingCpfWriter.Segment. finish(SpacecraftState finalState)
Finalize propagation.void
StreamingCpfWriter.Segment. handleStep(SpacecraftState currentState)
Handle the current step. -
Uses of SpacecraftState in org.orekit.forces
Methods in org.orekit.forces with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
ForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
PythonAbstractForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
PythonForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.default void
ForceModel. addContribution(SpacecraftState s, TimeDerivativesEquations adder)
Compute the contribution of the force model to the perturbing acceleration.void
PythonForceModel. addContribution(SpacecraftState s, TimeDerivativesEquations adder)
Compute the contribution of the force model to the perturbing acceleration.default void
ForceModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.void
PythonForceModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation. -
Uses of SpacecraftState in org.orekit.forces.drag
Methods in org.orekit.forces.drag with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
DragForce. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
PythonAbstractDragForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
TimeSpanDragForce. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration. -
Uses of SpacecraftState in org.orekit.forces.empirical
Methods in org.orekit.forces.empirical with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
ParametricAcceleration. acceleration(SpacecraftState state, double[] parameters)
Compute acceleration.Vector3D
TimeSpanParametricAcceleration. acceleration(SpacecraftState state, double[] parameters)
Compute acceleration.default void
AccelerationModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the acceleration model at the start of the propagation.void
HarmonicAccelerationModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the acceleration model at the start of the propagation.void
ParametricAcceleration. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.void
PolynomialAccelerationModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the acceleration model at the start of the propagation.void
TimeSpanParametricAcceleration. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.double
AccelerationModel. signedAmplitude(SpacecraftState state, double[] parameters)
Compute the signed amplitude of the acceleration.double
HarmonicAccelerationModel. signedAmplitude(SpacecraftState state, double[] parameters)
Compute the signed amplitude of the acceleration.double
PolynomialAccelerationModel. signedAmplitude(SpacecraftState state, double[] parameters)
Compute the signed amplitude of the acceleration.double
PythonAccelerationModel. signedAmplitude(SpacecraftState state, double[] parameters)
Compute the signed amplitude of the acceleration. -
Uses of SpacecraftState in org.orekit.forces.gravity
Methods in org.orekit.forces.gravity with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
DeSitterRelativity. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
HolmesFeatherstoneAttractionModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
LenseThirringRelativity. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
NewtonianAttraction. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
OceanTides. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
Relativity. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
SingleBodyAbsoluteAttraction. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
SingleBodyRelativeAttraction. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
SolidTides. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
ThirdBodyAttraction. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.void
NewtonianAttraction. addContribution(SpacecraftState s, TimeDerivativesEquations adder)
Compute the contribution of the force model to the perturbing acceleration.double[]
ThirdBodyAttractionEpoch. getDerivativesToEpoch(SpacecraftState s, double[] parameters)
Compute derivatives of the state w.r.t epoch. -
Uses of SpacecraftState in org.orekit.forces.inertia
Methods in org.orekit.forces.inertia with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
InertialForces. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration. -
Uses of SpacecraftState in org.orekit.forces.maneuvers
Methods in org.orekit.forces.maneuvers that return SpacecraftState Modifier and Type Method Description SpacecraftState
SmallManeuverAnalyticalModel. apply(SpacecraftState state1)
Compute the effect of the maneuver on a spacecraft state.Methods in org.orekit.forces.maneuvers with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
Maneuver. acceleration(SpacecraftState s, double[] parameters)
void
Maneuver. addContribution(SpacecraftState s, TimeDerivativesEquations adder)
Compute the contribution of the force model to the perturbing acceleration.SpacecraftState
SmallManeuverAnalyticalModel. apply(SpacecraftState state1)
Compute the effect of the maneuver on a spacecraft state.double
ImpulseManeuver. g(SpacecraftState s)
Compute the value of the switching function.void
ImpulseManeuver. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
Maneuver. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.boolean
ConstantThrustManeuver. isFiring(SpacecraftState s)
Check if maneuvering is on.Constructors in org.orekit.forces.maneuvers with parameters of type SpacecraftState Constructor Description SmallManeuverAnalyticalModel(SpacecraftState state0, Vector3D dV, double isp)
Build a maneuver defined in spacecraft frame.SmallManeuverAnalyticalModel(SpacecraftState state0, Frame frame, Vector3D dV, double isp)
Build a maneuver defined in user-specified frame. -
Uses of SpacecraftState in org.orekit.forces.maneuvers.jacobians
Methods in org.orekit.forces.maneuvers.jacobians that return SpacecraftState Modifier and Type Method Description SpacecraftState
TriggerDate. resetState(SpacecraftState state)
Reset state as a maneuver triggers.Methods in org.orekit.forces.maneuvers.jacobians with parameters of type SpacecraftState Modifier and Type Method Description CombinedDerivatives
MassDepletionDelay. combinedDerivatives(SpacecraftState state)
Compute the derivatives related to the additional state (and optionally main state increments).double[]
MassDepletionDelay. derivatives(SpacecraftState state)
Deprecated.double[]
Duration. getAdditionalState(SpacecraftState state)
Get the additional state.double[]
MedianDate. getAdditionalState(SpacecraftState state)
Get the additional state.double[]
TriggerDate. getAdditionalState(SpacecraftState state)
Get the additional state.void
MassDepletionDelay. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the generator at the start of propagation.void
TriggerDate. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the additional state provider at the start of propagation.void
TriggerDate. maneuverTriggered(SpacecraftState state, boolean start)
Observe a maneuver trigger.SpacecraftState
TriggerDate. resetState(SpacecraftState state)
Reset state as a maneuver triggers.boolean
Duration. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
MedianDate. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
TriggerDate. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts. -
Uses of SpacecraftState in org.orekit.forces.maneuvers.propulsion
Methods in org.orekit.forces.maneuvers.propulsion with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
PropulsionModel. getAcceleration(SpacecraftState s, Attitude maneuverAttitude, double[] parameters)
Get the acceleration of the spacecraft during maneuver and in maneuver frame.Vector3D
PythonPropulsionModel. getAcceleration(SpacecraftState s, Attitude maneuverAttitude, double[] parameters)
Get the acceleration of the spacecraft during maneuver and in maneuver frame.default Vector3D
ThrustPropulsionModel. getAcceleration(SpacecraftState s, Attitude maneuverAttitude, double[] parameters)
Get the acceleration of the spacecraft during maneuver and in maneuver frame.default Vector3D
ThrustPropulsionModel. getDirection(SpacecraftState s)
Get the thrust direction in spacecraft frame.double
AbstractConstantThrustPropulsionModel. getFlowRate(SpacecraftState s)
Get the flow rate (kg/s).double
AbstractConstantThrustPropulsionModel. getFlowRate(SpacecraftState s, double[] parameters)
Get the flow rate (kg/s).double
PythonThrustPropulsionModel. getFlowRate(SpacecraftState s)
Get the flow rate (kg/s).double
PythonThrustPropulsionModel. getFlowRate(SpacecraftState s, double[] parameters)
Get the flow rate (kg/s).double
ThrustPropulsionModel. getFlowRate(SpacecraftState s)
Get the flow rate (kg/s).double
ThrustPropulsionModel. getFlowRate(SpacecraftState s, double[] parameters)
Get the flow rate (kg/s).default double
ThrustPropulsionModel. getIsp(SpacecraftState s)
Get the specific impulse (s).double
PropulsionModel. getMassDerivatives(SpacecraftState s, double[] parameters)
Get the mass derivative (i.e.double
PythonPropulsionModel. getMassDerivatives(SpacecraftState s, double[] parameters)
Get the mass derivative (i.e.default double
ThrustPropulsionModel. getMassDerivatives(SpacecraftState s, double[] parameters)
Get the mass derivative (i.e.default double
ThrustPropulsionModel. getThrust(SpacecraftState s)
Get the thrust norm (N).Vector3D
AbstractConstantThrustPropulsionModel. getThrustVector(SpacecraftState s)
Get the thrust vector in spacecraft frame (N).Vector3D
AbstractConstantThrustPropulsionModel. getThrustVector(SpacecraftState s, double[] parameters)
Get the thrust vector in spacecraft frame (N).Vector3D
PythonThrustPropulsionModel. getThrustVector(SpacecraftState s)
Get the thrust vector in spacecraft frame (N).Vector3D
PythonThrustPropulsionModel. getThrustVector(SpacecraftState s, double[] parameters)
Get the thrust vector in spacecraft frame (N).Vector3D
ThrustPropulsionModel. getThrustVector(SpacecraftState s)
Get the thrust vector in spacecraft frame (N).Vector3D
ThrustPropulsionModel. getThrustVector(SpacecraftState s, double[] parameters)
Get the thrust vector in spacecraft frame (N).default void
PropulsionModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method.void
PythonAbstractConstantThrustPropulsionModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method.void
PythonPropulsionModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method.void
PythonThrustPropulsionModel. init(SpacecraftState initialState, AbsoluteDate target)
-
Uses of SpacecraftState in org.orekit.forces.maneuvers.trigger
Methods in org.orekit.forces.maneuvers.trigger that return SpacecraftState Modifier and Type Method Description protected SpacecraftState
AbstractManeuverTriggers. applyResetters(SpacecraftState state)
Apply resetters.SpacecraftState
ManeuverTriggersResetter. resetState(SpacecraftState state)
Reset state as a maneuver triggers.SpacecraftState
PythonManeuverTriggersResetter. resetState(SpacecraftState state)
Reset state as a maneuver triggers.Methods in org.orekit.forces.maneuvers.trigger with parameters of type SpacecraftState Modifier and Type Method Description protected SpacecraftState
AbstractManeuverTriggers. applyResetters(SpacecraftState state)
Apply resetters.protected void
EventBasedManeuverTriggers. checkInitialFiringState(SpacecraftState initialState)
Method to set the firing state on initialization.Action
EventBasedManeuverTriggers. eventOccurred(SpacecraftState s, EventDetector detector, boolean increasing)
eventOccurred method mirrors the same interface method as inEventDetector
and its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.void
AbstractManeuverTriggers. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method called at propagation start.void
EventBasedManeuverTriggers. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method called at propagation start.default void
ManeuverTriggers. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method called at propagation start.default void
ManeuverTriggersResetter. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method called at propagation start.void
PythonManeuverTriggers. init(SpacecraftState initialState, AbsoluteDate target)
Initialization method.protected void
AbstractManeuverTriggers. initializeResetters(SpacecraftState initialState, AbsoluteDate target)
Initialize resetters.protected abstract boolean
AbstractManeuverTriggers. isFiringOnInitialState(SpacecraftState initialState, boolean isForward)
Method to check if the thruster is firing on initialization.protected boolean
EventBasedManeuverTriggers. isFiringOnInitialState(SpacecraftState initialState)
Method to check if the thruster is firing on initialization.protected boolean
IntervalEventTrigger. isFiringOnInitialState(SpacecraftState initialState, boolean isForward)
Method to check if the thruster is firing on initialization.boolean
PythonAbstractManeuverTriggers. isFiringOnInitialState(SpacecraftState initialState, boolean isForward)
Method to check if the thruster is firing on initialization.protected boolean
StartStopEventsTrigger. isFiringOnInitialState(SpacecraftState initialState, boolean isForward)
Method to check if the thruster is firing on initialization.void
ManeuverTriggersResetter. maneuverTriggered(SpacecraftState state, boolean start)
Observe a maneuver trigger.void
PythonManeuverTriggersResetter. maneuverTriggered(SpacecraftState state, boolean start)
Observe a maneuver trigger.protected void
AbstractManeuverTriggers. notifyResetters(SpacecraftState state, boolean start)
Notify resetters.SpacecraftState
ManeuverTriggersResetter. resetState(SpacecraftState state)
Reset state as a maneuver triggers.SpacecraftState
PythonManeuverTriggersResetter. resetState(SpacecraftState state)
Reset state as a maneuver triggers. -
Uses of SpacecraftState in org.orekit.forces.radiation
Methods in org.orekit.forces.radiation with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
ECOM2. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
KnockeRediffusedForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
PythonAbstractRadiationForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.Vector3D
SolarRadiationPressure. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.void
PythonAbstractRadiationForceModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation. -
Uses of SpacecraftState in org.orekit.models.earth.ionosphere
Methods in org.orekit.models.earth.ionosphere with parameters of type SpacecraftState Modifier and Type Method Description double
EstimatedIonosphericModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground station to a satellite.double
GlobalIonosphereMapModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
double
IonosphericModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground station to a satellite.double
KlobucharIonoModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground station to a satellite.double
NeQuickModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
double
PythonIonosphericModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground station to a satellite.double
SsrVtecIonosphericModel. pathDelay(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
Calculates the ionospheric path delay for the signal path from a ground station to a satellite.double
PythonIonosphericModel. pathDelay_STdd(SpacecraftState state, TopocentricFrame baseFrame, double frequency, double[] parameters)
-
Uses of SpacecraftState in org.orekit.orbits
Methods in org.orekit.orbits with parameters of type SpacecraftState Modifier and Type Method Description PVCoordinates
LibrationOrbit. getManifolds(SpacecraftState s, boolean isStable)
Return a manifold direction from one position on a libration Orbit. -
Uses of SpacecraftState in org.orekit.propagation
Methods in org.orekit.propagation that return SpacecraftState Modifier and Type Method Description SpacecraftState
SpacecraftState. addAdditionalState(String name, double... value)
Add an additional state.SpacecraftState
SpacecraftState. addAdditionalStateDerivative(String name, double... value)
Add an additional state derivative.SpacecraftState
AbstractPropagator. getInitialState()
Get the propagator initial state.SpacecraftState
Propagator. getInitialState()
Get the propagator initial state.SpacecraftState
PythonBoundedPropagator. getInitialState()
Get the propagator initial state.SpacecraftState
PythonPropagator. getInitialState()
Get the propagator initial state.SpacecraftState
SpacecraftState. interpolate(AbsoluteDate date, Stream<SpacecraftState> sample)
Get an interpolated instance.SpacecraftState
AbstractPropagator. propagate(AbsoluteDate target)
Propagate towards a target date.SpacecraftState
Propagator. propagate(AbsoluteDate target)
Propagate towards a target date.SpacecraftState
Propagator. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.SpacecraftState
PythonAbstractPropagator. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.SpacecraftState
PythonBoundedPropagator. propagate(AbsoluteDate target)
Propagate towards a target date.SpacecraftState
PythonBoundedPropagator. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.SpacecraftState
PythonPropagator. propagate(AbsoluteDate target)
Propagate towards a target date.SpacecraftState
PythonPropagator. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.SpacecraftState
PythonBoundedPropagator. propagate_AA(AbsoluteDate start, AbsoluteDate target)
SpacecraftState
PythonPropagator. propagate_AA(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.SpacecraftState
SpacecraftState. shiftedBy(double dt)
Get a time-shifted state.SpacecraftState
FieldSpacecraftState. toSpacecraftState()
To convert a FieldSpacecraftState instance into a SpacecraftState instance.protected SpacecraftState
AbstractPropagator. updateAdditionalStates(SpacecraftState original)
Update state by adding all additional states.protected SpacecraftState
AbstractPropagator. updateUnmanagedStates(SpacecraftState original)
Update state by adding unmanaged states.Methods in org.orekit.propagation that return types with arguments of type SpacecraftState Modifier and Type Method Description List<SpacecraftState>
PropagatorsParallelizer. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.Methods in org.orekit.propagation with parameters of type SpacecraftState Modifier and Type Method Description void
SpacecraftState. ensureCompatibleAdditionalStates(SpacecraftState state)
Check if two instances have the same set of additional states available.double[]
AdditionalStateProvider. getAdditionalState(SpacecraftState state)
Get the additional state.double[]
PythonAdditionalStateProvider. getAdditionalState(SpacecraftState state)
Get the additional state.double[]
StateCovarianceMatrixProvider. getAdditionalState(SpacecraftState state)
Get the additional state.protected double[][]
AbstractMatricesHarvester. getConversionJacobian(SpacecraftState state)
Get the conversion Jacobian between state parameters and parameters used for derivatives.RealMatrix
AbstractMatricesHarvester. getParametersJacobian(SpacecraftState state)
Get the Jacobian with respect to propagation parameters.RealMatrix
MatricesHarvester. getParametersJacobian(SpacecraftState state)
Get the Jacobian with respect to propagation parameters.RealMatrix
PythonMatricesHarvester. getParametersJacobian(SpacecraftState state)
Get the Jacobian with respect to propagation parameters.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state)
Get the state covariance.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state, Frame frame)
Get the state covariance expressed in a given frame.StateCovariance
StateCovarianceMatrixProvider. getStateCovariance(SpacecraftState state, OrbitType orbitType, PositionAngle angleType)
Get the state covariance expressed in a given orbit type.RealMatrix
AbstractMatricesHarvester. getStateTransitionMatrix(SpacecraftState state)
Extract state transition matrix from state.RealMatrix
MatricesHarvester. getStateTransitionMatrix(SpacecraftState state)
Extract state transition matrix from state.RealMatrix
PythonMatricesHarvester. getStateTransitionMatrix(SpacecraftState state)
Extract state transition matrix from state.default void
AdditionalStateProvider. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the additional state provider at the start of propagation.void
PythonAdditionalStateProvider. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the additional state provider at the start of propagation.void
StateCovarianceMatrixProvider. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the additional state provider at the start of propagation.void
AbstractPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
Propagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
PythonBoundedPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
PythonPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
AbstractMatricesHarvester. setReferenceState(SpacecraftState reference)
Set up reference state.void
MatricesHarvester. setReferenceState(SpacecraftState reference)
Set up reference state.void
PythonMatricesHarvester. setReferenceState(SpacecraftState reference)
Set up reference state.protected void
AbstractPropagator. stateChanged(SpacecraftState state)
Notify about a state change.protected SpacecraftState
AbstractPropagator. updateAdditionalStates(SpacecraftState original)
Update state by adding all additional states.protected SpacecraftState
AbstractPropagator. updateUnmanagedStates(SpacecraftState original)
Update state by adding unmanaged states.default boolean
AdditionalStateProvider. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
PythonAdditionalStateProvider. yield(SpacecraftState state)
boolean
StateCovarianceMatrixProvider. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
PythonAdditionalStateProvider. yield_(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.Method parameters in org.orekit.propagation with type arguments of type SpacecraftState Modifier and Type Method Description SpacecraftState
SpacecraftState. interpolate(AbsoluteDate date, Stream<SpacecraftState> sample)
Get an interpolated instance.Constructors in org.orekit.propagation with parameters of type SpacecraftState Constructor Description FieldSpacecraftState(Field<T> field, SpacecraftState state)
Convert aFieldSpacecraftState
. -
Uses of SpacecraftState in org.orekit.propagation.analytical
Methods in org.orekit.propagation.analytical that return SpacecraftState Modifier and Type Method Description protected SpacecraftState
AbstractAnalyticalPropagator. acceptStep(OrekitStepInterpolator interpolator, AbsoluteDate target)
Accept a step, triggering events and step handlers.SpacecraftState
AdapterPropagator.DifferentialEffect. apply(SpacecraftState original)
Apply the effect to aspacecraft state
.SpacecraftState
J2DifferentialEffect. apply(SpacecraftState state1)
Apply the effect to aspacecraft state
.protected SpacecraftState
AbstractAnalyticalPropagator. basicPropagate(AbsoluteDate date)
Propagate an orbit without any fancy features.protected SpacecraftState
AdapterPropagator. basicPropagate(AbsoluteDate date)
Propagate an orbit without any fancy features.protected SpacecraftState
AggregateBoundedPropagator. basicPropagate(AbsoluteDate date)
SpacecraftState
Ephemeris. basicPropagate(AbsoluteDate date)
SpacecraftState
AdapterPropagator. getInitialState()
Get the propagator initial state.SpacecraftState
AggregateBoundedPropagator. getInitialState()
SpacecraftState
Ephemeris. getInitialState()
Get the propagator initial state.SpacecraftState
AbstractAnalyticalPropagator. propagate(AbsoluteDate start, AbsoluteDate target)
Propagate from a start date towards a target date.Methods in org.orekit.propagation.analytical with parameters of type SpacecraftState Modifier and Type Method Description SpacecraftState
AdapterPropagator.DifferentialEffect. apply(SpacecraftState original)
Apply the effect to aspacecraft state
.SpacecraftState
J2DifferentialEffect. apply(SpacecraftState state1)
Apply the effect to aspacecraft state
.double[]
AbstractAnalyticalMatricesHarvester. getAdditionalState(SpacecraftState state)
Get the additional state.RealMatrix
AbstractAnalyticalMatricesHarvester. getParametersJacobian(SpacecraftState state)
Get the Jacobian with respect to propagation parameters.RealMatrix
AbstractAnalyticalMatricesHarvester. getStateTransitionMatrix(SpacecraftState state)
Extract state transition matrix from state.void
AdapterPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
AggregateBoundedPropagator. resetInitialState(SpacecraftState state)
void
BrouwerLyddanePropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
BrouwerLyddanePropagator. resetInitialState(SpacecraftState state, PropagationType stateType)
Reset the propagator initial state.void
BrouwerLyddanePropagator. resetInitialState(SpacecraftState state, PropagationType stateType, double epsilon, int maxIterations)
Reset the propagator initial state.void
EcksteinHechlerPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
EcksteinHechlerPropagator. resetInitialState(SpacecraftState state, PropagationType stateType)
Reset the propagator initial state.void
EcksteinHechlerPropagator. resetInitialState(SpacecraftState state, PropagationType stateType, double epsilon, int maxIterations)
Reset the propagator initial state.void
Ephemeris. resetInitialState(SpacecraftState state)
Try (and fail) to reset the initial state.void
KeplerianPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.protected abstract void
AbstractAnalyticalPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
AdapterPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
AggregateBoundedPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
protected void
BrouwerLyddanePropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
BrouwerLyddanePropagator. resetIntermediateState(SpacecraftState state, boolean forward, double epsilon, int maxIterations)
Reset an intermediate state.protected void
EcksteinHechlerPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
EcksteinHechlerPropagator. resetIntermediateState(SpacecraftState state, boolean forward, double epsilon, int maxIterations)
Reset an intermediate state.protected void
Ephemeris. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
KeplerianPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.void
PythonAbstractAnalyticalPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.void
AbstractAnalyticalMatricesHarvester. setReferenceState(SpacecraftState reference)
Set up reference state.Constructors in org.orekit.propagation.analytical with parameters of type SpacecraftState Constructor Description J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, double referenceRadius, double mu, double j2)
Simple constructor.J2DifferentialEffect(SpacecraftState original, AdapterPropagator.DifferentialEffect directEffect, boolean applyBefore, UnnormalizedSphericalHarmonicsProvider gravityField)
Simple constructor.Constructor parameters in org.orekit.propagation.analytical with type arguments of type SpacecraftState Constructor Description Ephemeris(List<SpacecraftState> states, int interpolationPoints)
Constructor with tabulated states.Ephemeris(List<SpacecraftState> states, int interpolationPoints, double extrapolationThreshold)
Constructor with tabulated states.Ephemeris(List<SpacecraftState> states, int interpolationPoints, double extrapolationThreshold, AttitudeProvider attitudeProvider)
Constructor with tabulated states. -
Uses of SpacecraftState in org.orekit.propagation.analytical.gnss
Methods in org.orekit.propagation.analytical.gnss with parameters of type SpacecraftState Modifier and Type Method Description double[]
ClockCorrectionsProvider. getAdditionalState(SpacecraftState state)
Get the additional state.void
GLONASSAnalyticalPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
GNSSPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.void
SBASPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.protected void
GLONASSAnalyticalPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
GNSSPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.protected void
SBASPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state. -
Uses of SpacecraftState in org.orekit.propagation.analytical.tle
Methods in org.orekit.propagation.analytical.tle that return SpacecraftState Modifier and Type Method Description SpacecraftState
TLEPartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
TLEPartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.Methods in org.orekit.propagation.analytical.tle with parameters of type SpacecraftState Modifier and Type Method Description void
TLEJacobiansMapper. analyticalDerivatives(SpacecraftState s)
Deprecated.as of 11.1, not used anymorevoid
TLEJacobiansMapper. getParametersJacobian(SpacecraftState state, double[][] dYdP)
Get the Jacobian with respect to parameters from a one-dimensional additional state array.void
TLEJacobiansMapper. getStateJacobian(SpacecraftState state, double[][] dYdY0)
Get the Jacobian with respect to state from a one-dimensional additional state array.void
TLEPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.protected void
TLEPropagator. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.void
TLEJacobiansMapper. setInitialJacobians(SpacecraftState state, double[][] dY1dY0, double[][] dY1dP, double[] p)
Set the Jacobian with respect to state into a one-dimensional additional state array.SpacecraftState
TLEPartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
TLEPartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.static TLE
TLE. stateToTLE(SpacecraftState state, TLE templateTLE)
Convert Spacecraft State into TLE.static TLE
TLE. stateToTLE(SpacecraftState state, TLE templateTLE, TimeScale utc, Frame teme)
Convert Spacecraft State into TLE.static TLE
TLE. stateToTLE(SpacecraftState state, TLE templateTLE, TimeScale utc, Frame teme, double epsilon, int maxIterations)
Convert Spacecraft State into TLE. -
Uses of SpacecraftState in org.orekit.propagation.conversion
Methods in org.orekit.propagation.conversion that return SpacecraftState Modifier and Type Method Description SpacecraftState
OsculatingToMeanElementsConverter. convert()
Convert an osculating orbit into a mean orbit, in DSST sense.Methods in org.orekit.propagation.conversion that return types with arguments of type SpacecraftState Modifier and Type Method Description protected List<SpacecraftState>
AbstractPropagatorConverter. getSample()
Get the states sample.Method parameters in org.orekit.propagation.conversion with type arguments of type SpacecraftState Modifier and Type Method Description Propagator
AbstractPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
AbstractPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
PropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
PropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
PythonPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
PythonPropagatorConverter. convert(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)
Find the propagator that minimize the mean square error for a sample ofstates
.Propagator
PythonPropagatorConverter. convert_LbL(List<SpacecraftState> states, boolean positionOnly, List<String> freeParameters)
Propagator
PythonPropagatorConverter. convert_LbS(List<SpacecraftState> states, boolean positionOnly, String... freeParameters)
Constructors in org.orekit.propagation.conversion with parameters of type SpacecraftState Constructor Description OsculatingToMeanElementsConverter(SpacecraftState state, int satelliteRevolution, Propagator propagator, double positionScale)
Constructor.Constructor parameters in org.orekit.propagation.conversion with type arguments of type SpacecraftState Constructor Description EphemerisPropagatorBuilder(List<SpacecraftState> states, int interpolationPoints, double extrapolationThreshold, AttitudeProvider attitudeProvider)
Constructor. -
Uses of SpacecraftState in org.orekit.propagation.events
Methods in org.orekit.propagation.events that return SpacecraftState Modifier and Type Method Description SpacecraftState
EventState.EventOccurrence. getNewState()
Get the new state for a reset action.SpacecraftState
EventsLogger.LoggedEvent. getState()
Get the triggering state.SpacecraftState
AbstractDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
AdapterDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.default SpacecraftState
EventDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
PythonEventDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.Methods in org.orekit.propagation.events that return types with arguments of type SpacecraftState Modifier and Type Method Description ToDoubleFunction<SpacecraftState>
FunctionalDetector. getFunction()
Get the switching function.Methods in org.orekit.propagation.events with parameters of type SpacecraftState Modifier and Type Method Description protected PVCoordinates
ExtremumApproachDetector. computeDeltaPV(SpacecraftState s)
Compute the relative PV between primary and secondary objects.EventState.EventOccurrence
EventState. doEvent(SpacecraftState state)
Notify the user's listener of the event.boolean
EnablingPredicate. eventIsEnabled(SpacecraftState state, S eventDetector, double g)
Compute an event enabling function of state.boolean
PythonEnablingPredicate. eventIsEnabled(SpacecraftState state, S eventDetector, double g)
Compute an event enabling function of state.Action
AbstractDetector. eventOccurred(SpacecraftState s, boolean increasing)
Handle the event.Action
AdapterDetector. eventOccurred(SpacecraftState s, boolean increasing)
Handle the event.Action
EventDetector. eventOccurred(SpacecraftState s, boolean increasing)
Handle the event.Action
PythonEventDetector. eventOccurred(SpacecraftState s, boolean increasing)
Handle the event.abstract double
AbstractDetector. g(SpacecraftState s)
Compute the value of the switching function.double
AdapterDetector. g(SpacecraftState s)
Compute the value of the switching function.double
AlignmentDetector. g(SpacecraftState s)
Compute the value of the switching function.double
AltitudeDetector. g(SpacecraftState s)
Compute the value of the switching function.double
AngularSeparationDetector. g(SpacecraftState s)
Compute the value of the switching function.double
AngularSeparationFromSatelliteDetector. g(SpacecraftState s)
Compute the value of the switching function.double
ApsideDetector. g(SpacecraftState s)
Compute the value of the switching function.double
BooleanDetector. g(SpacecraftState s)
double
DateDetector. g(SpacecraftState s)
Compute the value of the switching function.double
EclipseDetector. g(SpacecraftState s)
Compute the value of the switching function.double
ElevationDetector. g(SpacecraftState s)
Compute the value of the switching function.double
ElevationExtremumDetector. g(SpacecraftState s)
Compute the value of the detection function.double
EventDetector. g(SpacecraftState s)
Compute the value of the switching function.double
EventEnablingPredicateFilter. g(SpacecraftState s)
Compute the value of the switching function.double
EventShifter. g(SpacecraftState s)
Compute the value of the switching function.double
EventSlopeFilter. g(SpacecraftState s)
Compute the value of the switching function.double
ExtremumApproachDetector. g(SpacecraftState s)
Theg
is positive when the primary object is getting further away from the secondary object and is negative when it is getting closer to it.double
FieldOfViewDetector. g(SpacecraftState s)
Compute the value of the switching function.double
FootprintOverlapDetector. g(SpacecraftState s)
Compute the value of the switching function.double
FunctionalDetector. g(SpacecraftState s)
double
GeographicZoneDetector. g(SpacecraftState s)
Compute the value of the detection function.double
GroundAtNightDetector. g(SpacecraftState state)
Compute the value of the switching function.double
GroundFieldOfViewDetector. g(SpacecraftState s)
Compute the value of the switching function.double
HaloXZPlaneCrossingDetector. g(SpacecraftState s)
Compute the value of the detection function.double
InterSatDirectViewDetector. g(SpacecraftState state)
Compute the value of the switching function.double
LatitudeCrossingDetector. g(SpacecraftState s)
Compute the value of the detection function.double
LatitudeExtremumDetector. g(SpacecraftState s)
Compute the value of the detection function.double
LongitudeCrossingDetector. g(SpacecraftState s)
Compute the value of the detection function.double
LongitudeExtremumDetector. g(SpacecraftState s)
Compute the value of the detection function.double
MagneticFieldDetector. g(SpacecraftState s)
Compute the value of the detection function.double
NegateDetector. g(SpacecraftState s)
double
NodeDetector. g(SpacecraftState s)
Compute the value of the switching function.double
ParameterDrivenDateIntervalDetector. g(SpacecraftState s)
Compute the value of the switching function.double
PositionAngleDetector. g(SpacecraftState s)
Compute the value of the detection function.double
PythonAbstractDetector. g(SpacecraftState s)
Compute the value of the switching function.double
PythonEventDetector. g(SpacecraftState s)
Compute the value of the switching function.double
ElevationExtremumDetector. getElevation(SpacecraftState s)
Get the elevation value.void
AbstractDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
AdapterDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
BooleanDetector. init(SpacecraftState s0, AbsoluteDate t)
default void
EventDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
EventEnablingPredicateFilter. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
EventShifter. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
EventSlopeFilter. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
EventState. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
MagneticFieldDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
NegateDetector. init(SpacecraftState s0, AbsoluteDate t)
void
PositionAngleDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.void
PythonEventDetector. init(SpacecraftState s0, AbsoluteDate t)
Initialize event handler at the start of a propagation.SpacecraftState
AbstractDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
AdapterDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.default SpacecraftState
EventDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
PythonEventDetector. resetState(SpacecraftState oldState)
Reset the state prior to continue propagation.boolean
EventState. tryAdvance(SpacecraftState state, OrekitStepInterpolator interpolator)
Try to accept the current history up to the given time.Method parameters in org.orekit.propagation.events with type arguments of type SpacecraftState Modifier and Type Method Description FunctionalDetector
FunctionalDetector. withFunction(ToDoubleFunction<SpacecraftState> newGFunction)
Create a new event detector with a new g function, keeping all other attributes the same. -
Uses of SpacecraftState in org.orekit.propagation.events.handlers
Methods in org.orekit.propagation.events.handlers that return SpacecraftState Modifier and Type Method Description SpacecraftState
RecordAndContinue.Event. getState()
Get the spacecraft's state at the event.default SpacecraftState
EventHandler. resetState(T detector, SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
EventMultipleHandler. resetState(D detector, SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
PythonEventHandler. resetState(T detector, SpacecraftState oldState)
Reset the state prior to continue propagation.Methods in org.orekit.propagation.events.handlers with parameters of type SpacecraftState Modifier and Type Method Description Action
ContinueOnEvent. eventOccurred(SpacecraftState s, T detector, boolean increasing)
Specific implementation of the eventOccurred interface.Action
EventHandler. eventOccurred(SpacecraftState s, T detector, boolean increasing)
eventOccurred method mirrors the same interface method as inEventDetector
and its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.Action
EventMultipleHandler. eventOccurred(SpacecraftState s, D detector, boolean increasing)
eventOccurred method mirrors the same interface method as inEventDetector
and its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.Action
PythonEventHandler. eventOccurred(SpacecraftState s, T detector, boolean increasing)
eventOccurred method mirrors the same interface method as inEventDetector
and its subclasses, but with an additional parameter that allows the calling method to pass in an object from the detector which would have potential additional data to allow the implementing class to determine the correct return state.Action
RecordAndContinue. eventOccurred(SpacecraftState s, T detector, boolean increasing)
Action
StopOnDecreasing. eventOccurred(SpacecraftState s, T detector, boolean increasing)
Handle a detection event and choose what to do next.Action
StopOnEvent. eventOccurred(SpacecraftState s, T detector, boolean increasing)
Specific implementation of the eventOccurred interface.Action
StopOnIncreasing. eventOccurred(SpacecraftState s, T detector, boolean increasing)
Handle a detection event and choose what to do next.default void
EventHandler. init(SpacecraftState initialState, AbsoluteDate target, T detector)
Initialize event handler at the start of a propagation.void
EventMultipleHandler. init(SpacecraftState initialState, AbsoluteDate target, D detector)
Initialize event handler at the start of a propagation.void
PythonEventHandler. init(SpacecraftState initialState, AbsoluteDate target, T detector)
Initialize event handler at the start of a propagation.default SpacecraftState
EventHandler. resetState(T detector, SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
EventMultipleHandler. resetState(D detector, SpacecraftState oldState)
Reset the state prior to continue propagation.SpacecraftState
PythonEventHandler. resetState(T detector, SpacecraftState oldState)
Reset the state prior to continue propagation. -
Uses of SpacecraftState in org.orekit.propagation.integration
Methods in org.orekit.propagation.integration that return SpacecraftState Modifier and Type Method Description protected SpacecraftState
IntegratedEphemeris. basicPropagate(AbsoluteDate date)
Propagate an orbit without any fancy features.protected SpacecraftState
AbstractIntegratedPropagator. getInitialIntegrationState()
Get the initial state for integration.SpacecraftState
IntegratedEphemeris. getInitialState()
Get the propagator initial state.SpacecraftState
PythonStateMapper. mapArrayToState(AbsoluteDate date, double[] y, double[] yDot, PropagationType type)
Map the raw double components to a spacecraft state.SpacecraftState
StateMapper. mapArrayToState(double t, double[] y, double[] yDot, PropagationType type)
Map the raw double components to a spacecraft state.abstract SpacecraftState
StateMapper. mapArrayToState(AbsoluteDate date, double[] y, double[] yDot, PropagationType type)
Map the raw double components to a spacecraft state.SpacecraftState
AbstractIntegratedPropagator. propagate(AbsoluteDate target)
Propagate towards a target date.SpacecraftState
AbstractIntegratedPropagator. propagate(AbsoluteDate tStart, AbsoluteDate tEnd)
Propagate from a start date towards a target date.protected SpacecraftState
IntegratedEphemeris. updateAdditionalStates(SpacecraftState original)
Update state by adding all additional states.Methods in org.orekit.propagation.integration with parameters of type SpacecraftState Modifier and Type Method Description void
AbstractJacobiansMapper. analyticalDerivatives(SpacecraftState s)
Deprecated.as of 11.1, not used anymoreprotected void
AbstractIntegratedPropagator. beforeIntegration(SpacecraftState initialState, AbsoluteDate tEnd)
Method called just before integration.default CombinedDerivatives
AdditionalDerivativesProvider. combinedDerivatives(SpacecraftState s)
Compute the derivatives related to the additional state (and optionally main state increments).CombinedDerivatives
AdditionalEquationsAdapter. combinedDerivatives(SpacecraftState state)
Deprecated.Compute the derivatives related to the additional state (and optionally main state increments).CombinedDerivatives
PythonAdditionalDerivativesProvider. combinedDerivatives(SpacecraftState s)
Compute the derivatives related to the additional state (and optionally main state increments).double[]
AbstractIntegratedPropagator.MainStateEquations. computeDerivatives(SpacecraftState state)
Compute differential equations for main state.double[]
AdditionalEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Deprecated.Compute the derivatives related to the additional state parameters.double[]
PythonAdditionalEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Extension point for Python.double[]
AdditionalDerivativesProvider. derivatives(SpacecraftState s)
Deprecated.as of 11.2, replaced byAdditionalDerivativesProvider.combinedDerivatives(SpacecraftState)
double[]
AdditionalEquationsAdapter. derivatives(SpacecraftState state)
Deprecated.double[]
PythonAdditionalDerivativesProvider. derivatives(SpacecraftState s)
Deprecated.as of 11.2, replaced byPythonAdditionalDerivativesProvider.combinedDerivatives(SpacecraftState)
RealMatrix
AbstractJacobiansMapper. getParametersJacobian(SpacecraftState s)
Get the Jacobian with respect to propagation parameters.abstract void
AbstractJacobiansMapper. getParametersJacobian(SpacecraftState state, double[][] dYdP)
Get the Jacobian with respect to parameters from a one-dimensional additional state array.abstract void
AbstractJacobiansMapper. getStateJacobian(SpacecraftState state, double[][] dYdY0)
Get the Jacobian with respect to state from a one-dimensional additional state array.RealMatrix
AbstractJacobiansMapper. getStateTransitionMatrix(SpacecraftState s)
Extract state transition matrix from state.default void
AbstractIntegratedPropagator.MainStateEquations. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the equations at the start of propagation.default void
AdditionalDerivativesProvider. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the generator at the start of propagation.default void
AdditionalEquations. init(SpacecraftState initialState, AbsoluteDate target)
Deprecated.Initialize the equations at the start of propagation.void
AdditionalEquationsAdapter. init(SpacecraftState initialState, AbsoluteDate target)
Deprecated.Initialize the generator at the start of propagation.void
PythonAdditionalDerivativesProvider. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the generator at the start of propagation.void
PythonAdditionalEquations. init(SpacecraftState initialState, AbsoluteDate target)
Extension point for Python.void
PythonStateMapper. mapStateToArray(SpacecraftState state, double[] y, double[] yDot)
Map a spacecraft state to raw double components.abstract void
StateMapper. mapStateToArray(SpacecraftState state, double[] y, double[] yDot)
Map a spacecraft state to raw double components.void
IntegratedEphemeris. resetInitialState(SpacecraftState state)
Reset the propagator initial state.protected void
IntegratedEphemeris. resetIntermediateState(SpacecraftState state, boolean forward)
Reset an intermediate state.abstract void
AbstractJacobiansMapper. setInitialJacobians(SpacecraftState state, double[][] dY1dY0, double[][] dY1dP, double[] p)
Set the Jacobian with respect to state into a one-dimensional additional state array.void
AbstractJacobiansMapper. setReferenceState(SpacecraftState reference)
Set up reference state.protected SpacecraftState
IntegratedEphemeris. updateAdditionalStates(SpacecraftState original)
Update state by adding all additional states.default boolean
AdditionalDerivativesProvider. yield(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
AdditionalEquationsAdapter. yield(SpacecraftState state)
Deprecated.Check if this provider should yield so another provider has an opportunity to add missing parts.boolean
PythonAdditionalDerivativesProvider. yield(SpacecraftState state)
boolean
PythonAdditionalDerivativesProvider. yield_(SpacecraftState state)
Check if this provider should yield so another provider has an opportunity to add missing parts.Constructor parameters in org.orekit.propagation.integration with type arguments of type SpacecraftState Constructor Description AdditionalEquationsAdapter(AdditionalEquations equations, Supplier<SpacecraftState> stateSupplier)
Deprecated.Simple constructor. -
Uses of SpacecraftState in org.orekit.propagation.numerical
Methods in org.orekit.propagation.numerical that return SpacecraftState Modifier and Type Method Description SpacecraftState
GLONASSNumericalPropagator. propagate(AbsoluteDate date)
Propagate towards a target date.SpacecraftState
EpochDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
EpochDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
PartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
PartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.Methods in org.orekit.propagation.numerical with parameters of type SpacecraftState Modifier and Type Method Description protected void
NumericalPropagator. beforeIntegration(SpacecraftState initialState, AbsoluteDate tEnd)
Method called just before integration.CombinedDerivatives
EpochDerivativesEquations. combinedDerivatives(SpacecraftState s)
Compute the derivatives related to the additional state (and optionally main state increments).CombinedDerivatives
PartialDerivativesEquations. combinedDerivatives(SpacecraftState s)
Deprecated.Compute the derivatives related to the additional state (and optionally main state increments).double[]
EpochDerivativesEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Compute the derivatives related to the additional state parameters.double[]
PartialDerivativesEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Deprecated.Compute the derivatives related to the additional state parameters.double[]
EpochDerivativesEquations. derivatives(SpacecraftState state)
Deprecated.double[]
PartialDerivativesEquations. derivatives(SpacecraftState state)
Deprecated.protected double[][]
AbsoluteJacobiansMapper. getConversionJacobian(SpacecraftState state)
Get the conversion Jacobian between state parameters and parameters used for derivatives.protected double[][]
JacobiansMapper. getConversionJacobian(SpacecraftState state)
Get the conversion Jacobian between state parameters and parameters used for derivatives.void
JacobiansMapper. getParametersJacobian(SpacecraftState state, double[][] dYdP)
Get the Jacobian with respect to parameters from a one-dimensional additional state array.void
JacobiansMapper. getStateJacobian(SpacecraftState state, double[][] dYdY0)
Get the Jacobian with respect to state from a one-dimensional additional state array.void
EpochDerivativesEquations. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the generator at the start of propagation.void
PartialDerivativesEquations. init(SpacecraftState initialState, AbsoluteDate target)
Deprecated.Initialize the generator at the start of propagation.void
PythonPartialsObserver. partialsComputed(SpacecraftState state, double[] factor, double[] accelerationPartials)
Callback called when partial derivatives have been computed.void
NumericalPropagator. resetInitialState(SpacecraftState state)
Reset the propagator initial state.SpacecraftState
EpochDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
EpochDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Set the initial value of the Jacobian with respect to state and parameter.void
JacobiansMapper. setInitialJacobians(SpacecraftState state, double[][] dY1dY0, double[][] dY1dP, double[] p)
Set the Jacobian with respect to state into a one-dimensional additional state array.SpacecraftState
PartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
PartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.void
NumericalPropagator. setInitialState(SpacecraftState initialState)
Set the initial state. -
Uses of SpacecraftState in org.orekit.propagation.numerical.cr3bp
Methods in org.orekit.propagation.numerical.cr3bp that return SpacecraftState Modifier and Type Method Description protected SpacecraftState
CR3BPMultipleShooter. getAugmentedInitialState(int i)
Compute the additional state from the additionalEquations.SpacecraftState
STMEquations. setInitialPhi(SpacecraftState s)
Method adding the standard initial values of the additional state to the initial spacecraft state.Methods in org.orekit.propagation.numerical.cr3bp with parameters of type SpacecraftState Modifier and Type Method Description Vector3D
CR3BPForceModel. acceleration(SpacecraftState s, double[] parameters)
Compute acceleration.CombinedDerivatives
STMEquations. combinedDerivatives(SpacecraftState s)
Compute the derivatives related to the additional state (and optionally main state increments).double[]
STMEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Compute the derivatives related to the additional state parameters.double[]
STMEquations. derivatives(SpacecraftState state)
Deprecated.DerivativeStructure
CR3BPForceModel. getPotential(SpacecraftState s)
Calculate spacecraft potential.RealMatrix
STMEquations. getStateTransitionMatrix(SpacecraftState s)
Method returning the State Transition Matrix.void
STMEquations. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the generator at the start of propagation.SpacecraftState
STMEquations. setInitialPhi(SpacecraftState s)
Method adding the standard initial values of the additional state to the initial spacecraft state.Method parameters in org.orekit.propagation.numerical.cr3bp with type arguments of type SpacecraftState Modifier and Type Method Description protected double[]
CR3BPMultipleShooter. computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
Compute the additional constraints.protected double[][]
CR3BPMultipleShooter. computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix from additional constraints.protected double[][]
CR3BPMultipleShooter. computeEpochJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix with derivatives from epoch.Constructor parameters in org.orekit.propagation.numerical.cr3bp with type arguments of type SpacecraftState Constructor Description CR3BPMultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<AdditionalEquations> additionalEquations, double arcDuration, double tolerance)
Deprecated.as of 11.1, replaced byCR3BPMultipleShooter(List, List, List, double, double, int)
CR3BPMultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<STMEquations> stmEquations, double arcDuration, double tolerance, int maxIter)
Simple Constructor. -
Uses of SpacecraftState in org.orekit.propagation.sampling
Methods in org.orekit.propagation.sampling that return SpacecraftState Modifier and Type Method Description SpacecraftState
OrekitStepInterpolator. getCurrentState()
Get the state at current grid point date.SpacecraftState
PythonOrekitStepInterpolator. getCurrentState()
Get the state at current grid point date.SpacecraftState
OrekitStepInterpolator. getInterpolatedState(AbsoluteDate date)
Get the state at interpolated date.SpacecraftState
PythonOrekitStepInterpolator. getInterpolatedState(AbsoluteDate date)
Get the state at interpolated date.SpacecraftState
OrekitStepInterpolator. getPreviousState()
Get the state at previous grid point date.SpacecraftState
PythonOrekitStepInterpolator. getPreviousState()
Get the state at previous grid point date.Methods in org.orekit.propagation.sampling with parameters of type SpacecraftState Modifier and Type Method Description default void
OrekitFixedStepHandler. finish(SpacecraftState finalState)
Finalize propagation.default void
OrekitStepHandler. finish(SpacecraftState finalState)
Finalize propagation.void
OrekitStepNormalizer. finish(SpacecraftState finalState)
Finalize propagation.void
PythonOrekitFixedStepHandler. finish(SpacecraftState finalState)
Finalize propagation.void
PythonOrekitStepHandler. finish(SpacecraftState finalState)
Finalize propagation.void
StepHandlerMultiplexer. finish(SpacecraftState finalState)
Finalize propagation.void
OrekitFixedStepHandler. handleStep(SpacecraftState currentState)
Handle the current step.void
PythonOrekitFixedStepHandler. handleStep(SpacecraftState currentState)
Handle the current step.default void
OrekitFixedStepHandler. init(SpacecraftState s0, AbsoluteDate t, double step)
Initialize step handler at the start of a propagation.default void
OrekitStepHandler. init(SpacecraftState s0, AbsoluteDate t)
Initialize step handler at the start of a propagation.void
OrekitStepNormalizer. init(SpacecraftState s0, AbsoluteDate t)
Initialize step handler at the start of a propagation.void
PythonOrekitFixedStepHandler. init(SpacecraftState s0, AbsoluteDate t, double step)
Initialize step handler at the start of a propagation.void
PythonOrekitStepHandler. init(SpacecraftState s0, AbsoluteDate t)
Initialize step handler at the start of a propagation.void
StepHandlerMultiplexer. init(SpacecraftState s0, AbsoluteDate t)
Initialize step handler at the start of a propagation.OrekitStepInterpolator
OrekitStepInterpolator. restrictStep(SpacecraftState newPreviousState, SpacecraftState newCurrentState)
Create a new restricted version of the instance.OrekitStepInterpolator
PythonOrekitStepInterpolator. restrictStep(SpacecraftState newPreviousState, SpacecraftState newCurrentState)
Create a new restricted version of the instance.Method parameters in org.orekit.propagation.sampling with type arguments of type SpacecraftState Modifier and Type Method Description default void
MultiSatStepHandler. finish(List<SpacecraftState> finalStates)
Finalize propagation.void
PythonMultiSatStepHandler. finish(List<SpacecraftState> finalStates)
Finalize propagation.default void
MultiSatStepHandler. init(List<SpacecraftState> states0, AbsoluteDate t)
Initialize step handler at the start of a propagation.void
PythonMultiSatStepHandler. init(List<SpacecraftState> states0, AbsoluteDate t)
Initialize step handler at the start of a propagation. -
Uses of SpacecraftState in org.orekit.propagation.semianalytical.dsst
Methods in org.orekit.propagation.semianalytical.dsst that return SpacecraftState Modifier and Type Method Description static SpacecraftState
DSSTPropagator. computeMeanState(SpacecraftState osculating, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forceModels)
Conversion from osculating to mean orbit.static SpacecraftState
DSSTPropagator. computeMeanState(SpacecraftState osculating, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forceModels, double epsilon, int maxIterations)
Conversion from osculating to mean orbit.static SpacecraftState
DSSTPropagator. computeOsculatingState(SpacecraftState mean, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forces)
Conversion from mean to osculating orbit.protected SpacecraftState
DSSTPropagator. getInitialIntegrationState()
Get the initial state for integration.SpacecraftState
DSSTPartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
DSSTPartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.Methods in org.orekit.propagation.semianalytical.dsst with parameters of type SpacecraftState Modifier and Type Method Description protected void
DSSTPropagator. beforeIntegration(SpacecraftState initialState, AbsoluteDate tEnd)
Method called just before integration.CombinedDerivatives
DSSTPartialDerivativesEquations. combinedDerivatives(SpacecraftState s)
Deprecated.Compute the derivatives related to the additional state (and optionally main state increments).double[]
DSSTPartialDerivativesEquations. computeDerivatives(SpacecraftState s, double[] pDot)
Deprecated.Compute the derivatives related to the additional state parameters.static SpacecraftState
DSSTPropagator. computeMeanState(SpacecraftState osculating, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forceModels)
Conversion from osculating to mean orbit.static SpacecraftState
DSSTPropagator. computeMeanState(SpacecraftState osculating, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forceModels, double epsilon, int maxIterations)
Conversion from osculating to mean orbit.static SpacecraftState
DSSTPropagator. computeOsculatingState(SpacecraftState mean, AttitudeProvider attitudeProvider, Collection<DSSTForceModel> forces)
Conversion from mean to osculating orbit.double[]
DSSTPartialDerivativesEquations. derivatives(SpacecraftState state)
Deprecated.RealMatrix
DSSTHarvester. getB2(SpacecraftState state)
Get the Jacobian matrix B2 (B2 = ∂Y/∂Y₀).RealMatrix
DSSTHarvester. getB3(SpacecraftState state)
Get the Jacobian matrix B3 (B3 = ∂Y/∂P).RealMatrix
DSSTHarvester. getParametersJacobian(SpacecraftState state)
Get the Jacobian with respect to propagation parameters.void
DSSTJacobiansMapper. getParametersJacobian(SpacecraftState state, double[][] dYdP)
Get the Jacobian with respect to parameters from a one-dimensional additional state array.double[]
DSSTPropagator. getShortPeriodTermsValue(SpacecraftState meanState)
Get the short period terms value.void
DSSTJacobiansMapper. getStateJacobian(SpacecraftState state, double[][] dYdY0)
Get the Jacobian with respect to state from a one-dimensional additional state array.RealMatrix
DSSTHarvester. getStateTransitionMatrix(SpacecraftState state)
Extract state transition matrix from state.void
DSSTPartialDerivativesEquations. init(SpacecraftState initialState, AbsoluteDate target)
Deprecated.Initialize the generator at the start of propagation.void
DSSTHarvester. initializeFieldShortPeriodTerms(SpacecraftState reference)
Initialize the short periodic terms for the "field" elements.void
DSSTPropagator. resetInitialState(SpacecraftState state)
Reset the initial state.void
DSSTJacobiansMapper. setInitialJacobians(SpacecraftState state, double[][] dY1dY0, double[][] dY1dP, double[] p)
Set the Jacobian with respect to state into a one-dimensional additional state array.SpacecraftState
DSSTPartialDerivativesEquations. setInitialJacobians(SpacecraftState s0)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.SpacecraftState
DSSTPartialDerivativesEquations. setInitialJacobians(SpacecraftState s1, double[][] dY1dY0, double[][] dY1dP)
Deprecated.Set the initial value of the Jacobian with respect to state and parameter.void
DSSTPropagator. setInitialState(SpacecraftState initialState)
Set the initial state with osculating orbital elements.void
DSSTPropagator. setInitialState(SpacecraftState initialState, PropagationType stateType)
Set the initial state.void
DSSTHarvester. setReferenceState(SpacecraftState reference)
Set up reference state.void
DSSTJacobiansMapper. setReferenceState(SpacecraftState reference)
Set up reference state.void
DSSTJacobiansMapper. setShortPeriodJacobians(SpacecraftState s)
Deprecated.as of 11.1, replaced byDSSTJacobiansMapper.setReferenceState(SpacecraftState)
void
DSSTHarvester. updateFieldShortPeriodTerms(SpacecraftState reference)
Update the short periodic terms for the "field" elements. -
Uses of SpacecraftState in org.orekit.propagation.semianalytical.dsst.forces
Methods in org.orekit.propagation.semianalytical.dsst.forces with parameters of type SpacecraftState Modifier and Type Method Description AbstractGaussianContribution.Slot
AbstractGaussianContribution.GaussianShortPeriodicCoefficients. createSlot(SpacecraftState... meanStates)
Get the slot valid for some date.protected abstract double[]
AbstractGaussianContribution. getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements)
Compute the limits in L, the true longitude, for integration.protected double[]
DSSTAtmosphericDrag. getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements)
Compute the limits in L, the true longitude, for integration.protected double[]
DSSTSolarRadiationPressure. getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements)
Compute the limits in L, the true longitude, for integration.double[]
PythonAbstractGaussianContribution. getLLimits(SpacecraftState state, AuxiliaryElements auxiliaryElements)
Compute the limits in L, the true longitude, for integration.protected double[]
AbstractGaussianContribution. getMeanElementRate(SpacecraftState state, AbstractGaussianContribution.GaussQuadrature gauss, double low, double high, AbstractGaussianContributionContext context, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
AbstractGaussianContribution. getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
DSSTForceModel. getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
DSSTNewtonianAttraction. getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
DSSTTesseral. getMeanElementRate(SpacecraftState spacecraftState, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
DSSTThirdBody. getMeanElementRate(SpacecraftState currentState, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
DSSTZonal. getMeanElementRate(SpacecraftState spacecraftState, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.double[]
PythonDSSTForceModel. getMeanElementRate(SpacecraftState state, AuxiliaryElements auxiliaryElements, double[] parameters)
Computes the mean equinoctial elements rates dai / dt.void
AbstractGaussianContribution. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.default void
DSSTForceModel. init(SpacecraftState initialState, AbsoluteDate target)
Initialize the force model at the start of propagation.void
AbstractGaussianContribution. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
DSSTForceModel. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
DSSTNewtonianAttraction. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
DSSTTesseral. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
DSSTThirdBody. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
DSSTZonal. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms.void
PythonDSSTForceModel. updateShortPeriodTerms(double[] parameters, SpacecraftState... meanStates)
Update the short period terms. -
Uses of SpacecraftState in org.orekit.utils
Methods in org.orekit.utils that return SpacecraftState Modifier and Type Method Description protected SpacecraftState
AbstractMultipleShooting. getAugmentedInitialState(int i)
Compute the additional state from the additionalEquations.protected SpacecraftState
AbstractMultipleShooting. getAugmentedInitialState(SpacecraftState initialState, AdditionalEquations additionalEquations2)
Deprecated.as of 11.1, replaced byAbstractMultipleShooting.getAugmentedInitialState(int)
protected SpacecraftState
MultipleShooter. getAugmentedInitialState(int i)
Compute the additional state from the additionalEquations.SpacecraftState
PythonAbstractMultipleShooting. getAugmentedInitialState(SpacecraftState initialState, AdditionalEquations additionalEquations2)
Compute the additional state from the additionalEquations.protected SpacecraftState
AbstractMultipleShooting. getPatchPoint(int i)
Get a patch point.Methods in org.orekit.utils that return types with arguments of type SpacecraftState Modifier and Type Method Description List<SpacecraftState>
AbstractMultipleShooting. compute()
Return the list of corrected patch points.List<SpacecraftState>
MultipleShooting. compute()
Return the list of corrected patch points.List<SpacecraftState>
PythonMultipleShooting. compute()
Return the list of corrected patch points.protected List<SpacecraftState>
AbstractMultipleShooting. getPatchedSpacecraftState()
Get the list of patched spacecraft states.Methods in org.orekit.utils with parameters of type SpacecraftState Modifier and Type Method Description protected SpacecraftState
AbstractMultipleShooting. getAugmentedInitialState(SpacecraftState initialState, AdditionalEquations additionalEquations2)
Deprecated.as of 11.1, replaced byAbstractMultipleShooting.getAugmentedInitialState(int)
SpacecraftState
PythonAbstractMultipleShooting. getAugmentedInitialState(SpacecraftState initialState, AdditionalEquations additionalEquations2)
Compute the additional state from the additionalEquations.double[]
PythonStateFunction. value(SpacecraftState state)
Evaluate the function.double[][]
PythonStateJacobian. value(SpacecraftState state)
Evaluate the Jacobian of the function.double[]
StateFunction. value(SpacecraftState state)
Evaluate the function.double[][]
StateJacobian. value(SpacecraftState state)
Evaluate the Jacobian of the function.Method parameters in org.orekit.utils with type arguments of type SpacecraftState Modifier and Type Method Description protected abstract double[]
AbstractMultipleShooting. computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
Compute the additional constraints.protected double[]
MultipleShooter. computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
Compute the additional constraints.double[]
PythonAbstractMultipleShooting. computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
Compute the additional constraints.protected abstract double[][]
AbstractMultipleShooting. computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix from additional constraints.protected double[][]
MultipleShooter. computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix from additional constraints.double[][]
PythonAbstractMultipleShooting. computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix from additional constraints.protected double[][]
AbstractMultipleShooting. computeEpochJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix with derivatives from epoch.Constructor parameters in org.orekit.utils with type arguments of type SpacecraftState Constructor Description AbstractMultipleShooting(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, double arcDuration, double tolerance, int maxIter, String additionalName)
Simple Constructor.AbstractMultipleShooting(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<AdditionalEquations> additionalEquations, double arcDuration, double tolerance, String additionalName)
Deprecated.as of 11.1, replaced byAbstractMultipleShooting(List, List, double, double, int, String)
MultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<AdditionalEquations> additionalEquations, double arcDuration, double tolerance)
Deprecated.as of 11.1, replaced byMultipleShooter(List, List, List, double, double, int)
MultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<EpochDerivativesEquations> epochEquations, double arcDuration, double tolerance, int maxIter)
Simple Constructor.PythonAbstractMultipleShooting(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, double arcDuration, double tolerance, int maxIter, String additionalName)
Simple Constructor.
-