ccd
Class AbstractCcdDriver.Shot
java.lang.Object
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.
|
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 |
AbstractCcdDriver.Shot
public AbstractCcdDriver.Shot()
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