public static class SequentialBatchLeastSquares.TutorialSequentialBatch extends Object
Data are read from a YAML file.
Constructor and Description |
---|
TutorialSequentialBatch() |
Modifier and Type | Method and Description |
---|---|
double |
getDurationInDays()
Get the simulation duration.
|
TutorialOrbitDetermination |
getOrbitDetermination()
Get the orbit determination data.
|
double |
getOutputStep()
Get the time step for OEM generation.
|
void |
setDurationInDays(double durationInDays)
Set the simulation duration.
|
void |
setOrbitDetermination(TutorialOrbitDetermination orbitDetermination)
Set the orbit determination data.
|
void |
setOutputStep(double outputStep)
Set the time step for OEM generation.
|
public double getDurationInDays()
public void setDurationInDays(double durationInDays)
durationInDays
- simulation duration (days)public double getOutputStep()
public void setOutputStep(double outputStep)
outputStep
- time step for OEM generation (s)public TutorialOrbitDetermination getOrbitDetermination()
public void setOrbitDetermination(TutorialOrbitDetermination orbitDetermination)
orbitDetermination
- the orbit determination data to setCopyright © 2002–2023 CS GROUP. All rights reserved.