Class PythonIAUPole

    • Constructor Detail

      • PythonIAUPole

        public PythonIAUPole()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • getPole

        public Vector3D getPole​(AbsoluteDate date)
        Get the body North pole direction in ICRF frame.
        Specified by:
        getPole in interface IAUPole
        Parameters:
        date - current date
        Returns:
        body North pole direction in ICRF frame
      • getPole

        public <T extends CalculusFieldElement<T>> FieldVector3D<T> getPole​(FieldAbsoluteDate<T> date)
        Get the body North pole direction in ICRF frame.
        Specified by:
        getPole in interface IAUPole
        Type Parameters:
        T - type of the field elements
        Parameters:
        date - current date
        Returns:
        body North pole direction in ICRF frame
      • getNode

        public Vector3D getNode​(AbsoluteDate date)
        Get the body Q Node direction in ICRF frame.
        Specified by:
        getNode in interface IAUPole
        Parameters:
        date - current date
        Returns:
        body Q Node direction in ICRF frame
      • getNode

        public <T extends CalculusFieldElement<T>> FieldVector3D<T> getNode​(FieldAbsoluteDate<T> date)
        Get the body Q Node direction in ICRF frame.
        Specified by:
        getNode in interface IAUPole
        Type Parameters:
        T - type of the field elements
        Parameters:
        date - current date
        Returns:
        body Q Node direction in ICRF frame
      • getPrimeMeridianAngle

        public double getPrimeMeridianAngle​(AbsoluteDate date)
        Get the prime meridian angle.

        The prime meridian angle is the angle between the Q node and the prime meridian. represents the body rotation.

        Specified by:
        getPrimeMeridianAngle in interface IAUPole
        Parameters:
        date - current date
        Returns:
        prime meridian vector
      • getPrimeMeridianAngle

        public <T extends CalculusFieldElement<T>> T getPrimeMeridianAngle​(FieldAbsoluteDate<T> date)
        Get the prime meridian angle.

        The prime meridian angle is the angle between the Q node and the prime meridian. represents the body rotation.

        Specified by:
        getPrimeMeridianAngle in interface IAUPole
        Type Parameters:
        T - type of the field elements
        Parameters:
        date - current date
        Returns:
        prime meridian vector