-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated to allow for radiobuttons and numerous bug fixes
- Loading branch information
ias49
committed
Jul 15, 2023
1 parent
c5d2b81
commit 435b0bc
Showing
14 changed files
with
1,611 additions
and
840 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
backup_dir: ~/speedy_qc/backups | ||
backup_dir: /Users/ianselby/speedy_qc/backups | ||
backup_interval: 5 | ||
checkboxes: | ||
- No Finding | ||
- Enlarged Cardiomediastinum | ||
- Cardiomegaly | ||
- Lung Lesion (Mass/Nodule) | ||
- Airspace Opacity | ||
- Edema | ||
- Consolidation | ||
- Pneumonia | ||
- Atelectasis / Collapse | ||
- Pneumothorax / Pneumomediast. | ||
- Pleural Effusion | ||
- Pleural Other | ||
- Fracture | ||
- Support Devices | ||
- Other Finding | ||
log_dir: ~/speedy_qc/logs | ||
max_backups: 20 | ||
backup_interval: 2 | ||
tristate_cboxes: true | ||
- QC1 | ||
- QC2 | ||
- QC3 | ||
- QC4 | ||
- QC5 | ||
log_dir: /Users/ianselby/speedy_qc/logs | ||
max_backups: 10 | ||
radiobuttons: | ||
- labels: | ||
- 1 | ||
- 2 | ||
- 3 | ||
- 4 | ||
title: Radiobuttons | ||
tristate_checkboxes: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
backup_dir: /Users/ianselby/speedy_qc/backups | ||
backup_interval: 5 | ||
checkboxes: | ||
- No Finding | ||
- Enlarged Cardiomediastinum | ||
- Cardiomegaly | ||
- Lung Lesion (Mass/Nodule) | ||
- Airspace Opacity | ||
- Edema | ||
- Consolidation | ||
- Pneumonia | ||
- Atelectasis / Collapse | ||
- Pneumothorax / Pneumomediast. | ||
- Pleural Effusion | ||
- Pleural Other | ||
- Fracture | ||
- Support Devices | ||
- Other Finding | ||
log_dir: /Users/ianselby/speedy_qc/logs | ||
max_backups: 10 | ||
tristate_checkboxes: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
backup_dir: /Users/ianselby/speedy_qc/backups | ||
backup_interval: 5 | ||
log_dir: /Users/ianselby/speedy_qc/logs | ||
max_backups: 10 | ||
radiobuttons: | ||
- labels: | ||
- Very poor | ||
- Poor | ||
- Good | ||
- Very good | ||
title: Overall Quality | ||
- labels: | ||
- Underexposed | ||
- Good | ||
- Overexposed | ||
title: Exposure | ||
- labels: | ||
- Very low | ||
- Low | ||
- Good | ||
- High | ||
title: Contrast | ||
- labels: | ||
- None | ||
- Mild | ||
- Moderate | ||
- Severe | ||
title: Blur | ||
- labels: | ||
- None | ||
- Mild | ||
- Moderate | ||
- Severe | ||
title: Artefacts | ||
tristate_checkboxes: true |
Oops, something went wrong.