| Package | Description |
|---|---|
| stella.auxiliary |
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PinholeViewingMaster.applyFocusFwhmFinish(double f0,
CcdDriver ccd,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze) |
private void |
PinholeViewingMaster.checkAndPrepare(CcdDriver ccd,
Star focus,
ExposureTimeProviding etc) |
Vector2D |
Focussing.coarseFocus(double crude,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the coarse focus estimate.
|
Vector2D |
MomentsFocussing.coarseFocus(double crude,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the coarse focus estimate.
|
Vector2D |
Focussing.crudeFocus()
Returns the crude, i.e., temperature-model of the focus.
|
private boolean |
PinholeViewingMaster.doAutoFocus(AbstractFocussingUnit.Method how) |
Vector2D |
Focussing.fineFocus(double coarse,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the fine focus.
|
Vector2D |
MomentsFocussing.fineFocus(double coarse,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze) |
private double |
MomentsFocussing.getMoment(MFits mf,
int order,
double expt,
Rectangle window,
Dimension bin) |
Vector2D |
Focussing.scanFocus(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
This method scans for a focus.
|
Vector2D |
MomentsFocussing.scanFocus(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
This method scans for a focus.
|
boolean |
Focussing.setFocus(double mm)
Sets the focus to the specified value, in system-depending units.
|
protected boolean |
PinholeViewingMaster.setFocus(double mm)
Directly moves the focus.
|
boolean |
LinearPrimeFocus.setFocus(double step)
We set the focus of the linear stage to the specified value.
|
boolean |
Focussing.setFocusOffset(double mm)
Offsets the focus to the specified value, in system-depending units.
|
protected boolean |
PinholeViewingMaster.setFocusOffset(double mm)
Directly offsets the focus.
|
boolean |
LinearPrimeFocus.setFocusOffset(double step)
We set the offset of the linear stage to the specified value.
|