Skip to content

Commit

Permalink
Clarify scale of phase data.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Dec 31, 2024
1 parent 04df6d3 commit 4d3002e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/patch_denoise/bindings/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,15 +216,18 @@ def _get_parser():
type=IsFile,
help=(
"Phase of the input data. This MUST be in radians. "
"No conversion would be applied."
"No rescaling will be applied."
),
)
data_group.add_argument(
"--noise-map-phase",
metavar="FILE",
default=None,
type=IsFile,
help="phase component of the noise map estimation file",
help=(
"Phase component of the noise map estimation file. "
"This MUST be in radians. No rescaling will be applied."
),
)

misc_group = parser.add_argument_group("Miscellaneous options")
Expand Down

0 comments on commit 4d3002e

Please sign in to comment.