enlarge

lightcurve.utils.enlarge(a, x=2, y=None)

Enlarges 2D image array a using simple pixel repetition in both dimensions. Enlarges by factor x horizontally and factor y vertically. If y is left as None, uses factor x for both dimensions.