function skip,data,n ;***Function SKIP.PRO returns the vector of indexes that skips n-1 points ;***in the selected data vector. indexes=lindgen(ceil(float(len(data))/n))*n return, indexes end