VBoussot commited on
Commit
3e30bb6
·
verified ·
1 Parent(s): 7d3b1d6

Update PresetDatabase.json

Browse files
Files changed (1) hide show
  1. PresetDatabase.json +23 -25
PresetDatabase.json CHANGED
@@ -1,33 +1,31 @@
1
  {
2
  "presets": [
3
  {
4
- "GENERIC_MI": {
5
- "display_name": "Generic",
6
- "parameter_maps": [
7
- "Parameters_Rigid.txt",
8
- "Parameters_BSpline.txt"
9
- ],
10
- "models": [],
11
- "preprocess_function": "",
12
- "iterations": 3000,
13
- "short_description": "Generic image registration elastix.",
14
- "description": "blablabla"
15
- }
16
  },
17
  {
18
- "IMPACT_M850_bspline": {
19
- "display_name": "M850 bspline",
20
- "parameter_maps": [
21
- "ParameterMap_SynthRad2023_MRI_pelvisV3.txt"
22
- ],
23
- "models": [
24
- "TS/M850_8_Layers.pt"
25
- ],
26
- "preprocess_function": "Preprocess:standardize_MRI",
27
- "iterations": 1900,
28
- "short_description": "Synthrad 2023.",
29
- "description": "blablabla1"
30
- }
31
  }
32
  ]
33
  }
 
1
  {
2
  "presets": [
3
  {
4
+ "display_name": "Generic",
5
+ "parameter_maps": [
6
+ "Parameters_Rigid.txt",
7
+ "Parameters_BSpline.txt"
8
+ ],
9
+ "models": [],
10
+ "preprocess_function": "",
11
+ "iterations": 3000,
12
+ "short_description": "Generic image registration elastix.",
13
+ "description": "blablabla"
14
+
 
15
  },
16
  {
17
+ "display_name": "M850 bspline",
18
+ "parameter_maps": [
19
+ "ParameterMap_SynthRad2023_MRI_pelvisV3.txt"
20
+ ],
21
+ "models": [
22
+ "TS/M850_8_Layers.pt"
23
+ ],
24
+ "preprocess_function": "Preprocess:standardize_MRI",
25
+ "iterations": 1900,
26
+ "short_description": "Synthrad 2023.",
27
+ "description": "blablabla1"
28
+
 
29
  }
30
  ]
31
  }