public class DerotatorCenter extends AbstractParameter implements ParameterDepending
KEY_CENTEROFF as such. Otherwise this offset is rotated by the
FoV angle with
dα=off_a*cos(FoV)-off_b*sin(FoV)
dδ=off_a*sin(FoV)+off_b*cos(FoV)
It might be used if acquiring with the auxiliary telescope if the center of
the science instrument does not coincide with the derotator axis.PropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
private static Vector2D |
DEFCENTEROFF
The measured derotator offset, from pixel 62,-6
|
private Value |
fov
The FoV parameter.
|
static String |
KEY_CENTEROFF
The offset of the center to the derotator axis in degrees.
|
static String |
KEY_FOV
The FoV parameter.
|
KEY_FORMAT, KEY_NAME, KEY_PRESERVE, UNKNOWNKEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASSKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME| Constructor and Description |
|---|
DerotatorCenter(Map<String,String> info) |
| Modifier and Type | Method and Description |
|---|---|
Object |
get()
Returns the value of this parameter as an object.
|
void |
registerParameter(Parameter isfov)
A parameter depending command should drain the necessarry information
to get valid out of a parameter value.
|
Object |
set(Object l)
Sets the value of this parameter.
|
createParameter, delivers, exit, getFormatted, getFormatted, getName, getPreserveFile, getString, getString, init, overrideDefaultName, register, rescanned, setName, toStringclone, 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, setObject, setProperties, setProperty, stringPropertiesequals, 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_CENTEROFF
public static final String KEY_FOV
private static final Vector2D DEFCENTEROFF
private Value fov
public void registerParameter(Parameter isfov)
ParameterDependingregisterParameter in interface ParameterDependingpublic Object set(Object l)
Parameter