public abstract class AbstractGuiding extends AbstractAcquisitionAndGuiding implements Guiding
| Modifier and Type | Field and Description |
|---|---|
private Continuous |
guiderccd
Guiding CCD, capable of continuous operation, may equal acquire CCD.
|
private double |
maxexpt
The maximum allowed exposure time on the acquisition CCD, ms.
|
private double |
minexpt
The minimum allowed exposure time on the acquisition CCD, ms.
|
KEY_FILEOVERSTRINGKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Modifier | Constructor and Description |
|---|---|
protected |
AbstractGuiding(Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
Continuous |
getGuidingCcd()
Returns the CCD driver.
|
protected double |
getMaxExpose()
The maximum allowed exposure time on the acquisition CCD, ms.
|
protected double |
getMinExpose()
The minimum allowed exposure time on the acquisition CCD, ms.
|
boolean |
isValid()
The AG is in a valid state, i.e., acquisition or guiding can commence.
|
void |
setGuidingCcd(Continuous guider)
The guider CCD has to be set from the outside.
|
getAcquisitionHotPoint, getCatalogFieldOfView, getExposureTimeCalculator, getMatchingAlgorithm, getOpticalGeometry, getTelescopePointing, getTwinpix, init, registerGlobals, setAcquisitionHotPoint, setAcquisitionTwin, setCatalogFieldOfView, setExposureTimeCalculator, setMatchingAlgorithm, setOpticalGeometry, setTelescopePointingaugment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAcquisitionHotPoint, getCatalogFieldOfView, getExposureTimeCalculator, getMatchingAlgorithm, getOpticalGeometry, getPromptMatching, getStarDetection, getTelescopePointing, getTwinpix, setAcquisitionHotPoint, setAcquisitionTwin, setCatalogFieldOfView, setExposureTimeCalculator, setMatchingAlgorithm, setOpticalGeometry, setPromptMatching, setStarDetection, setTelescopePointingprivate Continuous guiderccd
private double minexpt
private double maxexpt
public boolean isValid()
AcquisitionAndGuidingisValid in interface AcquisitionAndGuidingisValid in class AbstractAcquisitionAndGuidingpublic void setGuidingCcd(Continuous guider)
setGuidingCcd in interface Guidingguider - public Continuous getGuidingCcd()
GuidingContinuous, auto-guiding
might not work.getGuidingCcd in interface Guidingprotected double getMinExpose()
acq - If true, minimum exposure time on acquire/ otherwise on guideprotected double getMaxExpose()
acq - If true, minimum exposure time on acquire/ otherwise on guide