Class JSOFA.ObservedPositionEO

  • Enclosing class:
    JSOFA

    public static class JSOFA.ObservedPositionEO
    extends java.lang.Object
    Observed position with the equation of the origins.
    Version:
    $Revision$ $date$
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 29 Mar 2014
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double eo
      The equation of the origins.
      JSOFA.ObservedPosition op
      observed position.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • eo

        public double eo
        The equation of the origins. The equation of the origins is the distance between the true equinox and the celestial intermediate origin and, equivalently, the difference between Earth rotation angle and Greenwich apparent sidereal time (ERA-GST). It comprises the precession (since J2000.0) in right ascension plus the equation of the equinoxes (including the small correction terms).
    • Constructor Detail

      • ObservedPositionEO

        public ObservedPositionEO​(JSOFA.ObservedPosition op,
                                  double eo)
        Parameters:
        op - the observed position.
        eo - the equation of the origins.