loc3d_Thode
Class TowedArray3DProcessParameters

java.lang.Object
  extended by loc3d_Thode.TowedArray3DProcessParameters
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TowedArray3DProcessParameters
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Field Summary
(package private)  int algchoice
          Choose algorithm
(package private)  int channelList
          Bitmap of channels to be used - use all available.
(package private)  int detectorDataBlock
          Use first detector block in model
(package private)  boolean fine_tune_tdd
           
(package private)  boolean fine_tune_tds
           
(package private)  long maxTimeDelay
          Maximum time delay to assoicate with a multipath
(package private)  long maxTimeQueue
          Amount of time to keep potential 3-D detections in memory, msec
(package private)  int minICINum
          How many multipath assumed to exist per event(anchor)?
(package private)  long percentErrorAngle
           
(package private)  long percentICIMatchError
           
(package private) static long serialVersionUID
           
(package private)  boolean yes_process
           
 
Constructor Summary
TowedArray3DProcessParameters()
           
 
Method Summary
protected  TowedArray3DProcessParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

detectorDataBlock

int detectorDataBlock
Use first detector block in model


algchoice

int algchoice
Choose algorithm


minICINum

int minICINum
How many multipath assumed to exist per event(anchor)?


maxTimeDelay

long maxTimeDelay
Maximum time delay to assoicate with a multipath


maxTimeQueue

long maxTimeQueue
Amount of time to keep potential 3-D detections in memory, msec


channelList

int channelList
Bitmap of channels to be used - use all available.


percentErrorAngle

long percentErrorAngle

percentICIMatchError

long percentICIMatchError

fine_tune_tdd

boolean fine_tune_tdd

fine_tune_tds

boolean fine_tune_tds

yes_process

boolean yes_process
Constructor Detail

TowedArray3DProcessParameters

public TowedArray3DProcessParameters()
Method Detail

clone

protected TowedArray3DProcessParameters clone()
Overrides:
clone in class java.lang.Object