stella.jview
Class SesFits.Wavelength
java.lang.Object
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
|
|
Method Summary |
double |
evaluate(double phy)
We evaluate lambda for physical coordinates. |
String |
toString()
For debugging info. |
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
SesFits.Wavelength
public SesFits.Wavelength(String def)
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