ccd
Class AbstractCcdDriver.Shot

java.lang.Object
  extended by ccd.AbstractCcdDriver.Shot
Enclosing class:
AbstractCcdDriver<T>

public static class AbstractCcdDriver.Shot
extends Object

Class to take a ccd driver as the first command line argument, open it and make a science exposure.


Constructor Summary
AbstractCcdDriver.Shot()
           
 
Method Summary
static void main(String[] arg)
          The first command line argument are the driver properties, second is the exposure time in ms, if present.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCcdDriver.Shot

public AbstractCcdDriver.Shot()
Method Detail

main

public static final void main(String[] arg)
                       throws IOException
The first command line argument are the driver properties, second is the exposure time in ms, if present.

Throws:
IOException