Class AngularAzEl

    • Constructor Detail

      • AngularAzEl

        @Deprecated
        public AngularAzEl​(GroundStation station,
                           AbsoluteDate date,
                           double[] angular,
                           double[] sigma,
                           double[] baseWeight)
        Simple constructor.

        This constructor uses 0 as the index of the propagator related to this measurement, thus being well suited for mono-satellite orbit determination.

        Parameters:
        station - ground station from which measurement is performed
        date - date of the measurement
        angular - observed value
        sigma - theoretical standard deviation
        baseWeight - base weight
      • AngularAzEl

        public AngularAzEl​(GroundStation station,
                           AbsoluteDate date,
                           double[] angular,
                           double[] sigma,
                           double[] baseWeight,
                           ObservableSatellite satellite)
        Simple constructor.
        Parameters:
        station - ground station from which measurement is performed
        date - date of the measurement
        angular - observed value
        sigma - theoretical standard deviation
        baseWeight - base weight
        satellite - satellite related to this measurement
        Since:
        9.3