Class AngularRaDec

    • Constructor Detail

      • AngularRaDec

        @Deprecated
        public AngularRaDec​(GroundStation station,
                            Frame referenceFrame,
                            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
        referenceFrame - Reference frame in which the right ascension - declination angles are given
        date - date of the measurement
        angular - observed value
        sigma - theoretical standard deviation
        baseWeight - base weight
      • AngularRaDec

        @Deprecated
        public AngularRaDec​(GroundStation station,
                            Frame referenceFrame,
                            AbsoluteDate date,
                            double[] angular,
                            double[] sigma,
                            double[] baseWeight,
                            int propagatorIndex)
        Simple constructor.
        Parameters:
        station - ground station from which measurement is performed
        referenceFrame - Reference frame in which the right ascension - declination angles are given
        date - date of the measurement
        angular - observed value
        sigma - theoretical standard deviation
        baseWeight - base weight
        propagatorIndex - index of the propagator related to this measurement
        Since:
        9.0
      • AngularRaDec

        public AngularRaDec​(GroundStation station,
                            Frame referenceFrame,
                            AbsoluteDate date,
                            double[] angular,
                            double[] sigma,
                            double[] baseWeight,
                            ObservableSatellite satellite)
        Simple constructor.
        Parameters:
        station - ground station from which measurement is performed
        referenceFrame - Reference frame in which the right ascension - declination angles are given
        date - date of the measurement
        angular - observed value
        sigma - theoretical standard deviation
        baseWeight - base weight
        satellite - satellite related to this measurement
        Since:
        9.3
    • Method Detail

      • getStation

        public GroundStation getStation()
        Get the ground station from which measurement is performed.
        Returns:
        ground station from which measurement is performed
      • getReferenceFrame

        public Frame getReferenceFrame()
        Get the reference frame in which the right ascension - declination angles are given.
        Returns:
        reference frame in which the right ascension - declination angles are given