File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 695
695
"affiliation" : " MIT, HMS" ,
696
696
"name" : " Ghosh, Satrajit" ,
697
697
"orcid" : " 0000-0002-5312-6729"
698
+ },
699
+ {
700
+ "affiliation" : " Holland Bloorview Kids Rehabilitation Hospital" ,
701
+ "name" : " Tilley II, Steven" ,
702
+ "orcid" : " 0000-0003-4853-5082"
698
703
}
699
704
],
700
705
"keywords" : [
Original file line number Diff line number Diff line change @@ -725,18 +725,20 @@ class ImageStatsInputSpec(FSLCommandInputSpec):
725
725
exists = True ,
726
726
argstr = "%s" ,
727
727
mandatory = True ,
728
- position = 2 ,
728
+ position = 3 ,
729
729
desc = 'input file to generate stats of' )
730
730
op_string = traits .Str (
731
731
argstr = "%s" ,
732
732
mandatory = True ,
733
- position = 3 ,
733
+ position = 4 ,
734
734
desc = ("string defining the operation, options are "
735
735
"applied in order, e.g. -M -l 10 -M will "
736
736
"report the non-zero mean, apply a threshold "
737
737
"and then report the new nonzero mean" ))
738
738
mask_file = File (
739
739
exists = True , argstr = "" , desc = 'mask file used for option -k %s' )
740
+ index_mask_file = File (
741
+ exists = True , argstr = "-K %s" , position = 2 )
740
742
741
743
742
744
class ImageStatsOutputSpec (TraitedSpec ):
You can’t perform that action at this time.
0 commit comments