This document provides code for a function called finterp that uses Fourier interpolation to increase the sampling of an image. The function takes an input image, desired new size, and optional apodization filter as inputs. It pads the Fourier transformed image, applies an optional Hanning filter, performs inverse Fourier transform and rescaling to produce the output image.