File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,11 +225,11 @@ class RegistrationInputSpec(ANTSCommandInputSpec):
225
225
requires = ['metric' ], mandatory = True ,
226
226
desc = 'the metric weight(s) for each stage. '
227
227
'The weights must sum to 1 per stage.' )
228
- radius_bins_item_trait = traits .Float ( 64 )
228
+ radius_bins_item_trait = traits .Int ( 5 )
229
229
radius_bins_stage_trait = traits .Either (
230
230
radius_bins_item_trait , traits .List (radius_bins_item_trait ))
231
231
radius_or_number_of_bins = traits .List (
232
- radius_bins_stage_trait , value = [64 ], usedefault = True ,
232
+ radius_bins_stage_trait , value = [5 ], usedefault = True ,
233
233
requires = ['metric_weight' ],
234
234
desc = 'the number of bins in each stage for the MI and Mattes metric, '
235
235
'the radius for other metrics' )
You can’t perform that action at this time.
0 commit comments