Uses of Interface
stella.rmi.RemoteParameter

Packages that use RemoteParameter
stella.ccd   
stella.jview   
stella.parameter   
stella.rmi   
stella.roof   
stella.sensor   
 

Uses of RemoteParameter in stella.ccd
 

Classes in stella.ccd that implement RemoteParameter
 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 RemoteParameter in stella.jview
 

Classes in stella.jview that implement RemoteParameter
 class JFrameParameter
          A special parameter used as a dirty trick to get a parameter display.
 

Uses of RemoteParameter in stella.parameter
 

Classes in stella.parameter that implement RemoteParameter
 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 AbstractRemoteParameter
          A skeleton implementation of a RemoteParameter.
 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 SwitchRelay
          Relay the parameter given at the first command line argument to the local registry.
 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.
 

Fields in stella.parameter declared as RemoteParameter
protected  RemoteParameter ParameterStub.sensor
          The remote instance of the sensor global.
 

Uses of RemoteParameter in stella.rmi
 

Subinterfaces of RemoteParameter in stella.rmi
 interface RemoteFitsParameter
          A fits file normally consits of huge quantities of numbers that best are dealt with in the master where they originate (normally the scientific camera).
 interface RemoteLight
          The interface defining remote control of lighting control.
 interface RemoteSwitch
          The interface defining remote control of lighting control.
 interface RemoteTrigger
          The Trigger interface to work with remote querry options.
 

Uses of RemoteParameter in stella.roof
 

Classes in stella.roof that implement RemoteParameter
 class RoofTrigger
          A trigger that directly connects to a RoofOperating instance.
 class ShelterTrigger
          A trigger that directly connects to a Sheltering instance.
 

Uses of RemoteParameter in stella.sensor
 

Classes in stella.sensor that implement RemoteParameter
 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.