marsbar Startup, callback and utility routine for Marsbar
SOURCE CODE
0001 function o = flip_lr(o)
0002 % flips ROI left / right
0003 %
0004 % $Id
0005
0006 % Requires change to ROI data -> return as maroi_matrix
0007
0008 o = flip_lr(maroi_matrix(o));