-
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.
Extract configuration of img/clin attrs to use in its own config group
This also allows us to further simplify the Hydra dirname scheme
- Loading branch information
1 parent
501c61e
commit 67e7096
Showing
5 changed files
with
49 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# @package _global_ | ||
|
||
task: | ||
clinical_attrs: ${list.remove:${data.process_patient_kwargs.clinical_attributes},${excluded_clinical_attrs}} | ||
img_attrs: [] |
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,5 @@ | ||
# @package _global_ | ||
|
||
task: | ||
clinical_attrs: ${list.remove:${data.process_patient_kwargs.clinical_attributes},${excluded_clinical_attrs}} | ||
img_attrs: ${data.process_patient_kwargs.image_attributes} |
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,18 @@ | ||
# @package _global_ | ||
|
||
task: | ||
clinical_attrs: | ||
- sbp_tte | ||
- pp_tte | ||
- age | ||
- diastolic_dysfunction_param_sum | ||
- pw_d | ||
- lvm_ind | ||
- e_e_prime_ratio | ||
- gfr | ||
- lateral_e_prime | ||
- septal_e_prime | ||
- a_velocity | ||
- ddd | ||
- la_volume | ||
img_attrs: ${data.process_patient_kwargs.image_attributes} |
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,18 @@ | ||
# @package _global_ | ||
|
||
task: | ||
clinical_attrs: | ||
- sbp_tte | ||
- pp_tte | ||
- age | ||
- diastolic_dysfunction_param_sum | ||
- pw_d | ||
- lvm_ind | ||
- e_e_prime_ratio | ||
- gfr | ||
- lateral_e_prime | ||
- septal_e_prime | ||
- a_velocity | ||
- ddd | ||
- la_volume | ||
img_attrs: [] |