public class Angular extends AbstractMeasurement<Angular>
| Constructor and Description |
|---|
Angular(GroundStation station,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GroundStation |
getStation()
Get the ground station from which measurement is performed.
|
protected EstimatedMeasurement<Angular> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState state)
Estimate the theoretical value.
|
addModifier, estimate, getBaseWeight, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getTheoreticalStandardDeviation, isEnabled, setEnabledpublic Angular(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight) throws OrekitException
station - ground station from which measurement is performeddate - date of the measurementangular - observed valuesigma - theoretical standard deviationbaseWeight - base weightOrekitException - if a ParameterDriver
name conflict occurspublic GroundStation getStation()
protected EstimatedMeasurement<Angular> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState state) throws OrekitException
The theoretical value does not have any modifiers applied.
theoreticalEvaluation in class AbstractMeasurement<Angular>iteration - iteration numberevaluation - evaluation numberstate - orbital state at measurement dateOrekitException - if value cannot be computedAbstractMeasurement.estimate(int, int, SpacecraftState)Copyright © 2002-2016 CS Systèmes d'information. All rights reserved.