Comparable<AngularRaDec>, ComparableMeasurement, ObservedMeasurement<AngularRaDec>, TimeStampedpublic class AngularRaDec extends AbstractMeasurement<AngularRaDec>
| Constructor | Description |
|---|---|
AngularRaDec(GroundStation station,
Frame referenceFrame,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight) |
Deprecated.
|
AngularRaDec(GroundStation station,
Frame referenceFrame,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight,
int propagatorIndex) |
Deprecated.
|
AngularRaDec(GroundStation station,
Frame referenceFrame,
AbsoluteDate date,
double[] angular,
double[] sigma,
double[] baseWeight,
ObservableSatellite satellite) |
Simple constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
Frame |
getReferenceFrame() |
Get the reference frame in which the right ascension - declination angles are given.
|
GroundStation |
getStation() |
Get the ground station from which measurement is performed.
|
protected EstimatedMeasurement<AngularRaDec> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states) |
Estimate the theoretical value.
|
addModifier, addParameterDriver, estimate, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getPropagatorsIndices, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlightcompareTo@Deprecated public AngularRaDec(GroundStation station, Frame referenceFrame, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight)
AngularRaDec(GroundStation, Frame, AbsoluteDate,
double[], double[], double[], ObservableSatellite)This constructor uses 0 as the index of the propagator related to this measurement, thus being well suited for mono-satellite orbit determination.
station - ground station from which measurement is performedreferenceFrame - Reference frame in which the right ascension - declination angles are givendate - date of the measurementangular - observed valuesigma - theoretical standard deviationbaseWeight - base weight@Deprecated public AngularRaDec(GroundStation station, Frame referenceFrame, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, int propagatorIndex)
AngularRaDec(GroundStation, Frame, AbsoluteDate,
double[], double[], double[], ObservableSatellite)station - ground station from which measurement is performedreferenceFrame - Reference frame in which the right ascension - declination angles are givendate - date of the measurementangular - observed valuesigma - theoretical standard deviationbaseWeight - base weightpropagatorIndex - index of the propagator related to this measurementpublic AngularRaDec(GroundStation station, Frame referenceFrame, AbsoluteDate date, double[] angular, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
station - ground station from which measurement is performedreferenceFrame - Reference frame in which the right ascension - declination angles are givendate - date of the measurementangular - observed valuesigma - theoretical standard deviationbaseWeight - base weightsatellite - satellite related to this measurementpublic GroundStation getStation()
public Frame getReferenceFrame()
protected EstimatedMeasurement<AngularRaDec> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation in class AbstractMeasurement<AngularRaDec>iteration - iteration numberevaluation - evaluation numberstates - orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.