stella.command
Class RaDecMagBV

java.lang.Object
  extended by stella.command.RaDecMagBV

public class RaDecMagBV
extends Object

A helper class converting a single string consisting of ra dec mag b-v into appropriate values. The separator char between the different values is the MessageEvent.SEPCHAR.


Field Summary
protected  float bv
           
protected  double dec
           
protected  float mag
           
protected  double ra
           
 
Constructor Summary
protected RaDecMagBV(String line)
          Converts a single line into four values, ra, dec, mag, and b-v of a star.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ra

protected double ra

dec

protected double dec

mag

protected float mag

bv

protected float bv
Constructor Detail

RaDecMagBV

protected RaDecMagBV(String line)
Converts a single line into four values, ra, dec, mag, and b-v of a star.