History of AFNI updates  

|
February 17, 2009 09:54AM
Hi Jayna,

Another possibility would be to decide on a y coordinate that
cuts off anterior from posterior. Then you could zero out
any part of the mask where the y value is too large.

E.g. to zero voxel with y greater than 12 (making this up):

3dcalc -a mask+tlrc -expr 'a*ispositive(12.1-y) -prefix ant.mask

That uses the y coordinate (assuming an RAI oriented dataset,
where positive y means posterior) to mask the original values.

See 3dcalc -help for more examples (such as #7).

- rick

Subject Author Posted

Anatomical Mask

Jayna Amting February 15, 2009 12:49PM

Re: Anatomical Mask

Daniel Glen February 15, 2009 01:22PM

Re: Anatomical Mask

rick reynolds February 17, 2009 09:54AM