Skip to content

Commit

Permalink
Updated json settings for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiiyer committed May 8, 2024
1 parent e1a70ea commit 967e106
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,4 @@
}

}

}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolutionXCm": 0.2,
"resolutionYCm": 0.2,
"resolutionZCm": 0,
"interpMethod": "bilinear",
"interpMethod": "linear2d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolutionXCm": 0.2,
"resolutionYCm": 0.2,
"resolutionZCm": 0,
"interpMethod": "bilinear",
"interpMethod": "linear2d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolutionXCm": 0.2,
"resolutionYCm": 0.2,
"resolutionZCm": 0.2,
"interpMethod": "linear",
"interpMethod": "linear3d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolutionXCm": 0.2,
"resolutionYCm": 0.2,
"resolutionZCm": 0.2,
"interpMethod": "linear",
"interpMethod": "linear3d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "bspline"
"interpMethod": "bspline3d"
},

"padding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "bspline",
"interpMethod": "bspline3d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "bspline",
"interpMethod": "bspline3d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "bspline",
"interpMethod": "bspline3d",
"intensityRounding": "On"
},
"padding": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "bspline",
"interpMethod": "bspline3d",
"intensityRounding": "On"
},

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "sitkBSpline",
"interpMethod": "bspline3d",
"intensityRounding": "On"
},

Expand Down
2 changes: 1 addition & 1 deletion cerr/datasets/radiomics_settings/original_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"resolutionXCm": 0.1,
"resolutionYCm": 0.1,
"resolutionZCm": 0.1,
"interpMethod": "linear"
"interpMethod": "linear3d"
},

"padding": [{
Expand Down

0 comments on commit 967e106

Please sign in to comment.