diff --git a/visualqc/defacing.py b/visualqc/defacing.py index 6b93cc6..3f72927 100644 --- a/visualqc/defacing.py +++ b/visualqc/defacing.py @@ -403,6 +403,11 @@ def add_UI(self): self.fig.set_size_inches(self.figsize) + def add_alerts(self): + """Brings up an alert if subject id is detected to be an outlier.""" + pass + + def load_unit(self, unit_id): """Loads the image data for display."""