Package PamguardMVC.toad
Class GenericTOADSourceParams
java.lang.Object
PamguardMVC.toad.GenericTOADSourceParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
public class GenericTOADSourceParams
extends Object
implements Cloneable, Serializable, ManagedParameters
General parameters for detection TOAD measurement. Is split 
 into two parts since the RAWOrFFTParams part is used by the 
 FFTDataGrouper which is used in both beam formers and TOAD based
 algorithms, whereas the TOADtimingParams is only used with TOAD.
- Author:
 - dg50
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidsetRawOrFFTParams(RawOrFFTParams rawOrFFTParams) voidsetToadTimingParams(DelayMeasurementParams toadTimingParams)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 
 - 
 - 
Constructor Details
- 
GenericTOADSourceParams
public GenericTOADSourceParams() 
 - 
 - 
Method Details
- 
clone
 - 
getRawOrFFTParams
- Returns:
 - the rawOrFFTParams
 
 - 
setRawOrFFTParams
- Parameters:
 rawOrFFTParams- the rawOrFFTParams to set
 - 
getToadTimingParams
- Returns:
 - the toadTimingParams
 
 - 
setToadTimingParams
- Parameters:
 toadTimingParams- the toadTimingParams to set
 - 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -