Class JSOFA.CatalogCoords

  • Enclosing class:
    JSOFA

    public static class JSOFA.CatalogCoords
    extends java.lang.Object
    Typical catalogue coordinates. i.e. Position, proper motion, parallax and radial velocity.
    Since:
    AIDA Stage 1
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 4 Feb 2010
    • Constructor Summary

      Constructors 
      Constructor Description
      CatalogCoords​(double ra, double dec, double pmr, double pmd, double px, double rv)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CatalogCoords

        public CatalogCoords​(double ra,
                             double dec,
                             double pmr,
                             double pmd,
                             double px,
                             double rv)