Skip to content

Commit 1f9cf2d

Browse files
committed
Slight reformatting and added TODO for modality specific masking values
1 parent f282cdf commit 1f9cf2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

brainles_preprocessing/defacing/defacer.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def __init__(
1818
"""
1919
# Here, masking value functions as a global value across all images and modalities
2020
# If no value is passed, the minimum of a given input image is chosen
21+
# TODO: Consider extending this to modality-specific masking values in the future, this should
22+
# probably be implemented as a property of the the specific modality
2123
self.masking_value = masking_value
2224

2325
@abstractmethod

0 commit comments

Comments
 (0)