public class SphFuncPD_Stats extends Executable
Modifier and Type | Field and Description |
---|---|
static int |
GLOBALSTATS
The total number global statistics of the input function output
before the list of PDs
|
static int |
STATSPERPD
The total number of values output for each direction.
|
Constructor and Description |
---|
SphFuncPD_Stats(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
execute(OutputManager om)
abstract method execution for commands
|
void |
initDefaultVals()
initialise the default values of class-level
fields, as they would be at declaration.
|
void |
initOptions(java.lang.String[] args)
default commandline parsing and initialisation
|
void |
initVariables()
abstract initialisation method for commands
|
void |
setDensity(int density)
Set the sampling density in the peak search.
|
void |
setNoOutput(boolean noOutput)
Set the maximum number of peaks to output per voxel.
|
void |
setPdThresh(double pdThresh)
Set the threshold on difference between peak directions in the
consistency test.
|
void |
setStdsFromMeanF(double stdsFromMeanF)
Adjust the threshold on small peaks to ignore.
|
public static final int GLOBALSTATS
public static final int STATSPERPD
public void initDefaultVals()
Executable
initDefaultVals
in class Executable
public void initOptions(java.lang.String[] args)
Executable
initOptions
in class Executable
public void initVariables()
Executable
initVariables
in class Executable
public void execute(OutputManager om)
Executable
execute
in class Executable
public void setDensity(int density)
density
- The density to set.public void setNoOutput(boolean noOutput)
noOutput
- The noOutput to set.public void setPdThresh(double pdThresh)
pdThresh
- The pdThresh to set.public void setStdsFromMeanF(double stdsFromMeanF)
stdsFromMeanF
- The stdsFromMeanF to set.