Skip to content

Commit

Permalink
Added missing algorithms file
Browse files Browse the repository at this point in the history
  • Loading branch information
etpeterson committed Oct 16, 2023
1 parent 71b3946 commit 7117bc2
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions tests/IVIMmodels/unit_tests/algorithms.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
{
"algorithms": [
"ETP_SRI_LinearFitting",
"IAR_LU_biexp",
"IAR_LU_modified_mix",
"IAR_LU_modified_topopro",
"IAR_LU_segmented_2step",
"IAR_LU_segmented_3step",
"IAR_LU_subtracted"
],
"IAR_LU_biexp": {
"xfail_names": [
"Vein",
"Blood RV",
"Blood LV",
"Blood RA"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"IAR_LU_modified_mix": {
"xfail_names": [
"Blood LV"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"IAR_LU_modified_topopro": {
"xfail_names": [
"Vein",
"Blood RV",
"Blood LV",
"Blood RA"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"IAR_LU_segmented_2step": {
"xfail_names": [
"Blood RV",
"Blood LV",
"Blood RA"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"IAR_LU_segmented_3step": {
"xfail_names": [
"Blood RV",
"Blood LV",
"Blood RA"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"IAR_LU_subtracted": {
"xfail_names": [
"Blood RV",
"Blood LV",
"Blood RA"
],
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
},
"ETP_SRI_LinearFitting": {
"xfail_names": [
"Artery",
"Blood RV",
"Blood LV",
"myocardium RV",
"myocardium ra",
"Liver",
"Blood RA"
],
"options": {
"thresholds": [500]
},
"tolerances": {
"f": 5,
"D": 5,
"Dp": 25
}
}
}

0 comments on commit 7117bc2

Please sign in to comment.