Uses of Interface
util.Preserving

Packages that use Preserving
astro.fits   
stella.parameter   
stella.util   
 

Uses of Preserving in astro.fits
 

Classes in astro.fits that implement Preserving
 class BiasMaster
          We generate a master bias from a number of at least #KEY_MINBIAS good bias observation, which have been conducted in a single block, normally during dusk or dawn.
 class DarkMaster
          We generate master darks out of a dark block, normally done straight after the bias blocks (before on dawn).
 class FlatMaster
          We generate master flats out of a flat blocks, normally done straight after the bias blocks (before on dawn).
 

Uses of Preserving in stella.parameter
 

Subinterfaces of Preserving in stella.parameter
 interface StatePreserving
          A state preserving parameter saves its current state on exit and restores it during init.
 

Classes in stella.parameter that implement Preserving
 class AlarmWatch
          An alarm watch acts like a stop watch, but additionally implements notification after a certain amount of time has been accumulated in the stop watch.
 class CountDownTrigger
          A trigger that has a nominal state, set by initboolean.
 class CountDownWatch
          A count down acts more or less like a stop watch, but in the way that it is not counting up, but counting down.
 class CountingTrigger
          A trigger that counts the time whenever it is true.
 class ExposureCount
          This parameter provides the running number of an exposure within a target.
 class ExposureTimeLeft
          A general variable representing the the currently remaining exposure time.
 class FocusQuality
          This parameter returns the list of all exact focus determinations.
 class IntegerId
          An ID describable as an integer.
 class RollOverWatch
          A stopwatch counting time with the possibility of re-nulling at certain times.
 class StopWatch
          A stop watch parameter counts elapsed time.
 class TrackTime
          A general variable representing the tracking time remaining for the actual object.
 class Unique
          This parameter provides a unique identifier string that may be used in acquire/guide frames, scientific exposures or similar.
 

Uses of Preserving in stella.util
 

Classes in stella.util that implement Preserving
 class PointingScheduler
          A class that should be used as a scheduler during automatic pointing model deriving.
 class TransferListener
          A transfer listener is responsible for tranferring fits files from the local host to a remote archive.