stella.xml
Interface ReservedConstants


public interface ReservedConstants

A collection of reserved constant names within target definitions. These constant names applies to the DTDConstants.CONSTANT section of elements. The names given here must match the corresponding constant name given in the target definition.


Field Summary
static String COLORFILTER
          The desired filter set-up section.
static String DEROTATOR
          The setup identifier for derotator offset.
static String DEROTATORDENY
          The constant in the derotator setup section is false, if forbidden.
static String DEROTATOROFFSET
          The constant in the derotator setup section holding the value.
static String DITHERING
          The constant denoting a whole setup for dithering information.
static String DITHERSEQUENCE
          The name of the constant holding a dithering pattern.
static String EXPOSUREINCREASE
          The exposure time buffer.
static String EXPOSURETIME
          The exposure time of a setup.
static String FILTER
          The desired filter name, a string.
static String FILTERSEQUENCE
          The desired filter sequence, a comma-separated string.
static String FITSNAME
          The fits-file generic name.
static String FITSSAVE
          If false, image is not saved.
static String FLATGROUP
          The desired flat group name, a string.
static String FOCUSOFFSET
          The focus offset of a setup.
static String FOCUSPOSITION
          The focus position of a setup.
static String FOV
          The field-of-view of an object.
static String FUNCTIONCLASS
          For functions depending on airmass, this is the optinal class name.
static String FUNCTIONDEFINITION
          For functions depending on airmass, this is the initializer.
static String GUIDEFIELD
          The orientation of the guider field.
static String GUIDINGFILTER
          The guiding filter of a setup.
static String GUIDINGFIXED
          The no-derotator guiding.
static String GUIDINGMODE
          The desired guiding mode, a string.
static String M3
          The desired M3 position.
static String MAINOBJECT
          The main star id.
static String READOUTMODE
          The constant holding the string of the readout mode.
static String SKYFLAT
          This identifies a sky-flat target.
static String STON
          The signal to noise of a setup.
static String WINDOW
          The window setup.
static String XBINCCD
          The x-binning on the CCD in pixel.
static String XOFFCCD
          The x-offset on the CCD in pixel.
static String XSIZECCD
          The x-size on the CCD in pixel.
static String YBINCCD
          The x-binning on the CCD in pixel.
static String YOFFCCD
          The y-offset on the CCD in pixel.
static String YSIZECCD
          The y-size on the CCD in pixel.
 

Field Detail

SKYFLAT

static final String SKYFLAT
This identifies a sky-flat target.

See Also:
Constant Field Values

EXPOSURETIME

static final String EXPOSURETIME
The exposure time of a setup.

See Also:
Constant Field Values

EXPOSUREINCREASE

static final String EXPOSUREINCREASE
The exposure time buffer. Possible increase as a fraction.

See Also:
Constant Field Values

FUNCTIONCLASS

static final String FUNCTIONCLASS
For functions depending on airmass, this is the optinal class name.

See Also:
Constant Field Values

FUNCTIONDEFINITION

static final String FUNCTIONDEFINITION
For functions depending on airmass, this is the initializer.

See Also:
Constant Field Values

FOCUSPOSITION

static final String FOCUSPOSITION
The focus position of a setup.

See Also:
Constant Field Values

FOCUSOFFSET

static final String FOCUSOFFSET
The focus offset of a setup.

See Also:
Constant Field Values

FOV

static final String FOV
The field-of-view of an object.

See Also:
Constant Field Values

GUIDINGFILTER

static final String GUIDINGFILTER
The guiding filter of a setup.

See Also:
Constant Field Values

GUIDINGFIXED

static final String GUIDINGFIXED
The no-derotator guiding.

See Also:
Constant Field Values

GUIDEFIELD

static final String GUIDEFIELD
The orientation of the guider field.

See Also:
Constant Field Values

STON

static final String STON
The signal to noise of a setup.

See Also:
Constant Field Values

FITSNAME

static final String FITSNAME
The fits-file generic name.

See Also:
Constant Field Values

FITSSAVE

static final String FITSSAVE
If false, image is not saved.

See Also:
Constant Field Values

WINDOW

static final String WINDOW
The window setup.

See Also:
Constant Field Values

XOFFCCD

static final String XOFFCCD
The x-offset on the CCD in pixel.

See Also:
Constant Field Values

YOFFCCD

static final String YOFFCCD
The y-offset on the CCD in pixel.

See Also:
Constant Field Values

XSIZECCD

static final String XSIZECCD
The x-size on the CCD in pixel.

See Also:
Constant Field Values

YSIZECCD

static final String YSIZECCD
The y-size on the CCD in pixel.

See Also:
Constant Field Values

XBINCCD

static final String XBINCCD
The x-binning on the CCD in pixel.

See Also:
Constant Field Values

YBINCCD

static final String YBINCCD
The x-binning on the CCD in pixel.

See Also:
Constant Field Values

M3

static final String M3
The desired M3 position.

See Also:
Constant Field Values

COLORFILTER

static final String COLORFILTER
The desired filter set-up section.

See Also:
Constant Field Values

FILTER

static final String FILTER
The desired filter name, a string.

See Also:
Constant Field Values

FLATGROUP

static final String FLATGROUP
The desired flat group name, a string.

See Also:
Constant Field Values

FILTERSEQUENCE

static final String FILTERSEQUENCE
The desired filter sequence, a comma-separated string.

See Also:
Constant Field Values

GUIDINGMODE

static final String GUIDINGMODE
The desired guiding mode, a string.

See Also:
Constant Field Values

MAINOBJECT

static final String MAINOBJECT
The main star id.

See Also:
Constant Field Values

DEROTATOR

static final String DEROTATOR
The setup identifier for derotator offset.

See Also:
Constant Field Values

DEROTATORDENY

static final String DEROTATORDENY
The constant in the derotator setup section is false, if forbidden.

See Also:
Constant Field Values

DEROTATOROFFSET

static final String DEROTATOROFFSET
The constant in the derotator setup section holding the value.

See Also:
Constant Field Values

READOUTMODE

static final String READOUTMODE
The constant holding the string of the readout mode.

See Also:
Constant Field Values

DITHERING

static final String DITHERING
The constant denoting a whole setup for dithering information.

See Also:
Constant Field Values

DITHERSEQUENCE

static final String DITHERSEQUENCE
The name of the constant holding a dithering pattern.

See Also:
Constant Field Values