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.
1 parent 75f32d8 commit 2b7efb2Copy full SHA for 2b7efb2
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