vbinterpolate
From VoxBoWiki
vbinterpolate allows you to replace selected volumes in a 4D time series with interpolated volumes. This may be particularly useful in the context of Removing spikes or other bad volumes. Here's the help text:
VoxBo vbinterpolate (v1.8.5pre8/May 6 2010) summary: linear interpolation to replace oddball volumes usage: vbinterpolate [<flags>] <4D infile> <4D outfile> <vols to remove> flags: -f convert to floating point -n replace NaNs and Infs with zeros -l use linear interpolation (default is cubic spline) -h show help -v show version notes: vols to remove is a comma-separated list of volume indices (you can also use a dash for ranges), with the first volume being 0. e.g., 44,45,51,51 interpolates 4 volumes, as does 24-27
