public class AtmosphericDispersionCorrector extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
private Point2D |
beamskew
Beam skew in mu, in primary coordinates, az alt normally.
|
private double |
focusshift
Focus shift, mu.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
AtmosphericDispersionCorrector() |
AtmosphericDispersionCorrector(String parse) |
| Modifier and Type | Method and Description |
|---|---|
Point2D |
getBeamSkew() |
double |
getFocusShift()
Returns the focus shift of this ADC.
|
void |
setBeamSkew(Point2D beamskew) |
void |
setFocusShift(double focusshift)
Sets the focus shift of this ADC.
|
private static final long serialVersionUID
private double focusshift
private Point2D beamskew
public AtmosphericDispersionCorrector()
public AtmosphericDispersionCorrector(String parse)
parse - the focus shift and the skew as focoff;x,y skew.public double getFocusShift()
public void setFocusShift(double focusshift)
focusshift - public Point2D getBeamSkew()
public void setBeamSkew(Point2D beamskew)
beamskew - the offset the beam will experience with this ADC.