public class StarDetectingOnCrosshair extends AbstractAcquisition
| Modifier and Type | Field and Description |
|---|---|
private TruncatedGaussClassification |
truncatedgauss
The star detection unit.
|
private PromptMatching |
vanish
Measures a possible vanish of the target star.
|
KEY_FILEOVERSTRINGKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Constructor and Description |
|---|
StarDetectingOnCrosshair(Map<String,String> props) |
| Modifier and Type | Method and Description |
|---|---|
PromptMatching |
getPromptMatching()
If an AG is capable of prompt matching, the prompt matcher is returned
here.
|
TruncatedGaussClassification |
getStarDetection()
Instance to detect star and to filter out spurious detection.
|
boolean |
isValid()
The AG is in a valid state, i.e., acquisition or guiding can commence.
|
void |
setPromptMatching(PromptMatching pm)
If an AG is capable of prompt matching, the prompt matcher is returned
here.
|
void |
setStarDetection(ImageClassifying detect)
Instance to detect star and to filter out spurious detection.
|
getAcquisitionCcd, getMaxExpose, getMinExpose, setAcquisitionCcdgetAcquisitionHotPoint, 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, getTelescopePointing, getTwinpix, setAcquisitionHotPoint, setAcquisitionTwin, setCatalogFieldOfView, setExposureTimeCalculator, setMatchingAlgorithm, setOpticalGeometry, setTelescopePointingprivate TruncatedGaussClassification truncatedgauss
private PromptMatching vanish
public boolean isValid()
AcquisitionAndGuidingisValid in interface AcquisitionAndGuidingisValid in class AbstractAcquisitionpublic void setStarDetection(ImageClassifying detect)
public TruncatedGaussClassification getStarDetection()
AcquisitionAndGuidingpublic PromptMatching getPromptMatching()
AcquisitionAndGuidingpublic void setPromptMatching(PromptMatching pm)
AcquisitionAndGuiding