stsci.arci
Interface Eccentric

All Known Implementing Classes:
GSC2obj

public interface Eccentric

For stars which provide ecentritiy information so the Plot routine can determine wheter to use it or not.


Method Summary
 double angle()
           
 double eccentricity()
           
 double semiMajor()
           
 

Method Detail

semiMajor

public double semiMajor()

eccentricity

public double eccentricity()

angle

public double angle()