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):
865865 --write-composite-transform 0'
866866
867867 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.
869869 In a second stage, it performs a non-linear registration ('Syn') using both a
870870 Mutual Information and a local cross-correlation ('CC')-metric. Both metrics are weighted
871871 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):
7373 )
7474 initial_timepoint = traits .Int (
7575 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" ,
7777 )
7878 fixed_timepoint = traits .Bool (
7979 default_value = False ,
Original file line number Diff line number Diff line change @@ -2026,7 +2026,7 @@ class ClusterInputSpec(FSLCommandInputSpec):
20262026 argstr = "--stdvol=%s" , desc = "filename for standard-space volume"
20272027 )
20282028 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" )
20302030
20312031
20322032class ClusterOutputSpec (TraitedSpec ):
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def stop(self):
4444
4545class ResourceMonitor (threading .Thread ):
4646 """
47- A ``Thread`` to monitor a specific PID with a certain frequence
47+ A ``Thread`` to monitor a specific PID with a certain frequency
4848 to a file
4949 """
5050
You can’t perform that action at this time.
0 commit comments