Skip to content

Commit 70f1b88

Browse files
committed
Added missing algorithms file
1 parent fbf5952 commit 70f1b88

File tree

1 file changed

+102
-0
lines changed

1 file changed

+102
-0
lines changed
Lines changed: 102 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,102 @@
1+
{
2+
"algorithms": [
3+
"ETP_SRI_LinearFitting",
4+
"IAR_LU_biexp",
5+
"IAR_LU_modified_mix",
6+
"IAR_LU_modified_topopro",
7+
"IAR_LU_segmented_2step",
8+
"IAR_LU_segmented_3step",
9+
"IAR_LU_subtracted"
10+
],
11+
"IAR_LU_biexp": {
12+
"xfail_names": [
13+
"Vein",
14+
"Blood RV",
15+
"Blood LV",
16+
"Blood RA"
17+
],
18+
"tolerances": {
19+
"f": 5,
20+
"D": 5,
21+
"Dp": 25
22+
}
23+
},
24+
"IAR_LU_modified_mix": {
25+
"xfail_names": [
26+
"Blood LV"
27+
],
28+
"tolerances": {
29+
"f": 5,
30+
"D": 5,
31+
"Dp": 25
32+
}
33+
},
34+
"IAR_LU_modified_topopro": {
35+
"xfail_names": [
36+
"Vein",
37+
"Blood RV",
38+
"Blood LV",
39+
"Blood RA"
40+
],
41+
"tolerances": {
42+
"f": 5,
43+
"D": 5,
44+
"Dp": 25
45+
}
46+
},
47+
"IAR_LU_segmented_2step": {
48+
"xfail_names": [
49+
"Blood RV",
50+
"Blood LV",
51+
"Blood RA"
52+
],
53+
"tolerances": {
54+
"f": 5,
55+
"D": 5,
56+
"Dp": 25
57+
}
58+
},
59+
"IAR_LU_segmented_3step": {
60+
"xfail_names": [
61+
"Blood RV",
62+
"Blood LV",
63+
"Blood RA"
64+
],
65+
"tolerances": {
66+
"f": 5,
67+
"D": 5,
68+
"Dp": 25
69+
}
70+
},
71+
"IAR_LU_subtracted": {
72+
"xfail_names": [
73+
"Blood RV",
74+
"Blood LV",
75+
"Blood RA"
76+
],
77+
"tolerances": {
78+
"f": 5,
79+
"D": 5,
80+
"Dp": 25
81+
}
82+
},
83+
"ETP_SRI_LinearFitting": {
84+
"xfail_names": [
85+
"Artery",
86+
"Blood RV",
87+
"Blood LV",
88+
"myocardium RV",
89+
"myocardium ra",
90+
"Liver",
91+
"Blood RA"
92+
],
93+
"options": {
94+
"thresholds": [500]
95+
},
96+
"tolerances": {
97+
"f": 5,
98+
"D": 5,
99+
"Dp": 25
100+
}
101+
}
102+
}

0 commit comments

Comments
 (0)