stella.jview
Class SesFits.Wavelength

java.lang.Object
  extended by stella.jview.SesFits.Wavelength
All Implemented Interfaces:
Function
Enclosing class:
SesFits

public static class SesFits.Wavelength
extends Object
implements Function

This class represents a soultion to an aperture.


Field Summary
private  int ap
           
private  int beam
           
private  double dl
           
private  List<Function> f
           
private  double hi
           
private  double l0
           
private  double lo
           
private  int nl
           
private  double zfac
           
 
Constructor Summary
SesFits.Wavelength(String def)
           
 
Method Summary
 double evaluate(double phy)
          We evaluate lambda for physical coordinates.
 String toString()
          For debugging info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ap

private int ap

beam

private int beam

l0

private double l0

dl

private double dl

nl

private int nl

zfac

private double zfac

lo

private double lo

hi

private double hi

f

private List<Function> f
Constructor Detail

SesFits.Wavelength

public SesFits.Wavelength(String def)
Method Detail

evaluate

public double evaluate(double phy)
We evaluate lambda for physical coordinates.

Specified by:
evaluate in interface Function

toString

public String toString()
For debugging info.

Overrides:
toString in class Object