| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAltAzGuider
This guider sits parallel to an alt az mount.
|
class |
AbstractNasmythGuider
Guider that is mounted on the nasmyth port.
|
class |
AuxiliaryGuider
A guider that is located on an auxiliary telescope, mounted in parallel to
themain, alt-az telescope.
|
class |
E2VGuider
A helper class that allows an adapter master (not an auxiliary master)
to use the WiFSIP camera with the E2V chip for acquiring.
|
class |
GregorGuider
This guider is a first version for the guider used in night time
operation of gregor.
|
class |
JGregorAuxiliaryGuider
Simple extension to gregor guider for a few easy-to-adjust properties.
|
class |
JGregorGuider
Simple extension to gregor guider for a few easy-to-adjust properties.
|
class |
NasmythGuider
A helper class that houses methods for the adapter master and its
subsystems.
|
class |
OffAxisGuider |
class |
PrimeFocusGuider
A helper class that houses methods for the adapter master and its subsystems.
|
class |
VideoGuider
A helper class that houses methods for the adapter master and its subsystems.
|
class |
WifsipGuider
A helper class that allows an adapter master (not an auxiliary master) to use
the WiFSIP camera for acquiring.
|
| Modifier and Type | Field and Description |
|---|---|
private AbstractStarGuider |
AdapterUnit.guider
The image-processing unit.
|
private AbstractStarGuider |
AdapterMaster.guider
The encapsulating class for the STELLA guider methods.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractStarGuider |
AdapterUnit.getGuider()
Get the adapter helper that can be used for calculating image-realted
quantities.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdapterUnit.setGuider(AbstractStarGuider calculus)
Sets the adapter helper who knows everything image related.
|