stella.adapter
Class AbstractStarGuider.Magnitudes

java.lang.Object
  extended by stella.adapter.AbstractStarGuider.Magnitudes
Enclosing class:
AbstractStarGuider

public static class AbstractStarGuider.Magnitudes
extends Object

Test class to print out estimated magnitudes.


Constructor Summary
AbstractStarGuider.Magnitudes()
           
 
Method Summary
static void main(String[] arg)
          First command line argument is the exposure time, then the airmass, V magnitude of the star, then a B-V if accessible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractStarGuider.Magnitudes

public AbstractStarGuider.Magnitudes()
Method Detail

main

public static void main(String[] arg)
                 throws Exception
First command line argument is the exposure time, then the airmass, V magnitude of the star, then a B-V if accessible.

Throws:
Exception