|
ROPO
|
Class used to organize options and argument values to ropo. More...
Public Member Functions | |
| __init__ (self) | |
Public Attributes | |
| params | |
| threshold | |
| elev | |
| restore | |
| restore2 | |
| restore_thresh | |
| softcut | |
| speckNormOld | |
| emitter2 | |
| ship | |
| speck | |
Class used to organize options and argument values to ropo.
Tries to be similar to "options" created by the optparse module. TODO: needs to be modified for each new ropo detector or argument that is added. This version uses only those options/arguments that are actually used.
Definition at line 99 of file ropo_realtime.py.
| __init__ | ( | self | ) |
Definition at line 100 of file ropo_realtime.py.
| elev |
Definition at line 103 of file ropo_realtime.py.
| emitter2 |
Definition at line 109 of file ropo_realtime.py.
| params |
Definition at line 101 of file ropo_realtime.py.
| restore |
Definition at line 104 of file ropo_realtime.py.
| restore2 |
Definition at line 105 of file ropo_realtime.py.
| restore_thresh |
Definition at line 106 of file ropo_realtime.py.
| ship |
Definition at line 110 of file ropo_realtime.py.
| softcut |
Definition at line 107 of file ropo_realtime.py.
| speck |
Definition at line 111 of file ropo_realtime.py.
| speckNormOld |
Definition at line 108 of file ropo_realtime.py.
| threshold |
Definition at line 102 of file ropo_realtime.py.