ccd
Class AbstractCcdDriver.Endurance
java.lang.Object
ccd.AbstractCcdDriver.Endurance
- Enclosing class:
- AbstractCcdDriver<T>
public static class AbstractCcdDriver.Endurance
- extends Object
Class to take a ccd driver as the first command line argument, open it
and makes an endurance test by randomizing the exposure times between
the two optional values that follow the driver definition.
|
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.Endurance
public AbstractCcdDriver.Endurance()
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. Does only stop if the driver
file has been removed/renamed.
- Throws:
IOException