Skip to content

Commit

Permalink
docs: reword denoising strength
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Oct 28, 2024
1 parent 461aa03 commit 6382ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: nightly packages

on:
push:
branches: [ "master" ]
branches: [ "master", "release-0.9" ]
pull_request:
branches: [ "master" ]

Expand Down
2 changes: 1 addition & 1 deletion src/pipe/modules/denoise/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ you can use the [align](../align/readme.md) module for further noise reduction.

## parameters

* `strength` the overall strength of the wavelet thresholding. this directly scales the unbiased soft shrinkage threshold.
* `strength` the overall denoising strength. this directly scales the unbiased soft shrinkage threshold in the wavelet method.
* `luma` this blends back a portion of the original `y` channel after denoising
* `detail` protect what is detected as detail. use lower values for extremely heavy noise where detail detection fails.
* `gainmap` if the input file ships metadata about a gainmap, it can be applied here
Expand Down

0 comments on commit 6382ca8

Please sign in to comment.