Open
Description
Right now the resampling algorithm is passed the entire trace for resampling even if it is taking just a subset during the resampling process. We should be able to slice the traces first before passing them in to the algorithm which I think would speed up the resampling algorithm when dealing with traces with a large umber of points (e.g. order 2e6)