File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -46,10 +46,12 @@ void GenerateFlatCellWorkspaceLOQ::init() {
4646 declareProperty (" CreateMaskWorkspace" , true , " Determines if masked workspace needs to be created." );
4747 declareProperty (" LABThresholdMultiplier" , 1.0 ,
4848 " The parameter that is used to scale the standard deviation in order to set the masking threshold of "
49- " the low angle bank." );
49+ " the low angle bank. The masking threshold is calculated by the equation "
50+ " maskingThreshold = 1.0 + (LABThresholdMultiplier x standard deviation of the normalized LAB data);" );
5051 declareProperty (" HABThresholdMultiplier" , 0.5 ,
5152 " The parameter that is used to scale the standard deviation in order to set the masking threshold of "
52- " the high angle bank." );
53+ " the high angle bank. The masking threshold is calculated by the equation "
54+ " maskingThreshold = 1.0 + (HABThresholdMultiplier x standard deviation of the normalized HAB data);" );
5355 declareProperty (" ApplyMaskDirectlyToWorkspace" , false , " Determines if mask is directly applied to workspace." );
5456 declareProperty (" ApplyCorrectionsDirectlyToWorkspace" , true ,
5557 " Determines if the input data should be divided by the output of GenerateFlatCellWorkspaceLOQ." );
You can’t perform that action at this time.
0 commit comments