We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4633ed8 commit 2f0dbb1Copy full SHA for 2f0dbb1
src/dsst_defacing_wf.py
@@ -198,11 +198,12 @@ def main():
198
199
# prep for visual inspection using visualqc deface
200
print(f"Preparing for QC by visual inspection...\n")
201
- run_command(f"export DISPLAY=$TMP_DISPLAY;")
+
202
vqcdeface_cmd = vqcdeface_prep(input_dir, defacing_outputs)
203
print(f"Run the following command to start a VisualQC Deface session:\n\t{vqcdeface_cmd}\n")
204
with open(output / 'QC_prep' / 'defacing_qc_cmd', 'w') as f:
205
f.write(vqcdeface_cmd + '\n')
206
+ run_command(f"export DISPLAY=$TMP_DISPLAY;")
207
208
209
if __name__ == "__main__":
0 commit comments