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 c6b4946 commit 42e7936Copy full SHA for 42e7936
monai/transforms/intensity/array.py
@@ -173,7 +173,7 @@ def __init__(
173
prob: float = 0.1,
174
mean: Sequence[float] | float = 0.0,
175
std: Sequence[float] | float = 1.0,
176
- degrees_of_freedom: int = 64, #64 default because typical modern brain MRI is 32 quadrature coils
+ degrees_of_freedom: int = 64, # 64 default because typical modern brain MRI is 32 quadrature coils
177
channel_wise: bool = False,
178
relative: bool = False,
179
sample_std: bool = True,
0 commit comments