Skip to content

Commit a1186da

Browse files
authored
Merge branch 'main' into projection_chunking
2 parents 0ec03ee + 2b7efb2 commit a1186da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httomo_backends/scripts/yaml_pipelines_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def yaml_pipelines_generator(
247247
pipeline_full += yaml_template_method
248248
pipeline_full[i]["parameters"].yaml_add_eol_comment(
249249
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.",
250+
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.",
251251
)
252252
elif "stripe" in module_name:
253253
pipeline_full.yaml_set_comment_before_after_key(

0 commit comments

Comments
 (0)