%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function d = rmsWrapper(d, plotparams, parm, field); reduceData function that plots the rms sjcm 3/30/2011 sjcm: saving plots without dislpay %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0001 function d = rmsWrapper(d, plotparams, parm, field); 0002 0003 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0004 % 0005 % function d = rmsWrapper(d, plotparams, parm, field); 0006 % 0007 % reduceData function that plots the rms 0008 % 0009 % sjcm 0010 % 0011 % 3/30/2011 sjcm: saving plots without dislpay 0012 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0013 0014 setPlotDisplay(plotparams.plot); 0015 0016 % next we plot to see if there was any effect at all 0017 display('Calculating the plotting the RMS on each channel'); 0018 display('No flagging will be allowed'); 0019 0020 d = packd(d, [], 'none', 'rms', plotparams, 'RMS plots', field); 0021 0022 return; 0023 0024