Class Cosmic1Convention

    • Method Detail

      • spin

        public double[] spin​(double[] v1,
                             double[] vs,
                             double a)
        ---------------------------------------------------------------------- file spin.f

        This subroutine rotates vector V1 around vector VS at angle A. V2 is the vector after the rotation.

        parameter Input parameters: v1 - Vector to be rotated vs - Vector around which to rotate v1 a - angle of rotation Output parameters: v2 - output vector

        S.V.Sokolovskiy URL: svn://ursa.cosmic.ucar.edu/trunk/src/roam/spin.f $ $Id: spin.f 10129 2008-07-30 17:10:52Z dhunt $ -----------------------------------------------------------------------

        Parameters:
        v1 - - Vector to be rotated
        vs - - Vector around which to rotate v1
        a - - angle of rotation
        Returns:
        _more_
      • execute

        public double[] execute​(double[] eci,
                                double julian)
      • ECFtoLLA

        public static double[] ECFtoLLA​(double x,
                                        double y,
                                        double z,
                                        double a,
                                        double b)
        comparing api to others