public class AuxiliaryPinholeUnit extends AuxiliaryUnit
AuxiliaryGuidingUnit.PropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_BIASPINHOLEFITS
Headerless name of the bias fits file, if we have any.
|
static String |
KEY_BIASPINHOLETIME
Integration time on the bias fits.
|
static String |
KEY_DARKPINHOLEFITS
Headerless name of the dark fits file, if we have any.
|
static String |
KEY_DARKPINHOLETIME
Time of the dark fits file, if we have any.
|
static String |
KEY_PINHOLEBINNING
The binning used during guiding.
|
static String |
KEY_PINHOLEFRAME
The window on the guider ccd used on guiding, unbinned.
|
COARSETYPE, FINETYPE, GUIDERTYPE, KEY_BINNING, KEY_FALLBACK, KEY_GUIDERTILE, KEY_USETILING, PINHOLETYPEKEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOMECONFIG, KEY_CLASS| Constructor and Description |
|---|
AuxiliaryPinholeUnit(Map<String,String> prop)
Defaults frames and bias etc.
|
| Modifier and Type | Method and Description |
|---|---|
protected ErrorEvent |
doAuxiliaryTask(String mode)
Does the secondary guiding task.
|
protected String |
getAuxiliaryType()
The type of the secondary unit.
|
protected Point2D |
getFocusPoint()
The focus point is always the point in the center of the frame.
|
getBiasFrame, getBiasTime, getBinning, getDarkFrame, getDarkTime, getGuider, getMaster, getReadoutFrame, getTelescope, init, isManual, isValid, setGuider, setManual, setMaster, setTelescopeclone, createFrom, createFrom, createFrom, createInstance, getApplet, getAsResources, getLocate, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, hasLocalURLs, initProperties, keyCreate, keyCreate, reload, setAppletaugment, augment, augment, augment, augment, 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, isNew, parseObject, parseObject, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiespublic static final String KEY_PINHOLEFRAME
public static final String KEY_PINHOLEBINNING
public static final String KEY_BIASPINHOLEFITS
public static final String KEY_BIASPINHOLETIME
public static final String KEY_DARKPINHOLEFITS
public static final String KEY_DARKPINHOLETIME
protected String getAuxiliaryType()
AuxiliaryUnit#PINHOLE here.getAuxiliaryType in class AuxiliaryUnitprotected Point2D getFocusPoint()
getFocusPoint in class AuxiliaryUnitprotected ErrorEvent doAuxiliaryTask(String mode)
AuxiliaryGuidingUnit.doAuxiliaryTask(java.lang.String), and also
get a reference to this unit to allow slow drifts of the primary
guiding center.doAuxiliaryTask in class AuxiliaryUnitmode - An integer specifying the action to be taken.