public class FwhmMeasure extends AbstractValue implements Reloadable
AdapterFwhm status messages to
derive the reported star fwhm (in arcseconds) out of it. This can be used as
a crude seeing estimate.PropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
static String |
DEFNAME
The default name of the adapter flux.
|
private static double |
DEFPIXELSCALE
Default pixel=arcsec.
|
private Double |
fwhm
The current fwhm reported.
|
static String |
KEY_PIXELSCALE
From pixel to arcsec.
|
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 |
|---|
FwhmMeasure(Map<String,String> prop)
Constructs a new adapter fwhm value.
|
| Modifier and Type | Method and Description |
|---|---|
Number |
getValue()
Gets the last reported fwhm of a star image obtained during centering or
guiding on the adapter.
|
double |
rescanned(String key,
String old,
String newval)
Makes this method public, no further changes.
|
void |
setPixelFwhm(double pix)
Sets the measured FWHM in pixel, converts this value into the reported
fwhm with the parameter's image scale.
|
Number |
setValue(Number newval)
Sets the fwhm of the star image.
|
get, setcreateParameter, delivers, exit, getFormatted, getFormatted, getName, getPreserveFile, getString, getString, init, overrideDefaultName, register, 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, waitreloadgetFormatted, getName, getStringdefaultBoolean, 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, stringPropertiesinitpublic static final String KEY_PIXELSCALE
public static final String DEFNAME
private static final double DEFPIXELSCALE
private Double fwhm
public double rescanned(String key, String old, String newval)
rescanned in interface Reloadablerescanned in class AbstractParameterpublic Number getValue()
AdapterFwhm object. It should be given in
arcseconds.public Number setValue(Number newval)
public void setPixelFwhm(double pix)