You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: monai/transforms/intensity/array.py
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2593,30 +2593,31 @@ class UltrasoundConfidenceMapTransform(Transform):
2593
2593
beta (float, optional): Beta parameter. Defaults to 90.0.
2594
2594
gamma (float, optional): Gamma parameter. Defaults to 0.05.
2595
2595
mode (str, optional): 'RF' or 'B' mode data. Defaults to 'B'.
2596
-
sink_mode (str, optional): Sink mode. Defaults to 'all'. If 'mask' is selected, a mask must be when calling the transform.
2596
+
sink_mode (str, optional): Sink mode. Defaults to 'all'. If 'mask' is selected, a mask must be when calling the transform. Can be one of 'all', 'mid', 'min', 'mask'.
2597
+
backend (str, optional): Backend to use. Defaults to 'scipy'. Can be one of 'scipy', 'octave'.
0 commit comments