Skip to content

Commit b45bd0d

Browse files
committed
update docstring
1 parent 9067572 commit b45bd0d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

petdeface/petdeface.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,10 @@ def wrap_up_defacing(
605605
:type placement: str, optional
606606
:param remove_existing: _description_, defaults to True
607607
:type remove_existing: bool, optional
608+
:param participant_label_exclude: Excludes set of participants from the finalized output
609+
:type participant_label_exclude: list, optional
610+
:param session_label_exclude: Excludes set of sessions from the finalized output
611+
:type session_label_exclude: list, optional
608612
:raises ValueError: _description_
609613
"""
610614
subjects_to_exclude = [f"sub-{sub}/*" for sub in participant_label_exclude]

0 commit comments

Comments
 (0)