astro.fits
Class FitsStatistic.Coordinate

java.lang.Object
  extended by astro.fits.FitsStatistic.Coordinate
All Implemented Interfaces:
Multidimensional
Enclosing class:
FitsStatistic

public static class FitsStatistic.Coordinate
extends Object
implements Multidimensional

Multidimensional that returns the x or y of the input vector.


Field Summary
private  int a0
           
 
Constructor Summary
FitsStatistic.Coordinate(int i)
          Throws an exception, if not constructed with 0/1.
 
Method Summary
 int dimension()
          We work on two image corrdinates.
 double evaluate(VectorG v)
          Return 1.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a0

private int a0
Constructor Detail

FitsStatistic.Coordinate

public FitsStatistic.Coordinate(int i)
Throws an exception, if not constructed with 0/1.

Method Detail

dimension

public int dimension()
We work on two image corrdinates.

Specified by:
dimension in interface Multidimensional

evaluate

public double evaluate(VectorG v)
Return 1.

Specified by:
evaluate in interface Multidimensional