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
output_dir The directory where the output files should be stored, if not supplied will default to <bids_dir>/derivatives/petdeface
47
+
analysis_level This BIDS app always operates at the participant level, if this argument is changed it will be ignored and run as a participant level analysis
48
48
49
49
options:
50
50
-h, --help show this help message and exit
51
-
--output_dir OUTPUT_DIR, -o OUTPUT_DIR
52
-
The directory where the output files should be stored
Exclude a subject(s) from the defacing workflow. e.g. --excludesubject sub-01 sub-02
62
+
Where to place the defaced images. Options are 'adjacent': next to the bids_dir (default) in a folder appended with _defaced'inplace': defaces the dataset in place, e.g. replaces faced PET and T1w images w/ defaced at bids_dir'derivatives': does all of the
63
+
defacing within the derivatives folder in bids_dir.
64
+
--remove_existing, -r
65
+
Remove existing output files in output_dir.
66
+
--preview_pics Create preview pictures of defacing, defaults to false for docker
**_NOTE_**: Testing with singularity has been limited to version singularity-ce 4.2.0, please let us know in the issues section of this repo if you have
output_dir The directory where the output files should be stored, if not supplied will default to <bids_dir>/derivatives/petdeface
98
+
analysis_level This BIDS app always operates at the participant level, if this argument is changed it will be ignored and run as a participant level analysis
97
99
98
100
options:
99
101
-h, --help show this help message and exit
100
-
--output_dir OUTPUT_DIR, -o OUTPUT_DIR
101
-
The directory where the output files should be stored
The label(s) of the participant/subject to be processed. When specifying multiple subjects separate them with spaces.
105
105
--session SESSION, -ses SESSION
106
106
The label of the session to be processed.
107
107
--docker, -d Run in docker container
108
+
--singularity, -si Run in singularity container
108
109
--n_procs N_PROCS Number of processors to use when running the workflow
109
110
--skip_bids_validator
110
111
--version, -v show program's version number and exit
111
112
--placement PLACEMENT, -p PLACEMENT
112
-
Where to place the defaced images. Options are 'adjacent': next to the input_dir (default) in a folder appended with _defaced'inplace': defaces the dataset in place,
113
-
e.g. replaces faced PET and T1w images w/ defaced at input_dir'derivatives': does all of the defacing within the derivatives folder in input_dir.
113
+
Where to place the defaced images. Options are 'adjacent': next to the bids_dir (default) in a folder appended with _defaced'inplace': defaces the dataset in place, e.g. replaces faced PET and T1w images w/ defaced at bids_dir'derivatives': does all of the
114
+
defacing within the derivatives folder in bids_dir.
0 commit comments