Class AngularRaDec

    • Constructor Detail

      • AngularRaDec

        public AngularRaDec​(Observer observer,
                            Frame referenceFrame,
                            AbsoluteDate date,
                            double[] angular,
                            double[] sigma,
                            double[] baseWeight,
                            ObservableSatellite satellite)
        Simple constructor using default light time delay.
        Parameters:
        observer - sensor 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
      • AngularRaDec

        public AngularRaDec​(Observer observer,
                            Frame referenceFrame,
                            AbsoluteDate date,
                            double[] angular,
                            double[] sigma,
                            double[] baseWeight,
                            SignalTravelTimeModel signalTravelTimeModel,
                            ObservableSatellite satellite)
        Constructor.
        Parameters:
        observer - sensor 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
        signalTravelTimeModel - signal travel time model
        satellite - satellite related to this measurement
        Since:
        14.0
    • Method Detail

      • getObserver

        public Observer getObserver()
        Getter for the observer.
        Returns:
        observer
        Since:
        14.0
      • getStation

        @Deprecated
        public GroundStation getStation()
        Deprecated.
        as of 14.0
        Getter for the ground station.
        Returns:
        station
      • 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
      • getObservedLineOfSight

        public Vector3D getObservedLineOfSight​(Frame outputFrame)
        Calculate the Line Of Sight of the given measurement.
        Parameters:
        outputFrame - output frame of the line of sight vector
        Returns:
        Vector3D the line of Sight of the measurement
        Since:
        12.0