opticam_new.reduction.background ================================ .. py:module:: opticam_new.reduction.background Classes ------- .. autoapisummary:: opticam_new.reduction.background.DefaultBackground Module Contents --------------- .. py:class:: DefaultBackground(box_size) Default background estimator. .. py:attribute:: box_size .. py:method:: __call__(data) Compute the 2D background for an image. Parameters ---------- data : NDArray Image data. Returns ------- Background2D 2D background.