Package difar.demux
Class GreenridgeParams
java.lang.Object
difar.demux.GreenridgeParams
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptiondouble[]double[]doubledoubledoubledoubledoubledoubledoublestatic final longAbout three things to do here ...doubledoubledoubledoubledoubledoubledouble - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()Get a set of data that describes all of the parameters in a classvoidsetTempDir(String tdn)  
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUIDAbout three things to do here ... 1. from clone() call something to check the temp dir 2. write params file with a simple name (no date) so it overwrites. 3. also write the appropriate filter files to the temp dir.- See Also:
 
 - 
F_win
public double F_win - 
Fn_acquire
public double Fn_acquire - 
Zeta_acquire
public double Zeta_acquire - 
Fn_track
public double Fn_track - 
Zeta_track
public double Zeta_track - 
Tint_15
public double Tint_15 - 
Tagc_75
public double Tagc_75 - 
Tagc_15
public double Tagc_15 - 
Tau_lock_75
public double Tau_lock_75 - 
Tau_lock_15
public double Tau_lock_15 - 
Lock_threshold_75
public double Lock_threshold_75 - 
Lock_hys_75
public double Lock_hys_75 - 
Lock_threshold_15
public double Lock_threshold_15 - 
Lock_hys_15
public double Lock_hys_15 - 
dlpf
 - 
drip
 - 
exePath
 - 
dlpfVals
public double[] dlpfVals - 
dripVals
public double[] dripVals 
 - 
 - 
Constructor Details
- 
GreenridgeParams
public GreenridgeParams() 
 - 
 - 
Method Details
- 
getTempDir
 - 
setTempDir
 - 
clone
 - 
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.
 
 
 -