Class JSOFA.RefCos

  • Enclosing class:
    JSOFA

    public static class JSOFA.RefCos
    extends java.lang.Object
    constants A and B in the atmospheric refraction model dZ = A tan Z + B tan^3 Z. .
    Version:
    $Revision$ $date$
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 28 Mar 2014
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double a
      refraction coefficient A
      double b
      refraction coefficient B
    • Constructor Summary

      Constructors 
      Constructor Description
      RefCos​(double a, double b)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • a

        public double a
        refraction coefficient A
      • b

        public double b
        refraction coefficient B
    • Constructor Detail

      • RefCos

        public RefCos​(double a,
                      double b)