Class JSOFA.RefCos

java.lang.Object
org.jastronomy.jsofa.JSOFA.RefCos
Enclosing class:
JSOFA

public static class JSOFA.RefCos extends 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 Details

    • a

      public double a
      refraction coefficient A
    • b

      public double b
      refraction coefficient B
  • Constructor Details

    • RefCos

      public RefCos(double a, double b)