public class TutorialOrbitDetermination extends Object
Data are read from a YAML file.
Modifier and Type | Field and Description |
---|---|
static org.hipparchus.exception.Localizable |
NOT_EARTH_FRAME
Error message for not Earth frame.
|
static org.hipparchus.exception.Localizable |
UNKNOWN_FRAME
Error message for unknown frame.
|
Constructor and Description |
---|
TutorialOrbitDetermination() |
Modifier and Type | Method and Description |
---|---|
TutorialBody |
getBody()
Get the body data.
|
TutorialBatchLSEstimator |
getEstimator()
Get the batch least square estimator data.
|
TutorialKalman |
getKalman()
Get the kalman filter data.
|
TutorialMeasurements |
getMeasurements()
Get the measurements data.
|
TutorialOrbit |
getOrbit()
Get the orbit data.
|
String |
getOutputBaseName()
Get the base name of the output files (log and residuals).
|
TutorialPropagator |
getPropagator()
Get the propagator data.
|
TutorialSpacecraft |
getSpacecraft()
Get the spacecraft data.
|
void |
setBody(TutorialBody body)
Set the body data.
|
void |
setEstimator(TutorialBatchLSEstimator estimator)
Set the batch least square estimator data.
|
void |
setKalman(TutorialKalman kalman)
Set the kalman filter data.
|
void |
setMeasurements(TutorialMeasurements measurements)
Set the measurement data.
|
void |
setOrbit(TutorialOrbit orbit)
Set the orbit data.
|
void |
setOutputBaseName(String outputBaseName)
Set the base name of the output files (log and residuals).
|
void |
setPropagator(TutorialPropagator propagator)
Set the propagator data.
|
void |
setSpacecraft(TutorialSpacecraft spacecraft)
Set the spacecraft data.
|
public static final org.hipparchus.exception.Localizable UNKNOWN_FRAME
public static final org.hipparchus.exception.Localizable NOT_EARTH_FRAME
public TutorialBatchLSEstimator getEstimator()
public void setEstimator(TutorialBatchLSEstimator estimator)
estimator
- estimator datapublic TutorialKalman getKalman()
public void setKalman(TutorialKalman kalman)
kalman
- kalman filter datapublic TutorialBody getBody()
public void setBody(TutorialBody body)
body
- body datapublic TutorialOrbit getOrbit()
public void setOrbit(TutorialOrbit orbit)
orbit
- orbit datapublic TutorialSpacecraft getSpacecraft()
public void setSpacecraft(TutorialSpacecraft spacecraft)
spacecraft
- spacecraft datapublic TutorialPropagator getPropagator()
public void setPropagator(TutorialPropagator propagator)
propagator
- propagator datapublic TutorialMeasurements getMeasurements()
public void setMeasurements(TutorialMeasurements measurements)
measurements
- measurement datapublic String getOutputBaseName()
public void setOutputBaseName(String outputBaseName)
outputBaseName
- base name of the output files (log and residuals)Copyright © 2002–2020 CS Systèmes d'Information. All rights reserved.