Skip to content

Commit eec8709

Browse files
committed
update readme
1 parent c15bcb4 commit eec8709

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ This software can be installed via source or via pip from PyPi with `pip install
3838
usage: petdeface.py [-h] [--output_dir OUTPUT_DIR] [--anat_only]
3939
[--subject SUBJECT] [--session SESSION] [--docker]
4040
[--n_procs N_PROCS] [--skip_bids_validator] [--version]
41-
[--placement PLACEMENT] [--remove_existing] input_dir
41+
[--placement PLACEMENT] [--remove_existing] [--excludesubject]
42+
input_dir
4243

4344
PetDeface
4445

@@ -65,6 +66,8 @@ options:
6566
w/ defaced at input_dir
6667
'derivatives': does all of the defacing within the derivatives folder in input_dir.
6768
--remove_existing, -r Remove existing output files in output_dir.
69+
--excludesubject EXCLUDESUBJECT [EXCLUDESUBJECT ...]
70+
Exclude a subject(s) from the defacing workflow. e.g. --excludesubject sub-01 sub-02
6871
```
6972

7073
Working example usage:

0 commit comments

Comments
 (0)