public abstract class AbstractBatchLSModel extends Object implements MultivariateJacobianFunction
measurements and least squares problems.| Constructor and Description |
|---|
AbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[] propagatorBuilders,
List<ObservedMeasurement<?>> measurements,
ParameterDriversList estimatedMeasurementsParameters,
AbstractJacobiansMapper[] mappers,
ModelObserver observer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractJacobiansMapper |
configureDerivatives(Propagator propagators)
Configure the propagator to compute derivatives.
|
protected abstract Orbit |
configureOrbits(AbstractJacobiansMapper mapper,
Propagator propagator)
Configure the current estimated orbits.
|
Propagator[] |
createPropagators(RealVector point)
Create the propagators and parameters corresponding to an evaluation point.
|
void |
fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
Fetch a measurement that was evaluated during propagation.
|
int |
getEvaluationsCount()
Get the evaluations count.
|
int |
getIterationsCount()
Get the iterations count.
|
ParameterDriversList |
getSelectedPropagationDriversForBuilder(int iBuilder)
Get the selected propagation drivers for a propagatorBuilder.
|
boolean |
isForwardPropagation()
Return the forward propagation flag.
|
void |
setEvaluationsCounter(Incrementor evaluationsCounter)
Set the counter for evaluations.
|
void |
setIterationsCounter(Incrementor iterationsCounter)
Set the counter for iterations.
|
Pair<RealVector,RealMatrix> |
value(RealVector point) |
public AbstractBatchLSModel(OrbitDeterminationPropagatorBuilder[] propagatorBuilders, List<ObservedMeasurement<?>> measurements, ParameterDriversList estimatedMeasurementsParameters, AbstractJacobiansMapper[] mappers, ModelObserver observer)
propagatorBuilders - builders to use for propagationmeasurements - measurementsestimatedMeasurementsParameters - estimated measurements parametersmappers - jacobian mappersobserver - observer to be notified at model callspublic void setEvaluationsCounter(Incrementor evaluationsCounter)
evaluationsCounter - counter for evaluationspublic void setIterationsCounter(Incrementor iterationsCounter)
iterationsCounter - counter for iterationspublic boolean isForwardPropagation()
protected abstract AbstractJacobiansMapper configureDerivatives(Propagator propagators)
propagators - Propagator to configureprotected abstract Orbit configureOrbits(AbstractJacobiansMapper mapper, Propagator propagator)
For DSST orbit determination, short period derivatives are also calculated.
mapper - Jacobian mapperpropagator - the orbit propagatorpublic Pair<RealVector,RealMatrix> value(RealVector point)
value in interface MultivariateJacobianFunctionpublic ParameterDriversList getSelectedPropagationDriversForBuilder(int iBuilder)
iBuilder - index of the builder in the builders' arraypublic Propagator[] createPropagators(RealVector point)
point - evaluation pointpublic void fetchEvaluatedMeasurement(int index,
EstimatedMeasurement<?> evaluation)
index - index of the measurement first componentevaluation - measurement evaluationpublic int getIterationsCount()
public int getEvaluationsCount()
Copyright © 2002-2021 CS GROUP. All rights reserved.