public class AngularAzEl extends AbstractMeasurement<AngularAzEl>
| Modifier and Type | Field and Description |
|---|---|
static String |
MEASUREMENT_TYPE
Type of the measurement.
|
| Constructor and Description |
|---|
AngularAzEl(GroundStation station,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GroundStation |
getStation()
Get the ground station from which measurement is performed.
|
protected EstimatedMeasurement<AngularAzEl> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
addModifier, addParameterDriver, estimate, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlightclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMeasurementTypecompareTopublic static final String MEASUREMENT_TYPE
public AngularAzEl(GroundStation station, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
station - ground station from which measurement is performeddate - date of the measurementangular - observed valuesigma - theoretical standard deviationbaseWeight - base weightsatellite - satellite related to this measurementpublic GroundStation getStation()
protected EstimatedMeasurement<AngularAzEl> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation in class AbstractMeasurement<AngularAzEl>iteration - iteration numberevaluation - evaluation numberstates - orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])Copyright © 2002-2022 CS GROUP. All rights reserved.