Uses of Class
edu.nrao.sss.astronomy.VelocityConvention

Packages that use VelocityConvention
edu.nrao.sss.astronomy General astronomical concepts. 
 

Uses of VelocityConvention in edu.nrao.sss.astronomy
 

Methods in edu.nrao.sss.astronomy that return VelocityConvention
static VelocityConvention VelocityConvention.fromString(String text)
          Returns the velocity convention represented by text.
static VelocityConvention VelocityConvention.getDefault()
          Returns a default velocity convention.
 VelocityConvention DopplerTracker.getVelocityConvention()
          Returns the velocity convention used when shifting frequencies.
static VelocityConvention VelocityConvention.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VelocityConvention[] VelocityConvention.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.astronomy with parameters of type VelocityConvention
 Frequency SpectralLine.getShiftedFrequency(LinearVelocity radialVelocity, VelocityConvention convention)
          Returns the apparent frequency of this line if its source is moving relative to the observer.
 void DopplerTracker.setSource(SkyPosition newPosition, LinearVelocity newVelocity, VelocityFrame newFrame, VelocityConvention newConvention)
          A convenience method for setting the position and velocity of a celestial source.
 void DopplerTracker.setSourceVelocity(LinearVelocity newVelocity, VelocityFrame newFrame, VelocityConvention newConvention)
          A convenience method for setting the source velocity and frame.
 void DopplerTracker.setVelocityConvention(VelocityConvention newConvention)
          Sets the velocity convention to use when shifting frequencies.
 

Constructors in edu.nrao.sss.astronomy with parameters of type VelocityConvention
DopplerTracker(EarthPosition observer, SkyPosition skyPosition, LinearVelocity sourceVelocity, VelocityFrame sourceFrame, VelocityConvention velocityConvention)
          Creates a new Doppler tracker with the given parameters.
 



Copyright © 2009. All Rights Reserved.