stella.util
Class GuiderParametersRaDe.SimpleGnomic

java.lang.Object
  extended by stella.util.GuiderParametersRaDe.SimpleGnomic
All Implemented Interfaces:
Multidimensional, PrintMultidimensional
Enclosing class:
GuiderParametersRaDe

private class GuiderParametersRaDe.SimpleGnomic
extends Object
implements PrintMultidimensional


Constructor Summary
private GuiderParametersRaDe.SimpleGnomic()
           
 
Method Summary
private  Point2D deviation(VectorG v, double ra, double de, double xpix, double ypix)
           
 int dimension()
          Returns the dimension of the input vector of the function.
 double evaluate(VectorG v)
          Evaluates this function at an input vector x.
 double evaluate(VectorG v, boolean print)
          Evaluates this function at an input vector x.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuiderParametersRaDe.SimpleGnomic

private GuiderParametersRaDe.SimpleGnomic()
Method Detail

dimension

public int dimension()
Description copied from interface: Multidimensional
Returns the dimension of the input vector of the function.

Specified by:
dimension in interface Multidimensional

evaluate

public double evaluate(VectorG v)
Description copied from interface: Multidimensional
Evaluates this function at an input vector x. The input vector must be of the same dimension as this multidimensional.

Specified by:
evaluate in interface Multidimensional

evaluate

public double evaluate(VectorG v,
                       boolean print)
Description copied from interface: PrintMultidimensional
Evaluates this function at an input vector x. The input vector must be of the same dimension as this multidimensional.

Specified by:
evaluate in interface PrintMultidimensional

deviation

private Point2D deviation(VectorG v,
                          double ra,
                          double de,
                          double xpix,
                          double ypix)