File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -865,7 +865,7 @@ class Registration(ANTSCommand):
865
865
--write-composite-transform 0'
866
866
867
867
One can use multiple similarity metrics in a single registration stage.The Node below first
868
- performs a linear registation using only the Mutual Information ('Mattes')-metric.
868
+ performs a linear registration using only the Mutual Information ('Mattes')-metric.
869
869
In a second stage, it performs a non-linear registration ('Syn') using both a
870
870
Mutual Information and a local cross-correlation ('CC')-metric. Both metrics are weighted
871
871
equally ('metric_weight' is .5 for both). The Mutual Information- metric uses 32 bins.
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class RobustTemplateInputSpec(FSTraitedSpecOpenMP):
73
73
)
74
74
initial_timepoint = traits .Int (
75
75
argstr = "--inittp %d" ,
76
- desc = "use TP# for spacial init (default random), 0: no init" ,
76
+ desc = "use TP# for special init (default random), 0: no init" ,
77
77
)
78
78
fixed_timepoint = traits .Bool (
79
79
default_value = False ,
Original file line number Diff line number Diff line change @@ -2026,7 +2026,7 @@ class ClusterInputSpec(FSLCommandInputSpec):
2026
2026
argstr = "--stdvol=%s" , desc = "filename for standard-space volume"
2027
2027
)
2028
2028
num_maxima = traits .Int (argstr = "--num=%d" , desc = "no of local maxima to report" )
2029
- warpfield_file = File (argstr = "--warpvol=%s" , desc = "file contining warpfield" )
2029
+ warpfield_file = File (argstr = "--warpvol=%s" , desc = "file containing warpfield" )
2030
2030
2031
2031
2032
2032
class ClusterOutputSpec (TraitedSpec ):
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def stop(self):
44
44
45
45
class ResourceMonitor (threading .Thread ):
46
46
"""
47
- A ``Thread`` to monitor a specific PID with a certain frequence
47
+ A ``Thread`` to monitor a specific PID with a certain frequency
48
48
to a file
49
49
"""
50
50
You can’t perform that action at this time.
0 commit comments