Skip to content

Commit 4182750

Browse files
Automated update from Styx compile workflow
1 parent 827d8f2 commit 4182750

126 files changed

Lines changed: 310 additions & 310 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ants/ants.ANTSUseLandmarkImagesToGetBSplineDisplacementField.input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "null"
4444
}
4545
],
46-
"default": 3,
46+
"default": null,
4747
"title": "Polynomial Order",
4848
"description": "The order of the B-spline (default is 3)."
4949
},
@@ -56,7 +56,7 @@
5656
"type": "null"
5757
}
5858
],
59-
"default": 1,
59+
"default": null,
6060
"title": "Enforce Stationary Boundaries",
6161
"description": "Whether to enforce stationary boundaries (default is 1)."
6262
},

ants/ants.ConvertScalarImageToRGB.input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"type": "null"
8484
}
8585
],
86-
"default": 0,
86+
"default": null,
8787
"title": "Minimum RGB Output",
8888
"description": "The minimum output value for the RGB image. Defaults to 0."
8989
},
@@ -96,7 +96,7 @@
9696
"type": "null"
9797
}
9898
],
99-
"default": 255,
99+
"default": null,
100100
"title": "Maximum RGB Output",
101101
"description": "The maximum output value for the RGB image. Defaults to 255."
102102
},

ants/ants.ExtractRegionFromImageByMask.input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"type": "null"
4040
}
4141
],
42-
"default": 1,
42+
"default": null,
4343
"title": "Label",
4444
"description": "The label value used to extract the sub-region."
4545
},
@@ -52,7 +52,7 @@
5252
"type": "null"
5353
}
5454
],
55-
"default": 0,
55+
"default": null,
5656
"title": "Pad Radius",
5757
"description": "Optional padding radius to be added around the bounding box."
5858
}

ants/ants.MultiplyImages.input.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"type": "null"
6060
}
6161
],
62-
"default": 1,
62+
"default": null,
6363
"title": "Num threads",
6464
"description": "Number of itk threads to use."
6565
}

ants/ants.NonLocalSuperResolution.input.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"type": "null"
9090
}
9191
],
92-
"default": 1.0,
92+
"default": null,
9393
"title": "Intensity Difference Sigma",
9494
"description": "Intensity difference sigma. Default = 1.0."
9595
},
@@ -102,7 +102,7 @@
102102
"type": "null"
103103
}
104104
],
105-
"default": 1.0,
105+
"default": null,
106106
"title": "Patch Similarity Sigma",
107107
"description": "Patch similarity sigma. Default = 1.0."
108108
},
@@ -115,7 +115,7 @@
115115
"type": "null"
116116
}
117117
],
118-
"default": "32x16x8x2x1",
118+
"default": null,
119119
"title": "Scale Levels",
120120
"description": "Scale levels. Default = 32x16x8x2x1."
121121
},

ants/ants.PasteImageIntoImage.input.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"type": "null"
4444
}
4545
],
46-
"default": 0,
46+
"default": null,
4747
"title": "Background label",
4848
"description": "The label value considered as background."
4949
},
@@ -56,7 +56,7 @@
5656
"type": "null"
5757
}
5858
],
59-
"default": 0,
59+
"default": null,
6060
"title": "Paint over non-background voxels",
6161
"description": "Defines behavior when the input image voxel is non-background and the corresponding canvas voxel is background: 0 - leave as is, 1 - replace with input voxel value, 2 - replace with conflict label."
6262
},
@@ -69,7 +69,7 @@
6969
"type": "null"
7070
}
7171
],
72-
"default": -1,
72+
"default": null,
7373
"title": "Conflict label",
7474
"description": "The label value used for conflicting non-background voxels if 'paintOverNonBackgroundVoxels' is set to 2."
7575
}

ants/ants.SimulateDisplacementField.input.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "null"
3838
}
3939
],
40-
"default": 1000,
40+
"default": null,
4141
"title": "Number of Random Points",
4242
"description": "Number of random points to use in the simulation."
4343
},
@@ -50,7 +50,7 @@
5050
"type": "null"
5151
}
5252
],
53-
"default": 10,
53+
"default": null,
5454
"title": "Standard Deviation Displacement Field",
5555
"description": "Standard deviation for the displacement field."
5656
},
@@ -63,7 +63,7 @@
6363
"type": "null"
6464
}
6565
],
66-
"default": 1,
66+
"default": null,
6767
"title": "Enforce Stationary Boundary",
6868
"description": "Boolean flag indicating whether to enforce stationary boundary."
6969
},
@@ -86,7 +86,7 @@
8686
"type": "null"
8787
}
8888
],
89-
"default": 4,
89+
"default": null,
9090
"title": "Number of Fitting Levels",
9191
"description": "Number of fitting levels for BSpline."
9292
},
@@ -99,7 +99,7 @@
9999
"type": "null"
100100
}
101101
],
102-
"default": 4,
102+
"default": null,
103103
"title": "Number of Control Points",
104104
"description": "Number of control points for BSpline."
105105
}
@@ -122,7 +122,7 @@
122122
"type": "null"
123123
}
124124
],
125-
"default": 4,
125+
"default": null,
126126
"title": "Smoothing Standard Deviation",
127127
"description": "Smoothing standard deviation for Exponential."
128128
}

ants/ants.SmoothDisplacementField.input.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"type": "null"
3838
}
3939
],
40-
"default": 1,
40+
"default": null,
4141
"title": "Number of Levels",
4242
"description": "The number of levels for multi-resolution smoothing."
4343
},
@@ -50,7 +50,7 @@
5050
"type": "null"
5151
}
5252
],
53-
"default": 3,
53+
"default": null,
5454
"title": "Spline Order",
5555
"description": "The order of the spline for B-spline smoothing."
5656
},
@@ -63,7 +63,7 @@
6363
"type": "null"
6464
}
6565
],
66-
"default": 0,
66+
"default": null,
6767
"title": "Estimate Inverse",
6868
"description": "Estimate the inverse of the displacement field if set to 1."
6969
},

ants/ants.TextureCooccurrenceFeatures.input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "null"
2828
}
2929
],
30-
"default": 256,
30+
"default": null,
3131
"title": "Number of Bins Per Axis",
3232
"description": "The number of bins per axis to be used in the histogram for texture calculation. Defaults to 256."
3333
},
@@ -54,7 +54,7 @@
5454
"type": "null"
5555
}
5656
],
57-
"default": 1,
57+
"default": null,
5858
"title": "Mask Label",
5959
"description": "Label value in the mask image to specify which region to process. Defaults to 1."
6060
}

ants/ants.TextureRunLengthFeatures.input.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"type": "null"
2828
}
2929
],
30-
"default": 256,
30+
"default": null,
3131
"title": "Number of Bins Per Axis",
3232
"description": "The number of bins per axis for the histogram."
3333
},
@@ -54,7 +54,7 @@
5454
"type": "null"
5555
}
5656
],
57-
"default": 1,
57+
"default": null,
5858
"title": "Mask Label",
5959
"description": "The label value in the mask image to be used."
6060
}

0 commit comments

Comments
 (0)