opticam.utils.image_helpers =========================== .. py:module:: opticam.utils.image_helpers Functions --------- .. autoapisummary:: opticam.utils.image_helpers.rebin_image Module Contents --------------- .. py:function:: rebin_image(image, factor) Rebin an image by a given factor in both dimensions. Parameters ---------- image : NDArray The image to rebin. factor : int The factor to rebin by. Returns ------- NDArray The rebinned image.