<div dir="ltr">Dear sir/madam<div>I have a time series of dimensions [ <b>time</b>|14975 ] x [ <b>lon</b>|144 ] x [ <b>lat</b>|73 ]. Which I need to put into the <b>wk_spacetime</b> function. Before that I want to taper the ends of the series to 0 using the <b>taper_n</b> function. But the result of doing that is that the whole series is set to zero except the ends. </div><div>I am putting the code and the result below :</div><div>Pls help.</div><div>Regards.</div><div><font face="monospace"><br></font></div><div><font face="monospace">f = addfile("<a href="http://kg_olr.nc">kg_olr.nc</a>","r")</font></div><div><font face="monospace">olr = f->olr</font></div><div><font face="monospace">x = olr(:,1,1)</font></div><div><font face="monospace">x_t = taper_n(x,0.05,1,0) ; where x is the time series at a particular lat and lon values</font></div><div><font face="monospace">wks = gsn_open_wks("x11","expplot")</font></div><div><font face="monospace">plot = gsn_csm_y(wks,x_t,False)</font></div><div><font face="monospace"><br></font></div><div><div><img src="cid:ii_kewli8ho0" alt="Capture.JPG" width="452" height="404"><br></div></div></div>