Skip to content

Commit

Permalink
Make description of smoothing parameter clearer when set to 0 (Pe…
Browse files Browse the repository at this point in the history
  • Loading branch information
psychelzh authored Feb 20, 2024
1 parent a23910d commit fcda9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcp_d/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def get_parser():
help=(
"FWHM, in millimeters, of the Gaussian smoothing kernel to apply to the denoised BOLD "
"data. "
"This may be set to 0."
"Set to 0 to disable smoothing."
),
)
g_param.add_argument(
Expand Down

0 comments on commit fcda9f9

Please sign in to comment.