Uses of Class
stella.parameter.AbstractRemoteParameter

Packages that use AbstractRemoteParameter
stella.ccd   
stella.jview   
stella.parameter   
stella.roof   
stella.sensor   
 

Uses of AbstractRemoteParameter in stella.ccd
 

Subclasses of AbstractRemoteParameter in stella.ccd
 class AbstractCCDParameter
          A intermittent class that bundels a common requirement of all ccd parameters.
 class AbstractCCDValue
          A base class for all non-abstract ccd-values.
 class CCDLn2Temp
          Returns the cold point temperature of the CCD.
 class CCDRefTemp
          Returns the reference temperature of the CCD.
 class CCDTemp
          Returns the actual temperature of the CCD.
 class HeadPressure
          Returns the head pressure of the camera.
 

Uses of AbstractRemoteParameter in stella.jview
 

Subclasses of AbstractRemoteParameter in stella.jview
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 

Uses of AbstractRemoteParameter in stella.parameter
 

Subclasses of AbstractRemoteParameter in stella.parameter
 class AbstractFitsParameter
          A class of values that deal with read-in fits files, where a (small) window is extracted to get some statistics.
 class AbstractFitsValue
          A class of values that deal with read-in fits files, where a (small) window is extracted to get some statistics.
 class AbstractRemoteSwitch
          An abstract implementation of a remote switch.
 class AbstractRemoteTrigger
          A skelleton implementation of a RemoteTrigger.
 class AbstractRemoteValue
          Abstract implementation of a Remote Parameter that acts locally as a value.
 class Efficiency
          This class takes a fits file, extracts a region around AbstractFitsValue.KEY_WINDOW, determines the total flux there and relates it to the incident flux of the star on top of the atmosphere.
 class ExposureCount
          This parameter provides the running number of an exposure within a target.
 class FitsMoments
          Fits moments calculates statistical moments of the ADU distribution.
 class ParameterSkeleton
          A parameter that takes a non-remote parameter and exports it to the registry.
 class SignalToNoise
          From a fits file, we extract a window and estimate the Signal-to-Noise from photon statistics.
 class SimpleRemoteSwitch
          A helper class providing a simulated switch that can be exported remotely.
 class SimpleRemoteTrigger
          A helper class providing a simple trigger.
 class SimpleRemoteValue
          A simple value with remote capabilites.
 class SwitchSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 class TriggerSkeleton
          A trigger that takes a non-remote trigger and exports it to the registry.
 class Unique
          This parameter provides a unique identifier string that may be used in acquire/guide frames, scientific exposures or similar.
 

Uses of AbstractRemoteParameter in stella.roof
 

Subclasses of AbstractRemoteParameter in stella.roof
 class RoofTrigger
          A trigger that directly connects to a RoofOperating instance.
 class ShelterTrigger
          A trigger that directly connects to a Sheltering instance.
 

Uses of AbstractRemoteParameter in stella.sensor
 

Subclasses of AbstractRemoteParameter in stella.sensor
 class WeatherRemainsBad
          The weather trigger exports the weather from a local WeatherSurveying instance to remote listeners.
 class WeatherTrigger
          The weather trigger exports the weather from a local WeatherSurveying instance to remote listeners.