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
When PET scans lack corresponding T1w anatomical images, PETdeface can use template anatomical images for registration and defacing. Three options are available:
89
+
90
+
- **`--use_template_anat t1`**: Uses a T1w template included with the PETdeface library
91
+
- **`--use_template_anat mni`**: Uses the MNI standard brain template
92
+
- **`--use_template_anat pet`**: Creates a template by averaging the PET data across time
93
+
94
+
**Important**: When using template anatomical images, it's crucial to validate the defacing quality. Inspect the output using the generated HTML report (with `--open_browser`) or a NIfTI viewer to ensure the defacing is valid for your data.
95
+
96
+
**Recommended workflow for subjects missing T1w images**:
97
+
1. First, exclude subjects missing T1w using `--participant_label_exclude`
98
+
2. Run defacing on subjects with T1w images
99
+
3. Then run defacing separately on subjects missing T1w using `--participant_label` and test different templates (`t1`, `mni`, `pet`) to determine which works best for your data
0 commit comments