net.aerith.misao.util
Class PhotometricError

java.lang.Object
  |
  +--net.aerith.misao.util.PhotometricError

public class PhotometricError
extends java.lang.Object

The PhotometricError represents the error of photometry.


Field Summary
protected  double err
          The error.
 
Constructor Summary
PhotometricError(java.util.Vector pair_list)
          Constructs an PhotometricError based on the list of pairs.
 
Method Summary
 double getError()
          Gets the photometric error.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

err

protected double err
The error.
Constructor Detail

PhotometricError

public PhotometricError(java.util.Vector pair_list)
Constructs an PhotometricError based on the list of pairs.
Parameters:
pair_list - the list of pairs.
Method Detail

getError

public double getError()
Gets the photometric error.
Returns:
the photometric error.