Skip to content

Commit

Permalink
change boolean to select generare_feature_table
Browse files Browse the repository at this point in the history
  • Loading branch information
zargham-ahmad committed Sep 25, 2023
1 parent 4e3a962 commit 00c69d2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tools/recetox_aplcms/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,11 @@
help="The upper limit of the ratio range between the left-standard deviation and the right-standard deviation of the bi-Gaussian function to fit the data." />
</section>
<conditional name="sd_cut">
<param name="sd_cut_bounds" type="boolean" checked="true" truevalue="TRUE" falsevalue="FALSE" label="Standard deviations boundaries."
help="Limit the standard deviations by setting boundaries." />
<param name="sd_cut_bounds" type="select" label="Standard deviations boundaries."
help="Limit the standard deviations by setting boundaries.">
<option value="FALSE">FALSE</option>
<option value="TRUE" selected="true">TRUE</option>
</param>
<when value="TRUE">
<param name="sd_cut_min" type="float" value="0.01" label="Minimal standard deviation"
help="The minimum standard deviation - features with a standard deviation lower than this number are eliminated." />
Expand Down

0 comments on commit 00c69d2

Please sign in to comment.