stella.adapter
Interface Guiding.RawFrame

All Known Implementing Classes:
AuxiliaryCaptureUnit, AuxiliaryCoarseUnit, AuxiliaryFineUnit, AuxiliaryGuidingUnit, AuxiliaryPinholeUnit, AuxiliaryUnit, GuiderFrame, GuiderMode, PyramidUnit
Enclosing interface:
Guiding

public static interface Guiding.RawFrame

An interface definition used for setting reductional parameters in the guider frame.


Method Summary
 File getBiasFrame()
          Returns the the bias frame that fits to the requested readout frame.
 long getBiasTime()
          Returns the exposure time applicable for the bias fram which is important for shutterless system.
 Dimension getBinning()
          Returns the applicable binning on the ccd.
 File getDarkFrame()
          Returns the the dark frame that fits to the requested readout frame.
 long getDarkTime()
          Returns the exposure time applicable for the dark frame.
 Rectangle getReadoutFrame()
          Returns the applicable read-out window on the ccd.
 

Method Detail

getReadoutFrame

Rectangle getReadoutFrame()
Returns the applicable read-out window on the ccd. If null, the entire ccd should be used.


getBinning

Dimension getBinning()
Returns the applicable binning on the ccd. If null, no special binning should be used. What that means is interpreted on the ccd-server side, but the most natural choice would be to use no binning.


getBiasFrame

File getBiasFrame()
Returns the the bias frame that fits to the requested readout frame. The file should point to a fits file of equal size as the readout frame. If null, no bias reduction should be performed.


getBiasTime

long getBiasTime()
Returns the exposure time applicable for the bias fram which is important for shutterless system.


getDarkFrame

File getDarkFrame()
Returns the the dark frame that fits to the requested readout frame. The file should point to a fits file of equal size as the readout frame. If null, no bias reduction should be performed.


getDarkTime

long getDarkTime()
Returns the exposure time applicable for the dark frame.