File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -354,6 +354,7 @@ def inspect_files(
354354 maxinterval = 60 ,
355355 miniters = tqdm_total // 10 ,
356356 disable = disable_tqdm ,
357+ file = sys .stdout ,
357358 ):
358359 try :
359360 result = future .result ()
@@ -578,6 +579,7 @@ def inspect_series(
578579 maxinterval = 60 ,
579580 miniters = tqdm_total // 10 ,
580581 disable = disable_tqdm ,
582+ file = sys .stdout ,
581583 ):
582584 try :
583585 result = future .result ()
@@ -806,6 +808,10 @@ def characterize_data(argv=None):
806808 --metadata_keys "0008|0060" --metadata_keys_headings modality --ignore_problems --create_summary_image \
807809 --max_processes 15
808810
811+ Run a generic file analysis using a configuration file and redirect stderr to file.
812+ python characterize_data.py ../../Data/ Output/generic_image_data_report.csv per_file \
813+ --configuration_file ../../Data/characterize_data_user_defaults.json 2> errors.txt
814+
809815 Output:
810816 ------
811817 The output from the script includes:
You can’t perform that action at this time.
0 commit comments