Commit 7d4189e
committed
Improve parallelization and user feedback.
Switch from the multiprocess package to use concurrent.futures.
Introduce the usage of the tqdm package for displaying progress when
used in interactive mode. There is an option to disable the progress
reporting if using a scheduling system on a cluster and there is no
need for visual dispaly.
Add scatterplot output of image pixel sizes.1 parent a1b9841 commit 7d4189e
File tree
6 files changed
+225
-91
lines changed- Data
- Python
- scripts
- tests
6 files changed
+225
-91
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
6 | 4 | | |
7 | 5 | | |
8 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
0 commit comments