edu.nrao.sss.model.source
Class VlaFluxObservation

java.lang.Object
  extended by edu.nrao.sss.model.source.VlaFluxObservation
All Implemented Interfaces:
Cloneable

public class VlaFluxObservation
extends Object
implements Cloneable

An observation of the flux from a source performed by the Very Large Array.

This class was copied from edu.nrao.legacy.VLAFluxData. It has not (yet?) been altered to match more closely the style of the other classes in the SSS Domain Model.

This class is not suggested for general use.

Version Info:

$Revision: 1314 $
$Date: 2008-05-30 11:31:14 -0600 (Fri, 30 May 2008) $
$Author: dharland $

Since:
2007-05-21
Author:
David M. Harland

Field Summary
 double ac_flux
           
 double ac_flux_stddev
           
 double ac_freq
           
 double bd_flux
           
 double bd_flux_stddev
           
 double bd_freq
           
 String correlator_mode
           
 double el_end
           
 double mjad
           
 double obs_end
           
 double obs_start
           
 String Source
           
 double time_obs
           
 
Constructor Summary
VlaFluxObservation()
           
 
Method Summary
 VlaFluxObservation clone()
          Returns a copy of this observation.
 boolean equals(Object o)
          Returns true if o is equal to this observation.
 int hashCode()
          Returns a hash code value for this observation.
 String toString()
           
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

Source

public String Source

mjad

public double mjad

correlator_mode

public String correlator_mode

el_end

public double el_end

obs_start

public double obs_start

obs_end

public double obs_end

time_obs

public double time_obs

ac_freq

public double ac_freq

bd_freq

public double bd_freq

ac_flux

public double ac_flux

ac_flux_stddev

public double ac_flux_stddev

bd_flux

public double bd_flux

bd_flux_stddev

public double bd_flux_stddev
Constructor Detail

VlaFluxObservation

public VlaFluxObservation()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

clone

public VlaFluxObservation clone()
Returns a copy of this observation.

If anything goes wrong during the cloning procedure, a RuntimeException will be thrown.

Overrides:
clone in class Object

equals

public boolean equals(Object o)
Returns true if o is equal to this observation.

Overrides:
equals in class Object

hashCode

public int hashCode()
Returns a hash code value for this observation.

Overrides:
hashCode in class Object


Copyright © 2009. All Rights Reserved.