ROPO
Loading...
Searching...
No Matches
options Class Reference

Class used to organize options and argument values to ropo. More...

Public Member Functions

 __init__ (self)

Public Attributes

 params = None
 threshold = None
 elev = None
 restore = None
 restore2 = None
 restore_thresh = None
 softcut = None
 speckNormOld = None
 emitter2 = None
 ship = None
 speck = None
 padwidth = None

Detailed Description

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 105 of file ropo_realtime.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self)

Definition at line 106 of file ropo_realtime.py.

Member Data Documentation

◆ elev

elev = None

Definition at line 109 of file ropo_realtime.py.

◆ emitter2

emitter2 = None

Definition at line 115 of file ropo_realtime.py.

◆ padwidth

padwidth = None

Definition at line 118 of file ropo_realtime.py.

◆ params

params = None

Definition at line 107 of file ropo_realtime.py.

◆ restore

restore = None

Definition at line 110 of file ropo_realtime.py.

◆ restore2

restore2 = None

Definition at line 111 of file ropo_realtime.py.

◆ restore_thresh

restore_thresh = None

Definition at line 112 of file ropo_realtime.py.

◆ ship

ship = None

Definition at line 116 of file ropo_realtime.py.

◆ softcut

softcut = None

Definition at line 113 of file ropo_realtime.py.

◆ speck

speck = None

Definition at line 117 of file ropo_realtime.py.

◆ speckNormOld

speckNormOld = None

Definition at line 114 of file ropo_realtime.py.

◆ threshold

threshold = None

Definition at line 108 of file ropo_realtime.py.


The documentation for this class was generated from the following file: