Add padding to bandpass filter
Added zero padding to the BOLD data prior to applying the bandpass filter to correct artifact that was introduced at the beginning and end of runs. Without padding the filter results in signal deflection at the edge of the timeseries because it requires neighboring time points in order to be applied correctly. After the padding is applied the signal deflection is entirely removed.