@@ -2096,13 +2096,20 @@ class UndumpInputSpec(AFNICommandInputSpec):
20962096 desc = 'radius in mm of the sphere that will be filled about each input '
20972097 '(x,y,z) or (i,j,k) voxel. If the radius is not given, or is 0, '
20982098 'then each input data line sets the value in only one voxel.' ,
2099- argstr = '-srad - %f' )
2100- srad = traits .Tuple (
2099+ argstr = '-srad %f' )
2100+ orient = traits .Tuple (
21012101 traits .Enum ('R' , 'L' ), traits .Enum ('A' , 'P' ), traits .Enum ('I' , 'S' ),
2102- desc = 'radius in mm of the sphere that will be filled about each input '
2103- '(x,y,z) or (i,j,k) voxel. If the radius is not given, or is 0, '
2104- 'then each input data line sets the value in only one voxel.' ,
2105- argstr = '-srad -%f' )
2102+ desc = 'Specifies the coordinate order used by -xyz. '
2103+ 'The code must be 3 letters, one each from the pairs '
2104+ '{R,L} {A,P} {I,S}. The first letter gives the '
2105+ 'orientation of the x-axis, the second the orientation '
2106+ 'of the y-axis, the third the z-axis: '
2107+ 'R = right-to-left L = left-to-right '
2108+ 'A = anterior-to-posterior P = posterior-to-anterior '
2109+ 'I = inferior-to-superior S = superior-to-inferior '
2110+ 'If -orient isn\' t used, then the coordinate order of the '
2111+ '-master (in_file) dataset is used to interpret (x,y,z) inputs.' ,
2112+ argstr = '-orient %s' )
21062113 head_only = traits .Bool (
21072114 desc = 'create only the .HEAD file which gets exploited by '
21082115 'the AFNI matlab library function New_HEAD.m' ,
0 commit comments