Class AngularRaDec

    • Constructor Detail

      • 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

      • 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
      • getStation

        public final GroundStation getStation()
        Get the ground station that receives the signal.
        Returns:
        ground station
      • 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