We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ec03ee + 2b7efb2 commit a1186daCopy full SHA for a1186da
httomo_backends/scripts/yaml_pipelines_generator.py
@@ -247,7 +247,7 @@ def yaml_pipelines_generator(
247
pipeline_full += yaml_template_method
248
pipeline_full[i]["parameters"].yaml_add_eol_comment(
249
key="alpha",
250
- comment="Controls the balance between the strength of the filter and the amount of noise reduction. Higher leads to less noise and more blur.",
+ comment="Controls the balance between the strength of the filter and the amount of noise reduction. Smaller values lead to less noise and more blur.",
251
)
252
elif "stripe" in module_name:
253
pipeline_full.yaml_set_comment_before_after_key(
0 commit comments